IMAP Gruppenmailbox funktioniert nicht

Hallo,

ich versuche eine Gruppenmailbox einzurichten. Ich gebe die Zugangsdaten für den Mailaccount ein (office365) und klicke auf “Test Settings” und der Login ist erfolgreich. Ich kann die Ordner auswählen etc. Sobald ich auf “Save” geklickt habe und danach wieder auf “Test Settings” klicke, kommt “Login or Password Incorrect”. Das Passwort wird in der Datenbank gespeichert, zumindest befindet sich ein String im Feld email_Password in der inbound_email Tabelle. Scheinbar ist das aber irgendwie falsch codiert…

Ich habe die aktuelle Version (7.9.0), der Provider ist all-inkl. Php Version 7.0

Was kann ich tun?

Das Log sieht so aus: (emailadresse unkenntlich)

Thu Jun 15 12:12:43 2017 [31958][1][DEBUG] ---------------STARTING FINDOPTIMUMS LOOP----------------
Thu Jun 15 12:12:43 2017 [31958][1][DEBUG] 1: I-E testing string: {outlook.office365.com:993/service=imap/ssl/tls/validate-cert/secure}INBOX
Thu Jun 15 12:12:43 2017 [31958][1][DEBUG] 1: I-E failed using [{outlook.office365.com:993/service=imap/ssl/tls/validate-cert/secure}INBOX] - error: Can't open mailbox {outlook.office365.com:993/service=imap/ssl/tls/validate-cert/secure}INBOX: invalid remote specification
Thu Jun 15 12:12:43 2017 [31958][1][DEBUG] 1: I-E clearing error and alert stacks.
Thu Jun 15 12:12:43 2017 [31958][1][DEBUG] 2: I-E testing string: {outlook.office365.com:993/service=imap/ssl/tls/validate-cert}INBOX
Thu Jun 15 12:12:43 2017 [31958][1][DEBUG] 2: I-E failed using [{outlook.office365.com:993/service=imap/ssl/tls/validate-cert}INBOX] - error: Can't open mailbox {outlook.office365.com:993/service=imap/ssl/tls/validate-cert}INBOX: invalid remote specification
Thu Jun 15 12:12:43 2017 [31958][1][DEBUG] 2: I-E clearing error and alert stacks.
Thu Jun 15 12:12:43 2017 [31958][1][DEBUG] 3: I-E testing string: {outlook.office365.com:993/service=imap/ssl/validate-cert/secure}INBOX
Thu Jun 15 12:12:44 2017 [31958][1][DEBUG] 3: I-E failed using [{outlook.office365.com:993/service=imap/ssl/validate-cert/secure}INBOX] - error: Can't do secure authentication with this server
Thu Jun 15 12:12:44 2017 [31958][1][DEBUG] 3: I-E clearing error and alert stacks.
Thu Jun 15 12:12:44 2017 [31958][1][DEBUG] 4: I-E testing string: {outlook.office365.com:993/service=imap/ssl/validate-cert}INBOX
Thu Jun 15 12:12:46 2017 [31958][1][DEBUG] 4: I-E failed using [{outlook.office365.com:993/service=imap/ssl/validate-cert}INBOX]
Thu Jun 15 12:12:46 2017 [31958][1][DEBUG] 4: I-E ERROR: $ie->findOptimums() failed due to bad user credentials for user login: xxxx@xxx.xx
Thu Jun 15 12:12:46 2017 [31958][1][DEBUG] Hook called: InboundEmail::after_ui_frame
Thu Jun 15 12:12:46 2017 [31958][1][DEBUG] Creating new instance of hook class hooks without parameters
Thu Jun 15 12:12:46 2017 [31958][1][DEBUG] Creating new instance of hook class AssignGroups without parameters
Thu Jun 15 12:12:46 2017 [31958][1][DEBUG] Hook called: ::after_ui_footer
Thu Jun 15 12:12:46 2017 [31958][1][DEBUG] Creating new instance of hook class AssignGroups without parameters
Thu Jun 15 12:12:46 2017 [31958][1][DEBUG] Hook called: ::server_round_trip
Thu Jun 15 12:12:46 2017 [31958][1][DEBUG] Calling MySQLi::disconnect()

Sorry, I don’t know any German, but maybe this can help?

https://github.com/salesagility/SuiteCRM/issues/3709