maximatt wrote:
>
> hi...
>
> where i can check in a momento of processing sender - that's is with a
> script or other method - the following:
>
>    - for an authenticated user, he send a message, but i need to check
> that the mail of the sender is authenticated user mail address.
>
> in others words, who's  the point that i can merge autentication with
> sender validation... (i understand that are diferent process)
>
> thanks!
If submitted via sendmail(1) command, then it is up to you and your
script/web interface.

If submitted via SMTP read the following:
http://www.postfix.org/postconf.5.html#smtpd_sender_login_maps
http://www.postfix.org/postconf.5.html#reject_sender_login_mismatch
http://www.postfix.org/postconf.5.html#reject_unauthenticated_sender_login_mismatch

Brian

Reply via email to