mail forward - copy

It can be done with some custom modifications to the exim.conf file.

Jeff
 
modifications

Hi,

What kind of modifications?
Could you post some example?

Kind Regards,
 
Also interested in answer

Hello,
I'm also interested in this answer I'm trying to accomplish the same thing. An answer would be greatly appreciate it ...

Thank you for your time ...
 
a way

Hi,

There is a way to set this up in /etc/virtual/domain/filter.

You can add something like this:

if
$header_to: contains "[email protected]"
then
unseen deliver [email protected]
endif

if you want to forward an incoming mail with a local copy to some other email address.

you can also just add:

unseen deliver [email protected]

if you want to forward all mail coming to all account in some domain.

I think it could be added to DA features that You can check an option (local copy = on) or something like that.

Kind Regards,
 
Back
Top