From: Charles Marcus (no email)
Date: Fri May 02 2008 - 15:02:09 EDT
On 5/2/2008, Arturo 'Buanzo' Busleiman () wrote:
> This is my smtpd_recipient_restrictions line:
>
> smtpd_recipient_restrictions = reject_non_fqdn_sender,
> reject_non_fqdn_recipient,reject_unknown_sender_domain,
> reject_unknown_recipient_domain,reject_unauth_pipelining,
> permit_mynetworks,
> reject_unauth_destination,
Move permit_mynetworks to first position, followed by
reject_unauth_destination, then other checks...
Also, remove reject_unauth_pipelining from here, it does nothing -
consider using it under smtpd_data_restrictions
-- Best regards, Charles
|
|
|