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


OK, the outgoing emails are copy to the [EMAIL PROTECTED] - email. But the email does'nt send to the recipient. Instead the sender becomes a error message which said that the recipient does'nt exists (Unknown user)...

As "senders", I have typed "senders = [EMAIL PROTECTED]". Is that right?


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