Auteur: Chris Keane Datum: Aan: Philip Hazel CC: exim-users Onderwerp: Re: [Exim] Warnings/Errors
>>>>> On Thu, 27 Jul 2000, "CK" = Chris Keane wrote:
CK> I'd ideally like to be able to say "new_address = postmaster". When
CK> I try that, though, I get: CK> 2000-07-27 13:52:15 13Hn95-0001XH-00 ** postmaster@??? <root@???>: unknown local-part "postmaster" in domain "mymachine.mydomain"
CK> 2000-07-27 13:52:15 13Hn95-0001XH-00 Frozen (delivery error message) CK> Normal deliveries to postmaster get aliased fine. (I've tried
CK> setting "new_director = system_aliases" in the director, too, which
CK> didn't help...not that I really expected it to).
Aha - found it! Sorry to follow-up to myself.
It turned out that I needed "new_director = system_aliases" on the
system_aliases director, not the checkerr director (so that when postmaster
got expanded by system_aliases it didn't start again at checkerr with the
result of the expansion).