Auteur: Sheldon Hearn Date: À: Colin Harford CC: exim-users Sujet: Re: [Exim] Slight Bug with aliases
On (2003/09/25 09:48), Colin Harford wrote:
> What happens if say the primary server name is set to mail.blah.com,
> and there is an alias for blah2.com.
>
> In the alias file for blah2.com there is:
>
> alias1: alias2
> alias2: account1
>
>
> If somethings comes in for alias1@???, it tries to match alias2
> as an account or in the alias file mail.blah.com. When it does not
> find it in either, then it rejects the email.
That's expected behaviour. You probably want to add the
qualify_preserve_domain option to your redirect router.