File tree Expand file tree Collapse file tree 8 files changed +8
-4
lines changed
Expand file tree Collapse file tree 8 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ function configure_postfix($options = '')
162162 touch ($ config_dir .'/mime_header_checks ' );
163163 touch ($ config_dir .'/nested_header_checks ' );
164164 touch ($ config_dir .'/body_checks ' );
165+ touch ($ config_dir .'/sasl_passwd ' );
165166
166167 //* Create the mailman files
167168 if (!is_dir ('/var/lib/mailman/data ' )) exec ('mkdir -p /var/lib/mailman/data ' );
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ public function configure_postfix($options = '')
160160 touch ($ config_dir .'/mime_header_checks ' );
161161 touch ($ config_dir .'/nested_header_checks ' );
162162 touch ($ config_dir .'/body_checks ' );
163+ touch ($ config_dir .'/sasl_passwd ' );
163164
164165 //* Create auxillary postfix conf files
165166 $ configfile = 'helo_access ' ;
Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ function configure_postfix($options = '')
176176 touch ($ config_dir .'/mime_header_checks ' );
177177 touch ($ config_dir .'/nested_header_checks ' );
178178 touch ($ config_dir .'/body_checks ' );
179+ touch ($ config_dir .'/sasl_passwd ' );
179180
180181 //* Create the mailman files
181182 if (!is_dir ('/var/lib/mailman/data ' )) exec ('mkdir -p /var/lib/mailman/data ' );
Original file line number Diff line number Diff line change @@ -1200,6 +1200,7 @@ public function configure_postfix($options = '') {
12001200 touch ($ config_dir .'/mime_header_checks ' );
12011201 touch ($ config_dir .'/nested_header_checks ' );
12021202 touch ($ config_dir .'/body_checks ' );
1203+ touch ($ config_dir .'/sasl_passwd ' );
12031204
12041205 //* Create the mailman files
12051206 if (!is_dir ('/var/lib/mailman/data ' )) exec ('mkdir -p /var/lib/mailman/data ' );
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ address_verify_negative_refresh_time=60s
5454# needed for postfix < 3.3 when using reject_unverified_recipient (lmtp):
5555enable_original_recipient = yes
5656sender_dependent_relayhost_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayhost.cf
57- smtp_sasl_password_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayauth.cf, hash :{config_dir}/sasl_passwd
57+ smtp_sasl_password_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayauth.cf, texthash :{config_dir}/sasl_passwd
5858smtp_sender_dependent_authentication = yes
5959smtp_sasl_auth_enable = yes
6060smtp_sasl_security_options = noanonymous, noplaintext
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ address_verify_negative_refresh_time=60s
5050# needed for postfix < 3.3 when using reject_unverified_recipient (lmtp):
5151enable_original_recipient = yes
5252sender_dependent_relayhost_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayhost.cf
53- smtp_sasl_password_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayauth.cf, hash :{config_dir}/sasl_passwd
53+ smtp_sasl_password_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayauth.cf, texthash :{config_dir}/sasl_passwd
5454smtp_sender_dependent_authentication = yes
5555smtp_sasl_auth_enable = yes
5656smtp_sasl_security_options = noanonymous, noplaintext
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ address_verify_negative_refresh_time=60s
4949# needed for postfix < 3.3 when using reject_unverified_recipient (lmtp):
5050enable_original_recipient = yes
5151sender_dependent_relayhost_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayhost.cf
52- smtp_sasl_password_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayauth.cf, hash :{config_dir}/sasl_passwd
52+ smtp_sasl_password_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayauth.cf, texthash :{config_dir}/sasl_passwd
5353smtp_sender_dependent_authentication = yes
5454smtp_sasl_auth_enable = yes
5555smtp_sasl_security_options = noanonymous, noplaintext
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ address_verify_negative_refresh_time=60s
5252# needed for postfix < 3.3 when using reject_unverified_recipient (lmtp):
5353enable_original_recipient = yes
5454sender_dependent_relayhost_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayhost.cf
55- smtp_sasl_password_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayauth.cf, hash :{config_dir}/sasl_passwd
55+ smtp_sasl_password_maps = proxy:mysql:{config_dir}/mysql-virtual_sender-relayauth.cf, texthash :{config_dir}/sasl_passwd
5656smtp_sender_dependent_authentication = yes
5757smtp_sasl_auth_enable = yes
5858smtp_sasl_security_options = noanonymous, noplaintext
You can’t perform that action at this time.
0 commit comments