Gary Conway, > Having a pretty frustrating time here and would appreciate any help > received. Testing the dual-sendmail / amavisd-new setup on a Solaris 9 > box for virus scanning only. For some reason the amavis child processes > are not kick-starting the content scanners, dying being recreated by > Net::Server. I was using Net::Server version 0.88 but backed down to > 0.87 when some problems with the latest version were being reported on > this list. However the problem has persisted. Have included a snip of > the mail log details ($log_level=5) and a truss output from the amavis > parent daemon. > > SunOS 5.9 Generic_118558-06 sun4u sparc SUNW,Ultra-Enterprise > Perl 5.6.1, sendmail-8.13.4, amavisd-new-2.3.2
I wonder if you were able to resolve the problem by now? Sorry for the delay. > xxxxxx:/export/home # truss -p -a 1225 > Received signal #18, SIGCLD, in poll() [caught] > siginfo: SIGCLD CLD_KILLED pid=1295 status=0x000A Adding an option -f to truss would enable to see why the child process exits with status 10. > Aug 12 16:54:19 xxxxxx amavis[942]: [ID 702911 mail.info] (00942-01) > Actual message size 1321 B greater than the declared 1292 B > > Aug 12 16:54:21 xxxxxx amavis[943]: [ID 702911 mail.info] (00943-01) > Actual message size 1321 B greater than the declared 1292 B > > Aug 12 16:54:22 xxxxxx amavis[946]: [ID 702911 mail.info] (00946-01) > Actual message size 1321 B greater than the declared 1292 B These seem to be the last logged entries of the corresponding processes. After that operation, what normally comes is a log entry like: (65528-01-7) body hash: b7d574d44f27ef22767b0708b391f3a3 So it appears your Digest::MD5 is crashing when called from sub get_body_digest. Mark ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
