hardware / mailserver

:warning: UNMAINTAINED - Simple and full-featured mail server using Docker
https://store.docker.com/community/images/hardware/mailserver
MIT License
1.29k stars 322 forks source link

SASL LOGIN authentication failed #331

Closed mario26 closed 6 years ago

mario26 commented 6 years ago

Hello,

I am having a problem with the SMTP server. When i using Railoop to send mails, no problem.

I encounter difficulties with Thunderbird, Evolution, and also Nextcloud or Roundcube. When i try to send a message through them, i have this problem:

mailserver | mail postfix/smtpd[3101]: connect from unknown[xx.xxx.xxx.xx]
mailserver | mail postfix/smtpd[3101]: Anonymous TLS connection established from unknown[xx.xxx.xxx.xx]: TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)
mailserver | mail postfix/smtpd[3101]: warning: unknown[xx.xxx.xxx.xx]: SASL LOGIN authentication failed: UGFzc3dvcmQ6

Can you help me ? Thank you !

mario26 commented 6 years ago

Oops!

I managed to solve my problem, it was related to a bad configuration of the customers.

Bye!