iobroker-community-adapters / ioBroker.email

Send emails from ioBroker
MIT License
20 stars 8 forks source link

Fehlermeldung bei Instanzeinstellungen für mail.ee #173

Closed MichaelSchaaf999 closed 2 years ago

MichaelSchaaf999 commented 2 years ago

Describe the bug

Fehler Hostname/IP does not match certificate's altnames: Host: smtp.mail.ee. is not in the cert's altnames: DNS:mail.inbox.eu, DNS:mail.ee, DNS:mail.inbox.la, DNS:mail.inbox.lt

Expected behavior
Sending an eMail from the iOBroker Mail-Adapter without errors.

Screenshots & Logfiles

image

Versions:

Additional context

Apollon77 commented 2 years ago

But the error message should be clear or? The provided SL certificate do not include the used domainname.

Can you please provide the infos on the mail server configuration for mail.ee?

Ther emight be a setting to ignore SSL errors in the adapter. did you tried that?

MichaelSchaaf999 commented 2 years ago

Error message is clear, yes. But no idea how to handel this.

Are you talking about this configuration?

If you are using the POP3 protocol:

POP3 (incoming mail server): mail.ee

Encryption: Must be turned on SSL
Port POP3: 995

SMTP (outgoing mail server): mail.ee

Encryption: Must be turned on TLS vai SSL
Ports SMTP: 587 (in case if you use TLS)
Ports SMTP: 465 (in case if you use SSL)

If you are using the IMAP protocol:

IMAP (incoming mail server): mail.ee

Encryption: Must be turned on SSL
Ports IMAP: 993

SMTP (outgoing mail server): mail.ee

Encryption: Must be turned on TLS or SSL
Ports SMTP: 587 (in case if you use TLS)
Ports SMTP: 465 (in case if you use SSL)

​The service has been enabled: grafik

There is no setting to ignore SSL errors.

Apollon77 commented 2 years ago

Ok, here we have it ... seems they changed the domainname for smtp. Can you choose custom please and setup according to above and see if it works that way and post the needed custom settings? Then I change it

MichaelSchaaf999 commented 2 years ago
grafik

Result:

grafik

wott?

Apollon77 commented 2 years ago

Nimm mal 587 als Port bitte

MichaelSchaaf999 commented 2 years ago

done.

grafik grafik
MichaelSchaaf999 commented 2 years ago

ah, Moment, die nehmen ein spezielles PW beim SMTP Versand

grafik

grafik grafik grafik

Mail kam an.

Apollon77 commented 2 years ago

Alles klar, dann fixe ich die Tage mal die Default Settings

MichaelSchaaf999 commented 2 years ago

Danke Dir für die Mühe & Deine Zeit!

Apollon77 commented 2 years ago

In v1.1.2 sollte nun auch die Auswahl von mail.ee wieder ohne Custom tun

MichaelSchaaf999 commented 2 years ago
grafik

Richtige Version?

Führt zu:

grafik
Apollon77 commented 2 years ago

Nope, wie geschrieben 1.1.2 ... ist ggf morgen spätestens im beta Repo - oder per Admin - Adapter - expertenmodus aktivieren - custom install/GitHub icon - erster Tab "von npm" installieren

MichaelSchaaf999 commented 2 years ago

Heute installiert: Funzt! Prima & danke für die Mühe!