Brandon Phelps wrote:
> Thanks for the quick reply Michael.  The domains table contains a simple 
> list of domains that are hosted on this server.  The primary domain is 
> in there (which allows it to work I presume), and the secondary domain 
> is also in there... except that one isn't working.  I've even tried 
> completely removing the mysql lookup from this line and simply making it 
> "domainlist local_domains = maindomain.com:secondarydomain.net"  and 
> even this results in the same error.
> 
> Any other ideas?
> 
> Thanks,
> Brandon

The quickest option is to run Exim in debug mode to see why it is 
refusing to accept the mail. Simulate an incoming connection by using 
the -bh option, and set appropriate debugging using the -d option 
(-d+verify+lookup). Then enter the SMTP transaction as it would occur:

mail from:[EMAIL PROTECTED]
rcpt to:[EMAIL PROTECTED]

Hopefully this will provide the necessary insight to work out why Exim 
is refusing to accept the mail.

-- 
Nigel Wade, System Administrator, Space Plasma Physics Group,
             University of Leicester, Leicester, LE1 7RH, UK
E-mail :    [EMAIL PROTECTED]
Phone :     +44 (0)116 2523548, Fax : +44 (0)116 2523555

-- 
## 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/

Reply via email to