Etienne Simard wrote:
> There must be a way to do this at the application level, where you forward a 
> duplicate of every email you receive with exim.conf instead of duplicating 
> the tcp connection.
> 
> Example:
> 
> ----------------------
> driver = manualroute
> transport=remote_smtp
> route_list="* my.smtp.server.host.and.domain"
> ----------------------
> 
> BUT it needs to be duplicated and not forwarded

Something like this?

duplicate_mail_router:
  driver = manualroute
  transport = remote_smtp
  route_list="* my.smtp.server.host.and.domain"
  unseen = true

-- 

Phil Brutsche
[EMAIL PROTECTED]

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to