
Ich bin dabei das Mail Binding durchzuführen, der SMTP Server läuft und verschickt auch nach den Rules anständig seine Mails.
Aber leider kann ich keine Mails empfangen. Das Logfile sagt das folgendes:
2019-12-21 15:54:00.783 [INFO ] [inding.mail.internal.POP3IMAPHandler] - error when trying to refresh IMAP: Connection dropped by server?
Im mail.things steht folgendes:
Code: Alles auswählen
Thing mail:smtp:ionos [ hostname="smtp.ionos.de", sender="xxx@xxx.de", security="TLS", username="xxx@xxx.de", password="xxx" ]
Thing mail:imap:ionos [ hostname="imap.ionos.de", security="SSL", username="xxx@xxx.de", password="xxx", port="993" ] {
Channels:
Type mailcount : inbox_total [ folder="INBOX", type="TOTAL" ]
Type mailcount : inbox_unread [ folder="INBOX", type="UNREAD" ]
}
Für die Mühe sage ich schon mal Danke.