Hello,
I check the sender address of authenticated users:
smtpd_sender_login_maps = ldap:/path/to/postfix/ldapsender.cf
smtpd_sender_restrictions =
reject_authenticated_sender_login_mismatch,
permit_sasl_authenticated, permit_mynetworks
This works like expected.
But, now I would like to enable one special authenticated user to send
mails with any (valid) sender addresses of any other (valid) user.
mailuser authenticates as mailuser and its sender address is valid: mailu...@mydomain.de
. OK.
specialuser authenticates as specialuser and it should be possible for
him to use
mailu...@mydomain.de as a sender address.
Is this possible and how can I configure this?
Thank you.
P.