Roundcube Community Forum

Release Support => Pending Issues => Topic started by: songsammy on October 05, 2021, 01:44:25 AM

Title: SMTP auth failed, Sending quit.
Post by: songsammy on October 05, 2021, 01:44:25 AM
I had trouble sending a eMail from roundcube. I imstalled dovecot and postfix with iredmail script and manually installed nginx and roundcube(because i don't want iredmail mess up with my nginx.conf). I can login via SMTP Starttls from the localhost console. 
But on roundcube, I can login from the screen, compose a email, and when I want to send the mail, I received this:

Code: [Select]
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Connecting to tls://localhost:587...
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Recv: 220 m***.work ESMTP Postfix
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Send: EHLO mail.m***.workk
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Recv: 250-m***.work
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Recv: 250-PIPELINING
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Recv: 250-SIZE 15728640
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Recv: 250-ETRN
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Recv: 250-STARTTLS
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Recv: 250-ENHANCEDSTATUSCODES
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Recv: 250-8BITMIME
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Recv: 250-DSN
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Recv: 250 SMTPUTF8
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Send: STARTTLS
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Recv: 220 2.0.0 Ready to start TLS
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Send: QUIT
[05-Oct-2021 05:21:43 +0000]: <5gn4oc4m> Recv: ??????
root@mail:/var/www/mail/logs# logout

I don't get why there's not an attempt to login.