Hi everyone, I'm new to this ML.
I have some issue with GMail import settings...
I run a dovecot server (2.3.4.1) on Debian10 and I try to connect to my accounts from GMail.
It's work fine from thunderbird in pop3,pop3s, imap, imaps... Submission work too...
But it won't work on GMail except if I set ssl=yes and disable_plaintext_auth = no...
Then GMail connect without SSL or TLS... And in plaintext.... Very unsecure...
I can send mail with submission from GMail and ssl=require, that's ok.
If I try to connect with SSL activated I've got : pop3-login: Disconnected: Too many bad commands
And If I try to connect on port 995 with SSL GMail say that I have some SSL error, and the log says :
auth: Debug: auth client connected (pid=21831) pop3-login: Debug: SSL: where=0x10, ret=1: before SSL initialization pop3-login: Debug: SSL: where=0x2001, ret=1: before SSL initialization pop3-login: Debug: SSL: where=0x2002, ret=-1: before SSL initialization pop3-login: Debug: SSL: where=0x2001, ret=1: before SSL initialization pop3-login: Debug: SSL: where=0x2001, ret=1: SSLv3/TLS read client hello pop3-login: Debug: SSL: where=0x2001, ret=1: SSLv3/TLS write server hello pop3-login: Debug: SSL: where=0x2001, ret=1: SSLv3/TLS write change cipher spec pop3-login: Debug: SSL: where=0x2001, ret=1: TLSv1.3 write encrypted extensions pop3-login: Debug: SSL: where=0x2001, ret=1: SSLv3/TLS write certificate pop3-login: Debug: SSL: where=0x2001, ret=1: TLSv1.3 write server certificate verify pop3-login: Debug: SSL: where=0x2001, ret=1: SSLv3/TLS write finished pop3-login: Debug: SSL: where=0x2001, ret=1: TLSv1.3 early data pop3-login: Debug: SSL: where=0x2002, ret=-1: TLSv1.3 early data pop3-login: Debug: SSL: where=0x2002, ret=-1: TLSv1.3 early data pop3-login: Debug: SSL: where=0x2002, ret=-1: TLSv1.3 early data pop3-login: Debug: SSL: where=0x2002, ret=-1: TLSv1.3 early data pop3-login: Debug: SSL: where=0x2001, ret=1: TLSv1.3 early data pop3-login: Debug: SSL: where=0x2001, ret=1: SSLv3/TLS read finished pop3-login: Debug: SSL: where=0x20, ret=1: SSLv3/TLS write session ticket pop3-login: Debug: SSL: where=0x2001, ret=1: SSLv3/TLS write session ticket pop3-login: Debug: SSL: where=0x2001, ret=1: SSLv3/TLS write session ticket pop3-login: Debug: SSL: where=0x2002, ret=1: SSL negotiation finished successfully pop3-login: Debug: SSL error: Connection closed
But as I say, all is working fine from Thunderbird...
For the SSL problem this is maybe because GMail doesn't like this configuration in debian for openssl ?
[system_default_sect] MinProtocol = TLSv1.2 CipherString = DEFAULT@SECLEVEL=2
Maybe should I try to set
MinProtocol = None CipherString = DEFAULT
But this make a lot of security change on my opinion...
Do someone have any tips or suggestion about my problem ?
Thx
Yannick
- Yannick SIEGLER:
auth: Debug: auth client connected (pid=21831) pop3-login: Debug: SSL: where=0x10, ret=1: before SSL initialization
Today's announcement[1] about "less secure apps" seems to imply that POP3/IMAP will soon no longer be an option with G Suite accounts. You may be better off searching for alternatives rather than trying to get POP3 to work.
[1] https://gsuiteupdates.googleblog.com/2019/12/less-secure-apps-oauth-google-u...
-Ralph
Hi,
Thx for your answer.
But this link is about application accessing Google apps...
Not google accessing other services...
This is clearly not about reading your external email account from GMail.
Look, this is from the article :
LSAs are non-Google apps that can access your Google account with only a username and password
In my situation it's google who try to access to another apps.
Not some apps trying to access google..
But thx for your time.
Le 16/12/2019 à 22:45, Ralph Seichter a écrit :
- Yannick SIEGLER:
auth: Debug: auth client connected (pid=21831) pop3-login: Debug: SSL: where=0x10, ret=1: before SSL initialization Today's announcement[1] about "less secure apps" seems to imply that POP3/IMAP will soon no longer be an option with G Suite accounts. You may be better off searching for alternatives rather than trying to get POP3 to work.
[1] https://gsuiteupdates.googleblog.com/2019/12/less-secure-apps-oauth-google-u...
-Ralph
participants (2)
-
Ralph Seichter
-
Yannick SIEGLER