Closed basbebe closed 8 years ago
Umm??? This shouldn't be happening... Are you sure you are not looking at it after being encrypted by STARTTLS?
Yes, I'm sure. Both the Z-Push log and the Postfix log show the same username (which is not the email-address as it's supposed to as I wrote). Login-process should be plain.
Can you try using the port 25. 587 is the port where you should use STARTTLS. The library Net:SMTP will try to use STARTTLS if the SMTP server is offering it (and it should in the 587 port).
25 doesn't allow authentication in my setup. I already tried and confirmed that STARTTLS worked as supposed.
The problem isn't there anymore. I assume it was a misconfiguration in the way Dovecot stored it's passwords in the database. Sending from other systems worked all the time but since I changed it now Z-Push does as well. Now the Postfix log shows the correct username and not the encoded version (?).
I'm having a problem with SMTP logins:
Everything works until the Auth-process. This is my setup in Z-Push:
But the Username that is being transmitted is not the
imap_username
. It is a 12-digit alphanumerical gibberish but the login should be "plain"…