Changeset - cf897f8c1941
[Not reviewed]
0 1 0
Branko Majic (branko) - 11 years ago 2015-04-07 23:01:21
branko@majic.rs
MAR-4: Updated formatting for Postfix main.cf.
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/mail_server/templates/main.cf.j2
Show inline comments
 
@@ -56,4 +56,6 @@ smtpd_tls_security_level=may
 
smtpd_tls_auth_only = yes
 
smtpd_tls_cert_file = {{ smtp_tls_certificate }}
 
smtpd_tls_key_file = {{ smtp_tls_key }}
 
smtpd_recipient_restrictions=permit_mynetworks permit_sasl_authenticated reject_unauth_destination
 
smtpd_recipient_restrictions = permit_mynetworks
 
  permit_sasl_authenticated
 
  reject_unauth_destination
0 comments (0 inline, 0 general)