Hi
Please make sure you reply to the list.
On Mon, 2009-11-23 at 10:41 +0330, majid alavizadeh wrote:
> I checked exim.conf and found this
>
> domainlist local_domains = @
This means "the local hostname only":
http://www.exim.org/exim-html-current/doc/html/spec_html/ch10.html#SECThoslispatip
You need to add the domain you want to handle into that list, perhaps
after reading further into the docs detailed above about the syntax of
domain lists.
> But in error I see that exim finds my domain in local:
>
> -----------------------------------
> checking domains
> domain.com in "@"? no (end of list)
> domain.com in "! +local_domains"? yes (end of list)
> ------------------------------------
No, it found your local domain in the _negated_ list of local domains -
that is "not a local domain".
> but i try to locate for "local_domains" and returns nothing
You already found it. You need to amend the "local_domains = " line.
Graeme