Re: [exim] rejecting emails based on recipent domain

Top Page
Delete this message
Reply to this message
Author: Peter Bowyer
Date:  
To: Exim Users Mailing List
Subject: Re: [exim] rejecting emails based on recipent domain
On Mon, 6 Dec 2004 09:08:54 +0000, Subhi S Hashwa <lists@???> wrote:
> Hello exim-users,
>
> I am trying to 'suspend' domain mail delivery, basically reject
> everything at smtp. I put the following in acl_check_rcpt ACL, but it
> now rejects everything not just that domain.
>
> any ideas?
>
> deny    message       = "Domain no longer in use."
> deny    domains       = xxx.com


deny message = Domain no longer in use
        domains = xxx.com


ACL syntax is discussed in the docs at
http://www.exim.org/exim-html-4.40/doc/html/spec_38.html#IX2352

Peter