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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Andreas J Mueller
日付:  
To: Vibhav
題目: 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@???>