Carlos Mennens: > Today for some reason my company Postfix server is no longer working. > I'm running 'postfix-2.3.3-2.3.el5_6' & have not made any changes and > or updates to the server. I checked the queue in Postfix using > 'postqueue -p' and it's backed up with the following error: > > (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 Error in processing, > id=10796-01, mime_decode-1 FAILED: MIME::Parser: can't open tmpfile: > Invalid argument (in reply to end of DATA command))
MIME::Parser is a Perl module. Postfix is not written in Perl. http://search.cpan.org/~dskoll/MIME-tools-5.502/lib/MIME/Parser.pm Are you using a content filter that is written in Perl? Wietse