Exim auto copy of outgoing mail

qlsys

Verified User
Joined
Apr 18, 2005
Messages
25
Location
Poland
Hi,

Does anybody know how to set up in exim an automatic copy of outgoing mail from certain local user to another email account?

For example:

local user: [email protected] is sending a mail to some email address (local or remote [email protected]). I want to set up an automatic copy of this mail to go to some other local email address: [email protected] - so for all of the outgoing mails there will be a copy going to a local email account.

In postfix there is smoething like auto_bcc, in sendmail i think there is a copyuser patch.

Propably it has to be done by some ACL ...

Do you know how to do this in exim?

Kind Regards,
 
Last edited:
A custom ACL should definitely do it; just don't forget the "unseen" option.

Jeff
 
Back
Top