summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2004-05-10 11:10:59 +0000
committerivan <ivan>2004-05-10 11:10:59 +0000
commit8334916f36ee80dfa648cbc76258b4e2fda499e0 (patch)
tree022cd923af39f4dbc3bbb04486c05c65090ca2a9 /FS
parent04cf34ec20fd25f071867ba81e0efcfab36498d5 (diff)
make postfix export commands configrable
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/part_export/postfix.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/FS/part_export/postfix.pm b/FS/FS/part_export/postfix.pm
index c24cf19a3..4fd19ee61 100644
--- a/FS/FS/part_export/postfix.pm
+++ b/FS/FS/part_export/postfix.pm
@@ -11,6 +11,11 @@ tie my %options, 'Tie::IxHash',
'aliases' => { label=>'aliases file location', default=>'/etc/aliases' },
'virtual' => { label=>'virtual file location', default=>'/etc/postfix/virtual' },
'mydomain' => { label=>'local domain', default=>'' },
+ 'newaliases' => { label=>'newaliases command', default=>'newaliases' },
+ 'postmap' => { label=>'postmap command',
+ default=>'postmap hash:/etc/postfix/virtual', },
+ 'reload' => { label=>'reload command',
+ default=>'postfix reload' },
;
%info = (