diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2014-01-05 14:37:03 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2014-01-05 14:37:03 -0200 | 
| commit | 4f5cf09d26550ec23505069713340dc1d9b1a9ad (patch) | |
| tree | 25398c7e23e8760e6811ce9c1f7506213e801434 | |
| parent | 2fa8e70ce89ad9744480d3b9b691ace2e4c449ef (diff) | |
| download | puppet-postfix-4f5cf09d26550ec23505069713340dc1d9b1a9ad.tar.gz puppet-postfix-4f5cf09d26550ec23505069713340dc1d9b1a9ad.tar.bz2  | |
Removing unused parameter smtpd_bind_address from wheezy's master.cf
| -rw-r--r-- | templates/master.cf.debian-wheezy.erb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/master.cf.debian-wheezy.erb b/templates/master.cf.debian-wheezy.erb index 26fc769..4e33a5b 100644 --- a/templates/master.cf.debian-wheezy.erb +++ b/templates/master.cf.debian-wheezy.erb @@ -131,7 +131,6 @@ amavis unix - - - - 2 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  <% end %>  <% if use_dovecot_lda == 'yes' %>  dovecot   unix  -       n       n       -       -       pipe  | 
