Developers Heaven Forum

Operating Systems => Lunix & Unix => Topic started by: admin on January 24, 2011, 01:13:50 PM

Title: Problem with exim and SMTP: Invalid response code received from server
Post by: admin on January 24, 2011, 01:13:50 PM
If you have a problem in sending email via smtp with pear.

and got this error message :


Code: [Select]
[message] =>  authentication failure [SMTP: Invalid response code received from server (code: 454, response: TLS currently unavailable)]
You need to change the user and group of exim.cert and exim.key to be mail:

Code: [Select]
chown mail:mail /etc/exim.cert
chown mail:mail /etc/exim.key