Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] [solved]isync/mbsync encryption ok with imaps login ?  (Read 2027 times)

Offline Sidpiet

  • User
  • Posts: 14
[EN] [solved]isync/mbsync encryption ok with imaps login ?
« on: 2026/03/05, 20:07:33 »
Dear Forum,

I use isync/mbsync for my external e-mail provider with imaps.

.mbsyncrc

Code: [Select]
IMAPAccount foo@bar.de
Host bar.de
Port 993
User foo@bar.de
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.config/mutt/passwd/passwdfile
TLSType  IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt


Start mbsync
Code: [Select]
~$ mbsync -aVVVV
Reading configuration file .mbsyncrc
Channel foo@bar.de                                 
Opening far side store foo@bar.de
Resolving foo..
Opening near side store foo
Connecting to foo.de ([2xxx:xxx:yyyy::333:333]:993)...
Connection is now encrypted                                   
Logging in...
NOT using available SASL mechanism(s): EXTERNAL
Opening far side box INBOX...

Related to "NOT using available SASL mechanism(s): EXTERNAL" I'm not sure if the encryption is ok while login
A Debian system with the same .mbsyncrc do not show this log text.

What do you think?

Thank you!

Sidpiet

« Last Edit: 2026/03/08, 07:00:17 by Sidpiet »

Offline Sidpiet

  • User
  • Posts: 14
Re: [solved]isync/mbsync encryption ok with imaps login ?
« Reply #1 on: 2026/03/08, 07:03:19 »
Hello Forum,

I checked the login process with wireshark and everything seems to be ok.
My provider tells, that every connection must be encrypted.

KR

Sidpiet