Email is bouncing

had spam assasin disabled for a while now and not using DA backup and this problem doesn't show up. So still something to do with those things together.

sigh...
 
Last edited:
xemaps, what did you update on your server?

The sysbk program itself? Or something else?

sysbk shouldn't have to be upgraded and this thread has gone over so many subjects by now I have no idea what you mean.

Jeff
 
Found something that appears to be working.

when running spamd -V I got the following:

spamd -V
SpamAssassin Server version 3.1.1
running on Perl 5.8.0
[18589] error: Can't locate IO/Socket/SSL.pm in @INC (@INC contains: ../lib /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl) at /usr/bin/spamd line 103.


on redhat es i solved it by:

Code:
cd /usr/local/src/redhat/rpms/noarch

wget [url]http://www.ultramonkey.org/download/3/rh.el.3/RPMS/perl-Net-SSLeay-1.25-1.rh.el.um.1.i386.rpm[/url]

wget [url]http://www.ultramonkey.org/download/3/rh.el.3/RPMS/perl-IO-Socket-SSL-0.96-1.rh.el.um.1.noarch.rpm[/url]

rpm -Uvh perl-Net-SSLeay-1.25-1.rh.el.um.1.i386.rpm

rpm -Uvh
perl-IO-Socket-SSL-0.96-1.rh.el.um.1.noarch.rpm

restart exim

Code:
service exim restart

So far no issues (with defunct exim's or emails being bounced).

Keep you posted.

Justin
 
The only issue I'd have with your post is I wouldn't put thirdpart RPMs under the redhat directory (yeah, I'm a purist).

I make a /usr/local/RPMs directory :) .

Jeff
 
I informed john of this post and he added the perl modules so the spam.sh for the next da release so no rpms needed.

yeah yeah about the 3rd party rpms :)
 
Back
Top