Qmail connect(): No such file or directory
- November 20th, 2010
- Write comment
Your mailserver saying the following when people try to send email?
451 Mail server temporarily rejected message (#4.3.0)
Checked the qmail smtpd current log and seeing:
Qmail connect(): No such file or directory
In my case it was to do with Clam having got stuck, the following commands fixed it for me:
svc -d /service/clamd/ rm /tmp/clamd svc -u /service/clamd
