> it gives a lot of output. but if i filter out 'SA TIMED OUT' mostly it > is like: > > TROUBLE in check_mail: mime_decode-1 FAILED: run_command (open pipe): > Can't fork at /usr/lib/perl/5.8/IO/File.pm line 70, <GEN[Y]> line [X]. > at /usr/sbin/amavisd-new line 1656, <GEN[Y]> line [X]. > > where [X] may be: many different numbers, like: 76, 104, 116, 1857, ... > and [Y] may be: 20, 77, 83, 87, 115, .. and many other. > > /usr/lib/perl/5.8/IO/File.pm line 70 is open() a file and > /usr/sbin/amavisd-new line 1656 is chomp that must die. at 1655 is a > fork to catch the errors. > perhaps it cannot fork as it has no memory left? > > and than the logs say most often: > > PRESERVING EVIDENCE in /var/lib/amavis/tmp/amavis-... > > when i looked at this folder there are some emails but all of them are > not large, not more than 200k
What version of Net::Server are you running? perl -MNet::Server -e 'print "$Net::Server::VERSION\n";' How many $max_servers are you running? Do the number of $max_servers match the number of maxproc for the smtp-amavis transport in master.cf? http://marc.info/?l=amavis-user&m=111144940508012 -- Gary V ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/