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
This message is part of the following thread:
the complete thread tree sorted by date
Gyan Mathur at
2002-08-29 14:09
Author:
Martin Kaiser
Date:
2002-08-29 15:30
UTC
To:
exim-users
Subject:
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