> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Renaud Allard
> Sent: Tuesday, October 23, 2007 4:18 PM
> To: Craig Jackson
> Cc: [email protected]
> Subject: Re: [exim] Error: unknown named host list
> 
> 
> 
> Craig Jackson wrote:
> > Hi,
> > 
> > I have created a named list in the general section like this:
> > domainlist dom_regex = baddomain.com
> > 
> > Then I use this list in the acl_smtp_rcpt like this
> > 
> >  deny    message = Administrative Prohibition
> >                senders = +dom_regex
> > 
> > But the error is "unknown named host list" upon receiving an email.
> > 
> 
> You probably want to use
> sender_domains = +dom_regex
> instead of
> senders = +dom_regex
> 


Thank you!! That fixed it. Bless you.

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