My issue is that the SURBL are working when I run spamassassin with
the command-line but it doesn't where I run spamc and therefore it
doesn't work with actual mail I receive.
What bothers me is that spamc is actually showing the same scores as
spamassassin -L.
My /var/qmail/supervise/spamd/run:
#!/bin/sh
exec /usr/bin/spamd -x -u vpopmail -s stderr 2>&1
And my /var/qmail/supervise/smtpd/run:
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
BLACKLIST=`cat /var/qmail/control/blacklists`
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
RBLSMTPD="/usr/bin/rblsmtpd"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0
exec /usr/bin/softlimit -m 64000000 \
/usr/bin/tcpserver -v -R -H -l mail.agiir.net -x $TCP_CDB -c
"$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
$SMTPD $VCHKPW /bin/true 2>&1
I tweeked the smtpd/run to remove the "$RBLSMTPD $BLACKLIST" part. Is
my problem related to that change?
The environment variables you removed will stop incoming mail from being
processed by the RBLs located in /var/qmail/control/blacklists
OK but this file is empty anyway. Plus, I don't want to use RBLs, only
SURBLs but I don't know if I can separate them. I think so as they don't
do the same thing at all.
Can you provide an email header from a message that has passed through
the system with a scored URL in it?
Here is one (from hotmail to my server) :
From - Tue Jun 01 09:16:00 2010
X-Account-Key: account3
X-UIDL: 1275376216.25566.mail.agiir.net,S=2466
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
X-Mozilla-Keys:
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: (qmail 25564 invoked by uid 89); 1 Jun 2010 07:10:16 -0000
Received: by simscan 1.4.0 ppid: 25553, pid: 25558, t: 0.3605s
scanners: attach: 1.4.0 clamav: 0.96/m:52/d:11111 spam: 3.2.5
X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail.agiir.net
X-Spam-Level: ***
X-Spam-Status: No, score=3.7 required=5.0 tests=AWL,BAYES_95,HTML_MESSAGE,
RDNS_NONE autolearn=no version=3.2.5
Received: from unknown (HELO col0-omc3-s16.col0.hotmail.com) (65.55.34.154)
by mail.agiir.net with SMTP; 1 Jun 2010 07:10:15 -0000
Received-SPF: pass (mail.agiir.net: SPF record at spf-a.hotmail.com
designates 65.55.34.154 as permitted sender)
Received: from COL112-W58 ([65.55.34.136]) by
col0-omc3-s16.col0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675);
Tue, 1 Jun 2010 00:10:14 -0700
Message-ID: <[email protected]>
Return-Path: [email protected]
Content-Type: multipart/alternative;
boundary="_5ddf4480-905c-415d-b211-37f0be9984d0_"
X-Originating-IP: [85.14.144.10]
From: Pierre Gaxatte <[email protected]>
To: <[email protected]>
Subject: Test SURBL
Date: Tue, 1 Jun 2010 09:10:14 +0200
---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]