dsync fails for existing user: "Error: Failed to initialize user: Namespace '': Mailbox list driver imapc: missing imapc_password" ?

PGNet Dev pgnet.dev at gmail.com
Fri Jul 24 17:02:21 EEST 2020


On 7/23/20 11:12 AM, PGNet Dev wrote:
> what needs to change in this^ config so that 'dsync' successfully gets/uses the "missing imapc_password" from the existing users.conf file?

red-herring; not a password issue at all

seems the remote offers ciphers provided by JSSE without BouncyCastle, not OpenSSL, and doesn't manage with the ECDSA/CHACHA20 cert/cipher.

loosening,

-	ssl_cipher_list = TTLS13-CHACHA20-POLY1305-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305
+	ssl_cipher_list = TLS_CHACHA20_POLY1305_SHA256:ECDHE

gets the connection to work, using

	ECDHE-RSA-AES256-GCM-SHA384

i still have a sync issue w/ INBOX deletion, but that's another matter ...



More information about the dovecot mailing list