[Exim] Deny domain

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Paulo Andre
Date:  
À: exim-users
Sujet: [Exim] Deny domain
I have been trying to deny certain domains from sending email to me.

I have the following:

This basically selects the domain from the table.
domainlist blacklist_domains = mysql;MYSQL_Q_RBLBLACK

then in the acl section under acl_check_rcpt I have the following:

deny message = $domain is manually rejected.
     domains  = blacklist_domains


This does not work, what am I doing wrong?

Paulo