Spamassasin not working

swurvin

Verified User
Joined
Oct 17, 2005
Messages
15
Location
Jacksonville , FL
Hello I can not seem to get spamassasin working on my system, all the errors seem to be pointing to exim itself.

web# tail -f /var/log/exim/mainlog
2007-06-02 17:22:31 1HuWN5-000C4G-0d <= ******@bellsouth.net H=(imf18aec.mail.bellsouth.net) [205.152.59.66] P=esmtp S=1088 [email protected] T="dave" from <*****@bellsouth.net> for ***@campbethesda.org
2007-06-02 17:22:31 1HuWN5-000C4G-0d <***@campbethesda.org>: spamcheck transport output: 2007-06-02 17:22:31 Exim configuration error in line 594 of /etc/exim.conf:
2007-06-02 17:22:31 1HuWN5-000C4G-0d ** ***@campbethesda.org F=<*****@bellsouth.net> R=spamcheck_director T=spamcheck: Child process of spamcheck transport returned 1 from command: /usr/sbin/exim
2007-06-02 17:22:31 1HuWN5-000C4G-0d Process failed (1) when writing error message to *****@bellsouth.net (frozen)


This what spamassasin says.

web# [46151] warn: netset: cannot include 127.0.0.1/32 as it has already been included
[46151] error: Can't locate version.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8) at /usr/local/lib/perl5/site_perl/5.8.8/Mail/SPF.pm line 24.
[46151] info: rules: meta test HS_PHARMA_1 has dependency 'HS_SUBJ_ONLINE_PHARMACEUTICAL' with a zero score
[46151] info: spamd: server started on port 783/tcp (running version 3.2.0)
[46151] info: spamd: server pid: 46151
[46151] info: spamd: server successfully spawned child process, pid 46153
[46151] info: spamd: server successfully spawned child process, pid 46154
[46151] info: prefork: child states: II
[46153] info: spamd: connection from localhost [127.0.0.1] at port 55244
[46153] info: spamd: setuid to dave succeeded
[46153] info: spamd: processing message <[email protected]> for dave:1013
[46153] info: spamd: clean message (2.0/5.0) for dave:1013 in 0.4 seconds, 1075 bytes.
[46153] info: spamd: result: . 1 - AWL,RDNS_NONE,TVD_SPACE_RATIO scantime=0.4,size=1075,user=dave,uid=1013,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=55244,mid=<[email protected]>,autolearn=no

Any ideas?

O and the only modifications to exim.conf is adding port 26 for smtp and uncommenting spamassasins rules.
 
Uncommenting SpamAssassin rules isn't enough; you have to install SpamAssassin as well with the spamassassin.sh.

Jeff
 
Thanks for the reply I already did install spamassassin. I have disabled it from starting and commented it out in exim.conf. What are my other alternatives I just want something reliable?
 
After turning the exim.conf to completely stock I still get a error on line 594 cannot find group daemon. I did a quick look at /etc/group file and daemon is listed. I am stumped. :(
 
Back
Top