Hi,
I did the following command to take a look at the mail.* log files.
egrep -r '(error|fatal|warning|panic):' /var/log/mail.*
This gave me:
Quote:
Oct 25 13:48:19 system amavis[5251]: (05251-01) (!)FWD via SMTP: <smmsp@webcustoms.org> -> <root@webcustoms.org>, 451 4.5.0 From MTA([127.0.0.1]:10025) during fwd-connect (Negative greeting: at (eval 84) line 555, <GEN28> line 44.): id=05251-01
/var/log/mail.err:Oct 25 13:48:18 system postfix/smtpd[9217]: fatal: no SASL authentication mechanisms
/var/log/mail.info:Oct 25 13:48:18 system postfix/smtpd[9217]: warning: SASL: Connect to private/auth failed: No such file or directory
/var/log/mail.info:Oct 25 13:48:18 system postfix/smtpd[9217]: fatal: no SASL authentication mechanisms
/var/log/mail.info:Oct 25 13:48:19 system postfix/master[7998]: warning: process /usr/lib/postfix/smtpd pid 9217 exit status 1
/var/log/mail.info:Oct 25 13:48:19 system postfix/master[7998]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
/var/log/mail.info:Oct 25 13:49:01 system postfix/smtp[8047]: warning: 3CF5516A9033: defer service failure
/var/log/mail.info:Oct 25 13:49:02 system postfix/smtp[8047]: warning: connect to private/scache: Connection refused
/var/log/mail.info:Oct 25 13:49:02 system postfix/smtp[8047]: warning: disabling connection caching
/var/log/mail.info:Oct 25 13:50:02 system postfix/postqueue[19610]: warning: Mail system is down -- accessing queue directly
/var/log/mail.log:Oct 25 13:48:18 system postfix/smtpd[9217]: warning: SASL: Connect to private/auth failed: No such file or directory
/var/log/mail.log:Oct 25 13:48:18 system postfix/smtpd[9217]: fatal: no SASL authentication mechanisms
/var/log/mail.log:Oct 25 13:48:19 system postfix/master[7998]: warning: process /usr/lib/postfix/smtpd pid 9217 exit status 1
/var/log/mail.log:Oct 25 13:48:19 system postfix/master[7998]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
/var/log/mail.log:Oct 25 13:49:01 system postfix/smtp[8047]: warning: 3CF5516A9033: defer service failure
/var/log/mail.log:Oct 25 13:49:02 system postfix/smtp[8047]: warning: connect to private/scache: Connection refused
/var/log/mail.log:Oct 25 13:49:02 system postfix/smtp[8047]: warning: disabling connection caching
/var/log/mail.log:Oct 25 13:50:02 system postfix/postqueue[19610]: warning: Mail system is down -- accessing queue directly
/var/log/mail.warn:Oct 25 13:48:18 system postfix/smtpd[9217]: warning: SASL: Connect to private/auth failed: No such file or directory
/var/log/mail.warn:Oct 25 13:48:18 system postfix/smtpd[9217]: fatal: no SASL authentication mechanisms
/var/log/mail.warn:Oct 25 13:48:19 system postfix/master[7998]: warning: process /usr/lib/postfix/smtpd pid 9217 exit status 1
/var/log/mail.warn:Oct 25 13:48:19 system postfix/master[7998]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
/var/log/mail.warn:Oct 25 13:49:01 system postfix/smtp[8047]: warning: 3CF5516A9033: defer service failure
/var/log/mail.warn:Oct 25 13:49:02 system postfix/smtp[8047]: warning: connect to private/scache: Connection refused
/var/log/mail.warn:Oct 25 13:49:02 system postfix/smtp[8047]: warning: disabling connection caching
/var/log/mail.warn:Oct 25 13:50:02 system postfix/postqueue[19610]: warning: Mail system is down -- accessing queue directly
|
There is more in the mail log files i uploaded the log files:
http://www.webcustoms.org/logs/mail.err
http://www.webcustoms.org/logs/mail.info
http://www.webcustoms.org/logs/mail.log
http://www.webcustoms.org/logs/mail.warn
Are there any other log files to add?
Kindly regards,
shibble