On Monday 19 October 2009 12:56 pm, Todd Lyons wrote:

> You probably have in your acl_check_rcpt ACL:
> accept senders = :
> Which tells Exim to accept email from <>.
>
> Assuming you have something at the top that sets a list of local
> domains: domainlist local_domains = ${lookup mysql { SELECT ... } }
>
> Then modify that accept ACL:
> accept senders = :
>            domains = +local_domains
>
> Whether that's all you need kind of depends on what your config looks
> like. --

Thanks, Todd.  You've hit the problem on the nose.  Thanks!

Jeff
-- 
Jeff Lasman, Nobaloney Internet Services
P.O. Box 52200, Riverside, CA  92517
Our blists address used on lists is for list email only
voice:  +1 951 643-5345, or see: 
"http://www.nobaloney.net/contactus.html";

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