Re: [exim] Supressing bounce messages
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Wiadomość jest częścią wątku:
pełne drzewo wątku posortowane wg daty
Odhiambo G. Washington at
2005-06-27 05:51
Mark Smith at
2005-06-27 14:17
Autor:
Marc Sherman
Data:
2005-06-27 12:10
UTC
Dla:
exim-users
Temat:
Re: [exim] Supressing bounce messages
Mark Smith <exim-users@???> [20050626 18:22]: wrote:
>
>>
>> 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:
- Marc