On 11/16/2013 12:44 PM, Pol Hallen wrote: > Hi all :-) I configurated postfix to check if a client is within the > > smtpd_sender_login_maps = hash:/etc/postfix/smtpd_sender_login_maps > > with sasl sender authentication, and: > > smtpd_recipient_restrictions = > permit_mynetworks, > permit_inet_interfaces, > reject_sender_login_mismatch, > permit_sasl_authenticated, > > seem everything works fine, but I've some problem like this: > > Sender address rejected: not logged in > > when I try to send an email that relay by another smtp :-/ > > any idea to solve this problem? > > thanks! >
Perhaps you can use reject_authenticated_sender_login_mismatch instead. http://www.postfix.org/postconf.5.html#reject_authenticated_sender_login_mismatch -- Noel Jones