Rocsca, > On my mail gateway, amavisd-new has deferred some message with the > following message: > Service shutting down, Can't write to mail file: Bad file descriptor at > (eval 62) line 626, <GEN5> chunk 69. (in reply to end of DATA command)) > What it could be happened? > BTW, then the message was accepted and forwarded to the destination.
The "Can't write to mail file:" message comes from the part of code which is receiving a message from MTA and writing it to a temporary file. The "Bad file descriptor" part is possibly misleading, sometimes Perl I/O does not report an original I/O error but a secondary error. Could it be that your disk partition for storing temporary amavis files became full? Mark ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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/
