|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Spam filtering
From: Charles Marcus (CMarcus
Media-Brokers.com)
Date: Wed Jun 23 2010 - 07:57:16 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2010-06-23 12:34 AM, Stan Hoeppner wrote:
> smtpd_recipient_restrictions =
> permit_mynetworks
> reject_unauth_destination
> permit_sasl_authenticated
Under most circumstances, reject_unauth_destination should go *after*
permit_sasl_authenticated, or your sasl authenticated users will not be
able to relay. So...
> smtpd_recipient_restrictions =
> permit_mynetworks
> permit_sasl_authenticated
> reject_unauth_destination
> etc
--
Best regards,
Charles
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]