Rodre Ghorashi-Zadeh wrote:
Hello,

I am sorry, I don't know what you mean by "top post" all I did was hit "reply" in 
hotmail. I tried adding this in my master.cf but it didn't work. I think the problem is that 
check_recipient_mx_access is expecting an "access" table type and not a CIDR table type:

check_recipient_mx_access type:table
    Search the specified access(5) database for the MX hosts for the RCPT TO domain, and 
execute the corresponding action. Note: a result of "OK" is not allowed for 
safety reasons. Instead, use DUNNO in order to exclude specific hosts from blacklists. 
This feature is available in Postfix 2.1 and later.

Can anyone confirm or deny?

~Rod


Put your answer below text you are replying to.  Trim excess text.

If you report the error message you received rather than "it didn't work" it's easier to offer a solution.

check_recipient_mx_access works with any supported table type.

# postconf -m
will list the table types supported by your installation of postfix. CIDR table support was introduced with postfix version 2.1, which also happens to be the version that introduced check_recipient_mx_access.

If your postfix is more ancient that that, you will need to upgrade it to get this feature.

--
Noel Jones

Reply via email to