PDA

View Full Version : Fedora 9 x86_64 and MailScanner


eliwap
12th August 2008, 08:26 AM
Hi All

I've very recently upgraded my server from Fedora 8 to Fedora 9. I've been running MailScanner without a hitch for quite some time.

After the upgrade I get the following in the message log over and over again.

MailScanner: waiting for children to die: Process did not exit cleanly, returned 9 with signal 0

Does anyone have any idea on how to fix this?

Thanks

Eli

eliwap
12th August 2008, 09:37 AM
OK... solved thanks to anyone looking into this.

Part of the problem was a couple of bad sendmail lines. Discovered them by accident when configuring the clamav-milter

I fixed those lines.

The part of my MailScanner headaches was perl modules not looking in the right locations. Fixed this by

1) copying everything that was in /usr/lib/perl5/site_perl to /usr/lib/perl5/vendor_perl
2) copying everything that was in /usr/lib64/perl5/site_perl to /usr/lib64/perl5/vendor_perl
3) ln -s /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl
4) ln -s /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/site_perl