SquirellMail: Requested action aborted: error in processing 451 Temporary local problem - please try later
After fresh install Directadmin, got this erro when try to send out email:
RROR:
Message not sent. Server replied:
Requested action aborted: error in processing
451 Temporary local problem - please try later
And in /var/log/exim/paniclog is:
2010-03-12 18:00:57 1Nq1ft-0002Ax-0w malware acl condition: clamd: unable to connect to UNIX socket /tmp/clamd (No such file or directory)
Solution:
vi /etc/clamd.conf
look for LocalSocket, uncomment it so it becomes:
LocalSocket /tmp/clamd
then restart clamav:
[root@webapps updatescript]# /etc/init.d/clamd restart
Starting clamd daemon: /usr/local/sbin/clamd
Starting freshclam daemon: /usr/local/bin/freshclam -d -c 6
[root@webapps updatescript]#
then, gao tim! :D
Kudos HM Lee.
//alak
RROR:
Message not sent. Server replied:
Requested action aborted: error in processing
451 Temporary local problem - please try later
And in /var/log/exim/paniclog is:
2010-03-12 18:00:57 1Nq1ft-0002Ax-0w malware acl condition: clamd: unable to connect to UNIX socket /tmp/clamd (No such file or directory)
Solution:
vi /etc/clamd.conf
look for LocalSocket, uncomment it so it becomes:
LocalSocket /tmp/clamd
then restart clamav:
[root@webapps updatescript]# /etc/init.d/clamd restart
Starting clamd daemon: /usr/local/sbin/clamd
Starting freshclam daemon: /usr/local/bin/freshclam -d -c 6
[root@webapps updatescript]#
then, gao tim! :D
Kudos HM Lee.
//alak
Comments
Post a Comment