CyberPanel Community

ClosedUnable to enable smtp login authentication mechanism

AM
Aidan Matson #1

Hello, I need to enable SMTP login authentication mechanism, however when I try adding it to the following file, nothing happens and login authentication mechanism does not get enabled. the only method enabled is plain. tried restarting dovecot and rebooting the server after changing it

/etc/dovecot/conf.d/10-auth.conf
auth_mechanisms = plain login

4 replies
sh
shoaibkk #2

by default smtp is enabled what issue you are facing while connecting?

AM
Aidan Matson #3

SMTP is enabled and working, however only the plain authentication mechanism is enabled by default. I am needing the login authentication mechanism

AM
Aidan Matson #4

Solved it.

Added the following line:

auth_mechanisms = plain login

to the file

/etc/dovecot/dovecot.conf

restarted the dovecot service, and now my Synology NAS can send email notifications

si
sistemas88 #5

Works for me, great solution!

Sign in to reply