I'll only comment on those that may have issues:

On 19 Mar 2005, at 17:01, Bob wrote:

check_earlytalker
count_unrecognized_commands
check_relay
require_resolvable_fromhost
# rhsbl  let spamassassin do bl's fuzzily so not ban yahoo etc
# dnsbl
check_badmailfrom
check_badrcptto
check_spamhelo
sender_permitted_from

Will block as it doesn't use Danga::DNS to get the TXT record.

check_basicheaders 14
dns_whitelist_soft

Not sure what this does as it's not core - I would guess it hasn't been converted over to the new code though.


# greylisting deny_late 1 sender 1 recipient 1 black_timeout 1200 mode denysoft
extra/joe_ok blacklist 1 tarpit 1 divert_queue 1

I would have thought this wouldn't work (the tarpit option).

extra/exe_filter check exe action deny
spamassassin spamd_socket /tmp/spamd reject_threshold 14

This will block due to the communication with spamd.

munge_subject_threshold 8 leave_old_headers drop
virus/clamdscan clamd_socket /var/qpsmtpd/tmp/clamd deny_viruses
yes max_size 1024

This will block due to the communication with clamd.

# extra/joe_ok hooks queue if configured to, writes joe-jobs to
# maildir files in "/var/qpsmtpd/honeypot/new" or declines if
# message is not Joey Maybrier's spam.
queue/qmail-queue




Reply via email to