I am seeing that mail sent by an authenticated user over a submission
port is showing the sender and envelope-from as
"[email protected]"@mail.example.com
I read the documentation on rewriting and would like to do it based on
a list of authenticated users so I have added this in acl_check_rcpt:
accept authenticated = *
control = submission/domain=example.com/\
name=${lookup {$authenticated_id} \
lsearch {/etc/mail/namelist}}
This has partly fixed the problem. Now the sender is
"[email protected]"@example.com
How can I get this to be [email protected]?
-Kevin
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/