Re: [Exim] [Copying Outgoing Mails as BCC to postmaster]

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Andreas J Mueller
Dátum:  
Címzett: Vibhav
Tárgy: Re: [Exim] [Copying Outgoing Mails as BCC to postmaster]
Hi Vibhav!

> How do i make all outgoing mails BCC to postmaster@???
> is there a straight forward configuration in exim?


If by "outgoing mail" you mean mail that will be sent to remote SMTP
servers, I suggest you start with the following router, placed
directly before the dnslookup router in the default configuration:

bcc_postmaster:
driver = redirect
domains = ! +local_domains
data = postmaster@???
redirect_router = dnslookup
no_verify
no_expn
unseen

Depending on your configuration, another location in the router list
may be more appropriate.

Andy

--
Andreas J. Mueller                            email: <andy@???>