majid alavizadeh wrote: > I change exim.conf > > domainlist local_domains = /usr/exim/local_domains > and add my domain to it. > > it's new error in main.log: > > > 2009-11-23 16:45:53 H=localhost [127.0.0.1] sender verify defer for > <[email protected]>: > local_parts check lookup or other defer > 2009-11-23 16:45:53 H=localhost [127.0.0.1] F=<[email protected]> > temporarily rejected RCPT > <[email protected]>: unknown lookup type "mysql" >
You don't have mysql support compiled into exim and Are trying to perform a look within a mysql database where your user's details are stored. You need to rebuild your binary, or install a pre-compiled version of exim with mysql support built in. Cheers cya Andrew > On Mon, Nov 23, 2009 at 1:25 PM, Andrew <[email protected]> wrote: >> majid alavizadeh wrote: >>> Hi >>> >> --snip-- >> >>> 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) >>> ------------------------------------ >>> >> Actually the above means that it hasn't found it, see the ! in front of >> +local_domains. It basically means 'not in' +local_domains >> >> You need to add the domain to your local_domains list. >> >> HTH >> cya >> Andrew >> >>> -- >>> M Alavizadeh >>> >> > -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
