Page 1 of 1

smtp 435 error in vestacp

Posted: Mon Aug 12, 2019 1:02 am
by rkhyd
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

Re: smtp 435 error in vestacp

Posted: Mon Aug 12, 2019 2:11 am
by rkhyd
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.

Code: Select all

service auth {
  unix_listener auth-client {
    group = mail
    mode = 0660
    user = dovecot
  }
  user = dovecot
}