Re: [Exim] Deny from all hosts except... ACL help.

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Kevin P. Fleming
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [Exim] Deny from all hosts except... ACL help.
Brett Thorson wrote:
> INCOMING_HUBS = 132.151.6.1 : 132.151.1.2
>   deny    hosts = !INCOMING_HUBS
>           message = use the proper MX please


should be:

hostlist incoming_hubs = 132.151.6.1 : 132.151.1.2

deny   !hosts = +incoming_hubs
         message = use the proper MX please