David Hartburn wrote: > Can I have all mail for one domain delivered into a single local mailbox > and also forward that same mail onto a remote SMTP server, specified by > IP address? Another option would be to relay the mail to two SMTP > servers. Basically I need the mail delivering twice.
Yup. Check 'unseen' option in the router: http://www.exim.org/exim-html-current/doc/html/spec_html/ch15.html This will fork off the message: one get processed by the current router, and the other one goes to next router. There's bunch of gotchas when using 'unseen' with headers_add, headers_remove, etc... So, read the manual carefully. Cheers, g. -- ## 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/
