Re: [Exim] RBL on selected domains

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Tim Jackson
Datum:  
To: exim-users
Betreff: Re: [Exim] RBL on selected domains
Hi GypsyMage, on Wed, 5 Nov 2003 10:53:33 -0600 you wrote:

> I only want to include RBL support for any mail addressed to *@abc.com


Just add "domains=abc.com" to the ACL where you check an RBL. E.g.

deny message  = $dnslist_text
     domains  = abc.com
     dnslists = whatever.rbl.example


Tim