Topic: RBL lists
I have a questions:
Is this server setup using any of the RBL lists and i wasn't able to find the rules? I like the ideea of dropping ip's known to spam.
Or i can enable them in main.conf?
Thank you
Works on Red Hat Enterprise Linux, CentOS, Scientific Linux, Debian, Ubuntu, Mint, openSUSE, Gentoo, FreeBSD, OpenBSD
You are not logged in. Please login or register.
I have a questions:
Is this server setup using any of the RBL lists and i wasn't able to find the rules? I like the ideea of dropping ip's known to spam.
Or i can enable them in main.conf?
Thank you
I have a questions:
Is this server setup using any of the RBL lists and i wasn't able to find the rules? I like the ideea of dropping ip's known to spam.
Or i can enable them in main.conf?
Thank you
-> main.cf
smtpd_recipient_restrictions =
check_helo_access pcre:/etc/postfix/helo_access.pcre,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_invalid_helo_hostname,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
reject_unlisted_recipient,
permit_sasl_authenticated,
permit_mynetworks,
...
reject_rbl_client ix.dnsbl.manitu.net,
reject_rbl_client zen.spamhaus.org,
...
just my 2 cents,
mbsouth
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.
Generated in 0.065 seconds (90% PHP - 10% DB) with 9 queries