Skip to content
Snippets Groups Projects
Unverified Commit cbece91f authored by farlerac's avatar farlerac Committed by GitHub
Browse files

Update master.cf.common.erb (#293)

smtpd_bind_address -> smtp_bind_address
parent 2d1906b3
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ amavis unix - - <%= @jail %> - <%= @amavis_procs %> smtp
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
-o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
-o smtpd_bind_address=127.0.0.1
-o smtp_bind_address=127.0.0.1
<% end -%>
<% if @use_dovecot_lda %>
dovecot unix - n n - - pipe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment