Discussion:
SpamCop Not Reporting
sah62
2014-10-23 20:40:23 UTC
Permalink
I'm running SpamAssassin version 3.4.0 with Perl version 5.18.2 on a server
running Ubuntu 14.04.1 LTS. I recently noticed that I'm not getting reports
sent to SpamCop, but as far as I can tell everything seems to be configured
correctly. There are just no reports visible at spamcop.net and nothing in
spamd.log to indicate that reports are being sent; spam *is* being flagged
and delivered to me appropriately. The Net::DNS and Net::SMTP Perl modules
are installed. Can someone help me figure out what's going on?

Here's what I have in /etc/spamassassin/local.cf:

spamcop_from_address ***@mydomain.org
spamcop_to_address ***@spam.spamcop.net

/etc/default/spamassassin:

# Change to one to enable spamd
ENABLED=1

# Options
# See man spamd for possible options. The -d option is automatically added.

# SpamAssassin uses a preforking model, so be careful! You need to
# make sure --max-children is not set to anything higher than 5,
# unless you know what you're doing.

OPTIONS="-r --create-prefs --max-children 5 --helper-home-dir -s
/var/log/spamd.log"

/etc/postfix/master.cf:

spamassassin unix - n n - - pipe
user=debian-spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -x -f
${sender} ${recipient}

/var/log/spamd.log:

Thu Oct 23 07:24:43 2014 [21020] dbg: plugin: loading
Mail::SpamAssassin::Plugin::SpamCop from @INC
Thu Oct 23 07:24:43 2014 [21020] dbg: reporter: network tests on, attempting
SpamCop




--
View this message in context: http://spamassassin.1065346.n5.nabble.com/SpamCop-Not-Reporting-tp112504.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.
David B Funk
2014-10-23 22:14:11 UTC
Permalink
Post by sah62
I'm running SpamAssassin version 3.4.0 with Perl version 5.18.2 on a server
running Ubuntu 14.04.1 LTS. I recently noticed that I'm not getting reports
sent to SpamCop, but as far as I can tell everything seems to be configured
correctly. There are just no reports visible at spamcop.net and nothing in
spamd.log to indicate that reports are being sent; spam *is* being flagged
and delivered to me appropriately. The Net::DNS and Net::SMTP Perl modules
are installed. Can someone help me figure out what's going on?
# Change to one to enable spamd
ENABLED=1
# Options
# See man spamd for possible options. The -d option is automatically added.
# SpamAssassin uses a preforking model, so be careful! You need to
# make sure --max-children is not set to anything higher than 5,
# unless you know what you're doing.
OPTIONS="-r --create-prefs --max-children 5 --helper-home-dir -s
/var/log/spamd.log"
spamassassin unix - n n - - pipe
user=debian-spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -x -f
${sender} ${recipient}
Thu Oct 23 07:24:43 2014 [21020] dbg: plugin: loading
Thu Oct 23 07:24:43 2014 [21020] dbg: reporter: network tests on, attempting
SpamCop
I assume that "***@spam.spamcop.net" is your redacted spamcop
submission address and not literally what you have in your conf file.

The spamcop submission component wants to make a direct connection to spamcop's
smtp server rather than using your local MSA infrastructure. So if it cannot
make that network connection submissions will fail. Check for the ability to
connect from your spamd server to port 25 on what ever MX spam.spamcop.net uses
these days.
--
Dave Funk University of Iowa
<dbfunk (at) engineering.uiowa.edu> College of Engineering
319/335-5751 FAX: 319/384-0549 1256 Seamans Center
Sys_admin/Postmaster/cell_admin Iowa City, IA 52242-1527
#include <std_disclaimer.h>
Better is not better, 'standard' is better. B{
Continue reading on narkive:
Loading...