Re: [Exim] prevent delivery via SMTP for a local domain
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
Gyan Mathur at
2002-08-29 14:09
Autor:
Martin Kaiser
Data:
2002-08-29 15:30
UTC
Dla:
exim-users
Temat:
Re: [Exim] prevent delivery via SMTP for a local domain
Hi Gyan, others,
Thus wrote Gyan Mathur (exim@???):
> condition = "${if eq {$parent_domain}{domain.com}{1}{0}"
That got me started. In fact, it's sufficient that the mail was seen by
an alias file and the envelope address got changed to a mailbox name, no
matter what the parent domain is. So
condition = "${if !eq {$parent_domain}{}{1}{0}}"
does exactly what I want.
Thanks to anybody who answered,
Martin