> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Martin Windfuhr
> Sent: 17 November 2005 15:15
> To: [email protected]
> Subject: [exim] copy sent emails
> 
> hello all
> 
> We have a small office and we want to collect all sent emails 
> to an seperate email ([EMAIL PROTECTED]). So each user can read 
> sent emails by reciving [EMAIL PROTECTED]
> 
> Is it possible? -and how can I establish a permanent 
> copy-function for sent emails in exim4?
> The Outlook CC-Field is not a solution, because our users 
> forget to copy the email sometimes.
> 

You can use this router:

copy:
  driver  = redirect
  senders = [EMAIL PROTECTED];/etc/localdomains
  data    = [EMAIL PROTECTED]
  unseen
  no_verify


- Mark


-- 
## 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