Peter, > I have recently changed from an old Maia based amavis system to amavisd-new > 2.6.4 on Ubuntu 10.04 along with postfix. > > I se a lot of below in my mai.log. What is my problem ? > > Feb 23 06:00:51 mxgw2.sdu.dk amavis[458]: (00458-03) (!!)TROUBLE in > check_mail: quar+notif FAILED: temporarily unable to quarantine: 451 4.5.0 > Failed to submit a message: exit 6, id=00458-03 at /usr/sbin/amavisd-new > line 12605, <GEN47> line 877.
Are you using piping to an external program for quarantining ( $spam_quarantine_method = 'pipe:...' ) ? Seems like your external program cannot be run. The exit 6 may come from it, but more likely it is artificially produced by sub run_command in amavisd, as a last resort after exec fails to start the external program and returns to the caller. Check your $spam_quarantine_method setting, make sure that the program you specified there can be run. Or better, if possible, choose some other quarantining method, either directly storing to local files or sql, or sending by SMTP to some dedicated mailbox. Mark ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user Please visit http://www.ijs.si/software/amavisd/ regularly For administrativa requests please send email to rainer at openantivirus dot org