I would like to forward a copy of every email going through exim to an 
external email address for offsite backup/archive/whathaveyou

I am thinking the following router will get the job started:

begin routers

#####################################################
### end router/00_exim4-config_header
#####################################################

router-forward_all_email:
    driver = accept
    transport = forward_all_email
    debug_print = "taking a copy to [email protected]"
    unseen

begin transports

#####################################################
### end transport/00_exim4-config_header
#####################################################

transport-forward_all_email:
   #some clever stuff here

Can anyone help with the transportas I am not able to search out a 
suitable example
(which normally means I am doing something stupid!)


Cheers very much in advance etc :-)

-- 
Simon Faulkner  01538 303 900 
Staffordshire Moorlands


-- 
## List details at http://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/

Reply via email to