File diff 24120c68c6b4 → ae1a499dbd62
roles/mail_server/templates/main.cf.j2
Show inline comments
 
@@ -73,6 +73,11 @@ smtp_tls_security_level = may
 
smtpd_relay_restrictions = permit_mynetworks
 
  reject_unauth_destination
 

	
 
# Look-up for list of SASL login names that are allowed to send mails
 
# using the passed-in sender address. Allow sending from both original
 
# mailbox name _and_ associated aliases.
 
smtpd_sender_login_maps = ldap:/etc/postfix/ldap-virtual-mailbox-maps.cf, ldap:/etc/postfix/ldap-virtual-alias-maps.cf
 

	
 
# Reject delivery of mails for domains for which the local server is
 
# not responsible, as well as any mails coming from addresses in one
 
# of the configured RBL's.