On Dec 6, 2007 2:28 PM, Sam Clippinger <[EMAIL PROTECTED]> wrote:
> I wouldn't worry too much about the "command aborted abnormally" -- it
> just means that qmail-smtpd didn't exit after spamdyke sent it the
> "QUIT" command.  spamdyke had to kill it instead.  However, it was
> obviously working because spamdyke reported it offers TLS and SMTP AUTH.
>
> qmail-smtpd should exit after it sees the "QUIT" command but it's
> possible one of the Toaster patches has changed that behavior.  It's
> equally possible there's a bug in spamdyke.  Unless you see a lot of
> stale qmail-smtpd processes when your server gets busy, it's not a problem.
>
> You indicated spamdyke doesn't work on this machine -- what does it do
> (or fail to do)?
>

Also, here are my config files:

[EMAIL PROTECTED] ~]# more /var/qmail/supervise/qmail-smtpd/run
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 25000000 \
    /usr/local/bin/tcpserver -v -H -R -l 0 \
    -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
    -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
    /var/qmail/bin/qmail-smtpd \
    /usr/local/bin/spamdyke -f /etc/spamdyke.conf \
    /home/vpopmail/bin/vchkpw /bin/true 2>&1
[EMAIL PROTECTED] ~]#

[EMAIL PROTECTED] ~]# more /etc/spamdyke.conf
log-level=2
log-target=0
local-domains-file=/var/qmail/control/rcpthosts
#max-recipients=15
# connection-timeout-secs=0 is disabling the feature
connection-timeout-secs=0
idle-timeout-secs=180
no-graylist-dir=/home/vpopmail/graylist
#graylist-dir=/home/vpopmail/graylist
#graylist-min-secs=120
#graylist-max-secs=1814400
#never-graylist-ip-file=/home/vpopmail/never_graylist_these_ips
#policy-url=http://my.policy.explanation.url/
sender-blacklist-file=/home/vpopmail/blacklist_senders
recipient-blacklist-file=/home/vpopmail/blacklist_recipients
ip-in-rdns-keyword-file=/home/vpopmail/blacklist_keywords
ip-blacklist-file=/home/vpopmail/blacklist_ip
reject-empty-rdns
reject-unresolvable-rdns
rdns-whitelist-file=/home/vpopmail/whitelist_rdns
ip-whitelist-file=/home/vpopmail/whitelist_ip
greeting-delay-secs=5
check-dns-whitelist=whitelist.mydomain.tld
check-dnsrbl=safe.dnsbl.sorbs.net
check-dnsrbl=combined.njabl.org
check-dnsrbl=sbl-xbl.spamhaus.org
check-dnsrbl=bogons.cymru.com
reject-missing-sender-mx
tls-certificate-file=/var/qmail/control/servercert.pem
[EMAIL PROTECTED] ~]#
_______________________________________________
spamdyke-users mailing list
spamdyke-users@spamdyke.org
http://www.spamdyke.org/mailman/listinfo/spamdyke-users

Reply via email to