Re: [exim] Limit Inbound by Domain

Top Page
Delete this message
Reply to this message
Author: Peter Bowyer
Date:  
To: Exim Users Mailing List
Subject: Re: [exim] Limit Inbound by Domain
On Mon, 17 Jan 2005 16:53:59 -0800, Ron Shannon <rshannon@???> wrote:
> In a hosting environment, Exim serves as the receiving MX host for multiple
> domains. However, one of the domains (for which the Exim host is not a
> registered MX) should only receive mail arriving via connections from
> specific IP addresses/networks, in order to only accept mail relayed from a
> spam-filtering service.
>
> I've searched the docs and FAQ's and cannot figure out if some form of
> sender_net_ statement or an ACL should be utilized -- or something else. How
> can that be accomplished for one of the domains? Thanks.


deny message = Please use the MX
domains = thedomain.example.com
!hosts = 1.2.3.4 : 5.6.7.8

in the RCPT ACL.