On 4/26/2012 12:20 AM, Jon Miller wrote: > I'm experiencing a problem in my mail logs that keeps showing the following > message: > Apr 26 11:33:41 mmtlnx postfix/qmgr[2798]: warning: connect to transport > smtp-amavis: Connection refused > > I've gone through every file in /etc/postfix and cannot find any reference > of this message, I've checked chkconfig to make sure that amavis is turned > off and it was, I'm at a lost atm. >
Looks as though you have a message stuck in your queue from a previous experiment with content_filter=smtp-amavis. Fix it by requeueing your mail: # postsuper -r ALL -- Noel Jones