On Wed, 1 Jul 1998 09:03:04 +0100 (BST), you wrote:
>On Tue, 30 Jun 1998, Marc Haber wrote:
>> system_aliases:
>> except_domains = "lists.mydomain.de"
>> driver = aliasfile
>> file = /etc/aliases
>> search_type = lsearch
>>
>> majordomo_aliases:
>> domains = "lists.mydomain.de"
>> driver = aliasfile
>> file = /usr/local/majordomo/majordomo.aliases
>> search_type = lsearch
>> user = majordomo
>> optional = yes
>>
>> I have qualify_domain = mydomain.de and this poses a problem.
>> majordomo happily uses unqualified addresses that are qualified
>> with mydomain.de by exim. This is wrong and does not work since
>> the normal system_aliases director does not know about the
>> majordomo aliases.
>
>
>Set qualify_preserve_domain on the majordomo_aliases director.
|qualify_preserve_domain
| Type: boolean
| Default: false
|
| If this is set and an unqualified address (one without a domain) is
| generated, it is qualified with the domain of the incoming address instead
| of the global setting in qualify_recipient.
Unfortunately, majordomo does not generate a qualified incoming
address so that option doesn't work :-(
What I think I need is a rewrite rule like
$1 \
"${if eq {$sender}{majordomo} \
{$1@???}{$1@???}} flags
Would that work?
Any hints are appreciated as usual :-)
Greetings
Marc
--
-------------------------------------- !! No courtesy copies, please !! -----
Marc Haber | " Questions are the | Mailadresse im Header
Karlsruhe, Germany | Beginning of Wisdom " | Fon: *49 721 966 32 15
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fax: *49 721 966 31 29
--
*** Exim information can be found at
http://www.exim.org/ ***