File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ Real World Configuration:
64
64
content_filter => 'amavis:[127.0.0.1]:10024',
65
65
disable_vrfy_command => 'yes',
66
66
import_environment => 'MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C RESOLV_MULTI=on',
67
+ inet_interfaces => 'all',
67
68
mail_spool_directory => '/var/mail',
68
69
mailbox_size_limit => '100000000',
69
70
message_size_limit => '60485760',
Original file line number Diff line number Diff line change 20
20
$disable_vrfy_command = undef ,
21
21
$home_mailbox = undef ,
22
22
$import_environment = undef ,
23
+ $inet_interfaces = undef ,
23
24
$mailbox_size_limit = undef ,
24
25
$mail_spool_directory = undef ,
25
26
$message_size_limit = undef ,
112
113
113
114
postfix::config::maincfhelper { 'import_environment' : value => $import_environment }
114
115
116
+ postfix::config::maincfhelper { 'inet_interfaces' : value => $inet_interfaces }
117
+
115
118
postfix::config::maincfhelper { 'mailbox_size_limit' : value => $mailbox_size_limit }
116
119
117
120
postfix::config::maincfhelper { 'mail_spool_directory' : value => $mail_spool_directory }
You can’t perform that action at this time.
0 commit comments