On 5/10/2011 10:23 AM, Alex wrote:
smtpd_sender_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_sender, reject_unknown_sender_domain, reject_unauth_pipelining, reject_sender_login_mismatch, permitThese are all duplicated in smtpd_recipient_restrictions. Looks as if you can remove them from here.Okay, great. I should remove the smtpd_sender_restrictions entirely?
Yes, just remove the whole smtpd_sender_restrictions section. -- Noel Jones
