Re: [exim] Supressing bounce messages
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Ez az üzenet a következő szál része:
a teljes szál-fa dátum szerinti rendezve
Odhiambo G. Washington postázva
2005-06-27 05:51
Mark Smith postázva
2005-06-27 14:17
Szerző:
Marc Sherman
Dátum:
2005-06-27 12:10
UTC
Címzett:
exim-users
Tárgy:
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