Could not send message to SMTP server

lungkao

Verified User
Joined
Jun 4, 2008
Messages
35
am use Atmail

Could not send message to SMTP server. Check you have access to send messages via the server and that all To/CC/BCC addresses are valid\nError: SMTP Server rejected email. Returned:550 "Unknown User"

Squirrelmail

Message not sent. Server replied:

Requested action aborted: error in processing
451 Temporary local problem - please try later

Help Me ple
 
var/log/exim/mainlog

2008-08-07 19:33:39 1KR4gU-0001Kw-IH H=host137-56-static.57-217-b.business.telecomitalia.it [217.57.56.137] F=<[email protected]> temporarily rejected after DATA
2008-08-07 19:33:55 1KR4gl-0001O3-Q0 malware acl condition: clamd: unable to connect to UNIX socket /tmp/clamd (No such file or directory)

var/log/exim/paniclog
2008-08-07 19:34:39 1KR4hS-0001XD-So malware acl condition: clamd: unable to connect to UNIX socket /tmp/clamd (No such file or directory)
2008-08-07 19:35:24 1KR4iC-00020d-0K malware acl condition: clamd: unable to connect to UNIX socket /tmp/clamd (No such file or directory)
 
You need to make sure that clamd is running first off. Second check the clamd config to make sure that is the socket file it is using.

To find the clamd config use command:

find / -name clamd.conf
 
You'll get this error if the clamd daemon stops working. We've been putting code into the /etc/rc.d/init.d/exim file to restart clam whenever restarting exim; so if you have this problem all you have to do is restart exim.

You can also create a separate file for clamd, and then you can add it to the DirectAdmin monitor system.

Details are dependent on your OS Distribution, which is why I'm not attempting to explain them here.

Jeff
 
Back
Top