exim 4.69 smtp Auth [welcome mail not sent]

ekaja

Verified User
Joined
Dec 9, 2007
Messages
43
Now.. i upgrade EXIM to 4.69 lastest version
this version use smtp auth

I can try resent welcome e-mail
i found error

Error while sending email
Details

An error occurred while sending the mail

but not see error or anything in log file /var/log/exim/mainlog

What can i do..
Thank you
sorry my english..
 
Hello,

That means when DA called /usr/sbin/sendmail, it returned a non-zero result.

My guess if your /usr/sbin/exim binary is not chmod to 4755. Type:
Code:
ls -la /usr/sbin/exim
chmod 4755 /usr/sbin/exim
As if it's only 755, then the running process wouldn't be able to escalate to root to do anything (including write things to the logs) which would explain why you don't see any errors.

DA doesn't use smtp-auth for these emails, they're just sent on the command line.

John
 
Back
Top