You may wish to put your RBL checks into something spam assassin where you can 
include it in the overall score. There are many IPs which get blacklisted and 
there may not be practical ways to get off the list, or the owner of the block 
may not care (ISP?). I found that including them in the overall scoring rather 
than blatantly bouncing meant that I could still travel around and send mail 
through my system more easily.

YMMV


> On Jul 23, 2016, at 2:15 PM, Rich Shepard <[email protected]> wrote:
> 
> On Sat, 23 Jul 2016, Jim Garrison wrote:
> 
>> We'd have to see your main.cf sections relating to blacklisting, and the
>> lookup tables they refer to.
> 
> Jim,
> 
>   Would these be in the # JUNK MAIL CONTROLS section, such as ...?
> 
> smtpd_client_restrictions =
>         check_client_access hash:/etc/postfix/internal_network,
>         permit_mynetworks,
>         check_client_access cidr:/etc/postfix/cidr/spammers.cidr,
>         check_client_access hash:/etc/postfix/badaddr,
>         check_client_access cidr:/etc/postfix/badip,
>         reject_rbl_client zen.spamhaus.org,
>         reject_rbl_client dul.dnsbl.sorbs.net,
>         reject_rbl_client sbl-xbl.spamhaus.org,
>         reject_rbl_client combined.njabl.org,
>         reject_rbl_client psbl.surriel.com,
>         reject_rbl_client bl.spamcop.net,
>         reject_rhsbl_sender dsn.rfc-ignorant.org,
>         check_sender_mx_access cidr:/etc/postfix/bogus_mx,
>         check_sender_access hash:/etc/postfix/rhsbl_sender_exceptions,
>         check_sender_access hash:/etc/postfix/common_spam_senderdomains,
>         permit
> 
> smtpd_recipient_restrictions =
>         permit_sasl_authenticated,
>         permit_mynetworks,
>         reject_unauth_destination,
>         check_recipient_access hash:/etc/postfix/roleaccount_exceptions,
>         check_recipient_access hash:/etc/postfix/recipients,
>         check_helo_access pcre:/etc/postfix/helo_checks,
>         reject_non_fqdn_recipient,
>         reject_non_fqdn_sender,
>         reject_unknown_client_hostname,
>         reject_unknown_reverse_client_hostname,
>         reject_non_fqdn_hostname,
>         reject_invalid_hostname,
>         permit
> 
>> Also master.cf if you have any external mail filters configured.
> 
>   Nope. Nothing there.
> 
> Rich
> _______________________________________________
> PLUG mailing list
> [email protected]
> http://lists.pdxlinux.org/mailman/listinfo/plug

--
Louis Kowolowski                                [email protected] 
<mailto:[email protected]>
Cryptomonkeys:                                   http://www.cryptomonkeys.com/ 
<http://www.cryptomonkeys.com/>

Making life more interesting for people since 1977

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to