smtp 435 error in vestacp Topic is solved
smtp 435 error in vestacp
When i create an email user and try to send email from roundcube, i get smtp 435 error : Authentication failed.
How to solve this issue
How to solve this issue
Re: smtp 435 error in vestacp
ok, i fixed the issue myself..
Ths ownership of the auth-client was set to root. i changed it to dovecot and updated the same in /etc/dovecot/conf.d/10-master.conf
It should look like this.
Ths ownership of the auth-client was set to root. i changed it to dovecot and updated the same in /etc/dovecot/conf.d/10-master.conf
It should look like this.
Code: Select all
service auth {
unix_listener auth-client {
group = mail
mode = 0660
user = dovecot
}
user = dovecot
}