pppplus
Verified User
- Joined
- Dec 19, 2008
- Messages
- 519
Hi
I install yesterday secure_access_group=access
(here http://www.directadmin.com/features.php?id=961)
Today, I have a problem sending mail via smtp with pear.
There was this error message :
After some search, I find a post writing to do
And after, it works
So maybe you have to write that in the howto
Or maybe my problem was not here, not sure
I install yesterday secure_access_group=access
(here http://www.directadmin.com/features.php?id=961)
Today, I have a problem sending mail via smtp with pear.
There was this error message :
Code:
[message] => authentication failure [SMTP: Invalid response code received from server (code: 454, response: TLS currently unavailable)]
After some search, I find a post writing to do
Code:
chown mail:mail /etc/exim.cert
chown mail:mail /etc/exim.key
And after, it works
So maybe you have to write that in the howto
Or maybe my problem was not here, not sure