diff options
Diffstat (limited to 'doc/mailman-install/internals.pl')
-rw-r--r-- | doc/mailman-install/internals.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mailman-install/internals.pl b/doc/mailman-install/internals.pl index 4b706cae..feffd090 100644 --- a/doc/mailman-install/internals.pl +++ b/doc/mailman-install/internals.pl @@ -6,6 +6,10 @@ $key = q/exim3-transport/; $ref_files{$key} = "$dir".q|node19.html|; $noresave{$key} = "$nosave"; +$key = q/postfix-integration/; +$ref_files{$key} = "$dir".q|node13.html|; +$noresave{$key} = "$nosave"; + $key = q/front/; $ref_files{$key} = "$dir".q|node1.html|; $noresave{$key} = "$nosave"; |