You should check that you have
service imap-login {
inet_listener proxyimap {
port = 1993
haproxy = yes
}
}
and you also need to use
haproxy_trusted_networks
in Dovecot. I'd recommend using some other port than 993 for various reasons,
including monitoring and testing. I would
You can also enable Application Passwords in Gmail and use those
via classic auth.
Also allow user to enable less secure apps, enable less secure apps as
the user, then add the app passwords.
Scott
On Thursday, 21/11/2024 at 08:07 Jan Naumann via dovecot wrote:
On 20.11.24 23:49, Joseph Tam
> On 11/21/2024 6:07 AM MST Jan Naumann via dovecot wrote:
>
>
> On 20.11.24 23:49, Joseph Tam via dovecot wrote:
> > I just did this for my alpine mail reader, and it's not so simple. It may
> > be simpler to use a mail reader that has XOAUTH2 built in, then connect to
> > both Gmail and your
Yes I see that now as well; I already tried the s_client but strace is
now allowed due (I think) security reasons.
strace: attach: ptrace(PTRACE_SEIZE, 69): Operation not permitted
I run this imap server behind Caddy using the 4 plugin. proxy_protocol
v1 is set and Dovecot is aware of the proxy.
On 20.11.24 23:49, Joseph Tam via dovecot wrote:
I just did this for my alpine mail reader, and it's not so simple. It may
be simpler to use a mail reader that has XOAUTH2 built in, then connect to
both Gmail and your mail account, then drag and drop all your mailboxes.
If you want to do it the