Author Topic: SASL LOGIN authentication failed: UGFzc3dvcmQ6  (Read 11609 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
SASL LOGIN authentication failed: UGFzc3dvcmQ6
« on: April 15, 2016, 09:53:21 AM »
hi,
if,
tail -f /var/log/maillog  file
SASL LOGIN authentication failed: UGFzc3dvcmQ6

fixed
nano /etc/dovecot/dovecot-mysql.conf

driver = mysql
connect = host=localhost dbname=postfix user=postfix password=xxxxxxxxxx
#default_pass_scheme = MD5-CRYPT
default_pass_scheme = PLAIN-MD5

remove md5-crypt 
add plain-md5
thats it...

Offline
*
Re: SASL LOGIN authentication failed: UGFzc3dvcmQ6
« Reply #1 on: April 15, 2016, 10:52:34 AM »
 SASL LOGIN authentication failed is login attempts on your dovecot/postfix server from random person trying to attack your server.