Re: [exim] copy sent emails

Pàgina inicial
Delete this message
Reply to this message
Autor: Martin Windfuhr
Data:  
A: exim-users
Assumpte: Re: [exim] copy sent emails
>> We have a small office and we want to collect all sent emails
>> to an seperate email (sent@???). So each user can read
>> sent emails by reciving all@???.
>>
>> 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 = *@lsearch;/etc/localdomains
>   data    = sent@???
>   unseen
>   no_verify

>
>
> - Mark



OK, the outgoing emails are copy to the sent@??? - 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 = *@domain.de". Is that right?