Re: [EXIM] Silly question...

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: Steve Lamb
CC: Exim-users
Subject: Re: [EXIM] Silly question...
On Tue, 27 Apr 1999, Steve Lamb wrote:

>     Is there a way to configure exim to outright reject mail to a certain
> local host?


No, only to certain domains. Use a configuration like this

receiver_verify
local_domains = rejected.domain : <other local domains>

with the first director as

reject_domains:
driver = smartuser
domains = rejected.domain
verify_only
fail_verify

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***