Hallo !
Ich setze Roundcube wieder mal neu auf... leider hab ich von der letzten config keine Sicherung (da ging es)
also imap laeuft auf der selben maschine auf port 143 mit TLS.
Aber egal was ich bei roundcube eintrage gibts ne Fehlermeldung
bei host.domain.tld:143 => Unsupported authencation mechanism
bei tls://host.domain.tld:143 => unable to negotiate TLS
Gruss Gerd
Quotebei host.domain.tld:143 => Unsupported authencation mechanism
I think you need check your IMAP-server settings for authenticate mechanism (PLAIN, LOGIN).
/etc/dovecot/conf.d/10-auth.conf with
Quote# Space separated list of wanted authentication mechanisms:
# plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi otp
# gss-spnego
# NOTE: See also disable_plaintext_auth setting.
auth_mechanisms = plain login
Quotebei tls://host.domain.tld:143 => unable to negotiate TLS
and usually TLS work with 465 or 587 ports (tls://host.domain.tld:465 or tls://host.domain.tld:587)
143 - for clear imap, without TLS or SSL
Hi !
Ok the point was to set in 10-auth.conf
disable_plaintext_auth = no
Thanks
Ciao Gerd