RE: [exim] Supressing bounce messages

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Mark Smith
日付:  
To: 'Marc Sherman', exim-users
CC: 
題目: RE: [exim] Supressing bounce messages
> >> Is there any way to specify that bounce messages should
> only be sent
> >> to e.g. +local_domains?
>
> A router like this, placed before your dnslookup router, should do it:
>
> no_remote_bounce:
>    driver = redirect
>    domains = !+local_domains
>    senders = :
>    data = :blackhole:

>


Thanks. Unfortunately that will also break other DSNs, such as "Read"
notifications.

- Mark