We use an anti-spam/anti-virus and mail archiving system upstream from here. At the moment, all mail sent from us to anyone external is archived. Any email from an external site sent to us is archived. However, email sent between ourselves is not. We would like to remedy this situation. Our upstream service provider has just given me an email address that I can mail to ensure that this occurs, now all I need to do is configure Exim to do the necessary. So if I send mail from a@adelix.com to b@adelix.com - mail which passes only through our MTA, how can I configure it to automatically BCC that mail to the address I''ve been given to get it to hit the archive? Regards Neil ------------------------------------------------------------------------------------ Scanned for viruses, spam and offensive content by CensorNet MailSafe Professional Web & E-mail Filtering from www.censornet.com
On Mon, Oct 30, 2006 at 04:35:00PM +0000, Neil Briscoe wrote:> So if I send mail from a@adelix.com to b@adelix.com - mail which passes > only through our MTA, how can I configure it to automatically BCC that > mail to the address I''ve been given to get it to hit the archive?Use an unseen router. Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don''t trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835
Hi Marc> Use an unseen router.Thanks for that. I understand the process of an unseen router. What I need that router to do is send an email to a specific address - lets call it foo@bar.tld I have most of the code I want already, so a router that looks something like :- smart_local_archive: driver = redirect transport = remote_smtp domains = adelix.com senders = *@adelix.com rewrite = foo@bar.tld unseen Two things I''m not certain of. Whether I''ve chosen the correct driver to do this - and exactly what form the rewrite directive should really take. Any assistance on those points would be gratefully accepted. Regards Neil ------------------------------------------------------------------------------------ Scanned for viruses, spam and offensive content by CensorNet MailSafe Professional Web & E-mail Filtering from www.censornet.com
On Sun, Nov 05, 2006 at 03:18:00PM +0000, Neil Briscoe wrote:> smart_local_archive: > driver = redirect > transport = remote_smtp > domains = adelix.com > senders = *@adelix.com > rewrite = foo@bar.tld > unseenThe rewrite directive takes a boolean value and it looks like you don''t need it. Did you actually read spec.txt chapter 30? Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don''t trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835
> The rewrite directive takes a boolean value and it looks like you > don''t need it. Did you actually read spec.txt chapter 30?I started on it - but we''re busy trying to get out the next release of our core product, which is why it took me so long to reply. I''ll keep reading. Regards Neil ------------------------------------------------------------------------------------ Scanned for viruses, spam and offensive content by CensorNet MailSafe Professional Web & E-mail Filtering from www.censornet.com