OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
reject_sender_login_mismatch

From: Alberto Lepe (devalepe.com)
Date: Tue Mar 17 2009 - 20:29:19 CDT


If I understand correctly the Postfix manual,

      "reject_sender_login_mismatch"

is equivalent of adding these 2 rules instead:

     "reject_unauthenticated_sender_login_mismatch"
     "reject_authenticated_sender_login_mismatch"

right?

If I use SASL authentication, which one is recommended to use?
for example, only "reject_authenticated..." or "reject_unauthenticated..."
or "reject_sender..."?

Thank you.