Hi
Hos can I let authenicated users send mail even if they are using a
blacklisted host (dnsbl)?
This is my config-file:
quit_fortune
check_earlytalker
count_unrecognized_commands 4
check_relay
require_resolvable_fromhost
# whitelists
whitelist_soft
auth/auth_flat_file
# log details
maillog
# greylisting
greylisting black_timeout 120 sender 1 recipient 1
rhsbl
dnsbl
check_badmailfrom
check_badrcptto
check_spamhelo
# URBL blocking, se http:://surbl.org
uribl deny
sender_permitted_from
# this plugin needs to run after all other "rcpt" plugins
rcpt_ok
# do not allow executables
exe_filter
check_for_virus_attach
# content filters
virus/klez_filter
# You can run the spamassassin plugin with options. See perldoc
# plugins/spamassassin for details.
#
spamassassin reject_threshold 15 munge_subject_threshold 5
# rejects mails with a SA score higher than 20 and munges the subject
# of the score is higher than 10.
#
# spamassassin reject_threshold 20 munge_subject_threshold 10
# run the clamav virus checking plugin
# clamav
virus/clamav action=reject clamscan_path=/usr/local/bin/clamscan
max_size=1048576
# queue the mail with qmail-queue
queue/qmail-queue
--
/--------------------------
/ Hans Sandsdalen
/ http://www.sandsdalen.net
/--------------------------