I was trying to enable SASL support for Postfix but couldn't get it to work and have now tried to disable it again and although outside mail still seems to be arriving local mail is stuck in the queue.
Postfix -p gives:
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient------- 0C8EF34FA4 1892 Mon Oct 8 14:02:04 logcheck@mydomain (mail transport unavailable) barry@mydomain
Nothing I've done will shift this. If I restart Postfix I get this in syslog:
postfix/master[9161]: daemon started -- version 2.4.5, configuration etc/postfix
postfix/postfix-script[9182]: refreshing the Postfix mail system
postfix/master[9161]: reload configuration /etc/postfix
postfix/qmgr[9188]: 0C8EF34FA4: from=logcheck@mydomain, size=1892, nrcpt=1 (queue active)
postfix/smtp[9198]: fatal: garbage after numerical service in server description: [127.0.0.1]:10024 smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
postfix/qmgr[9188]: warning: private/smtp-amavis socket: malformed response
postfix/qmgr[9188]: warning: transport smtp-amavis failure -- see a previous warning/fatal/panic logfile record for the problem description
postfix/qmgr[9188]: warning: connect to transport retry: No such file or directory
postfix/master[9161]: warning: process /usr/lib/postfix/smtp pid 9198 exit status 1
postfix/master[9161]: warning: /usr/lib/postfix/smtp: bad command startup -- throttling
Some emergency help would be appreciated.
Barry Samuels bjsamuels@beenthere-donethat.org.uk wrote:
I was trying to enable SASL support for Postfix but couldn't get it to work and have now tried to disable it again [...] postfix/smtp[9198]: fatal: garbage after numerical service in server description: [127.0.0.1]:10024 smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
Have you removed the SASL support lines from your config files?
postfix/qmgr[9188]: warning: private/smtp-amavis socket: malformed response
Is your amavis still working?
Good luck!