Re: [exim] Separate mail server - exim 4.70

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Graeme Fowler
Date:  
À: exim-users
Sujet: Re: [exim] Separate mail server - exim 4.70
On Sun, 2009-11-22 at 19:12 +0330, majid alavizadeh wrote:
> checking domains
> domain.com in "@"? no (end of list)
> domain.com in "! +local_domains"? yes (end of list)


Two things:

1. This isn't "domain.com" - please do not obfuscate like this, it can
make debugging very hard.
2. Put your domain into the "local_domains" domainlist. Presently your
Exim configuration thinks the domain is not local, but the MX points to
the same machine (hence the error).

Graeme