Developers Heaven Forum

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

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

and got this error message :


[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:

chown mail:mail /etc/exim.cert
chown mail:mail /etc/exim.key