On Fri, 20 Jan 2012 09:42:43 -0600, /dev/rob0 wrote:
swap reject_authenticated_sender_login_mismatch and
permit_sasl_authenticated
Benny, the only thing that does is to ensure that the sender login
mismatch check is never done, because all authenticated senders are
permitted, regardless of what the smtpd_sender_login_maps might
contain.
it will check if not sasl authed, should atleast change logs
first match wins is still good to remember
The likely best answer for the OP is to review
http://www.postfix.org/postconf.5.html#smtpd_sender_login_maps and
ensure that the maps are correct.
yeps
Another comment I can recall from the OP is that he seems to expect
this to apply to addresses in the From: headers. Not so, this only
affects the envelope sender address.
if user want to restrict this then its a sender identity and can only
be restricted in roundcube imho
# cat msg
From: "banjo boy" <[email protected]>
To: "sopa" <[email protected]>
Subject: wikipedia
<empty line>
test msg
sendmail -f root root <msg
see msg later, have fun :)