Hallo,
ich habe Postfix, Dovecote installiert und alles funktioniert gut.
Bei der Installtion habe ich ein "Certificate" erstellt:
Wenn ich Outlook als Client benutze, gibt mir Outlook folgende Meldung:
Wie kann ich diese Warnung beseitigen, bzw. unterdrücken?
Ich habe fast alles was im Internet zu finden ist aus probiert, Certicate unter Windows installiert oder unter "Internet Explorer -> Security"-> Don't prompt for client certificate section when no certificates or only one certificate exists.
Oder aus einem Forum wie folgt, extra für Outlook:
Then import the OutlookSMTP.p12 file into the Trusted Root Certification Authorities store within Internet
Explorer (Tools -> Internet Options -> Content -> Certificates, or by just double-clicking it). You will then be
free to establish an SSL connection within Outlook to enforce tighter security.
Ich komme einfach nicht mehr weiter!
Kann mir jemand einen Tipp geben, wie kann ich diese Meldung entkommen?
===========
Noch dazu zu sagen: Ich habe das Problem auch in einem anderen Forum gestellt. Dort ist mir die Besorgung/ Kauf eines gültigen "Certificate" vorgeschlagen worden. Kennt hier vielleich jemand eine andere Lösung?
===========
Vielen Dank im Voraus,
Gruß
ich habe Postfix, Dovecote installiert und alles funktioniert gut.
Bei der Installtion habe ich ein "Certificate" erstellt:
Code:
openssl req -new -outform PEM -out smtpd.cert -newkey rsa:2048 -nodes -keyout smtpd.key -keyform PEM -days 365 -x509
Angaben zum Beispiel:
DE
Hamburg
Hamburg
Name-Team
Email Services
Name-Team.de
info@Name-Team.de
Code:
Internet security warning
The server you are connected to is using a security certificate that could not be verified.
A certificate chain processed, but terminated in a root certificate which is
not trusted by the trust provider.
Do you want to continue using this server?
Ich habe fast alles was im Internet zu finden ist aus probiert, Certicate unter Windows installiert oder unter "Internet Explorer -> Security"-> Don't prompt for client certificate section when no certificates or only one certificate exists.
Oder aus einem Forum wie folgt, extra für Outlook:
Code:
openssl pkcs12 -export -in smtpd.crt -inkey smtpd.key -out OutlookSMTP.p12
Explorer (Tools -> Internet Options -> Content -> Certificates, or by just double-clicking it). You will then be
free to establish an SSL connection within Outlook to enforce tighter security.
Ich komme einfach nicht mehr weiter!
Kann mir jemand einen Tipp geben, wie kann ich diese Meldung entkommen?
===========
Noch dazu zu sagen: Ich habe das Problem auch in einem anderen Forum gestellt. Dort ist mir die Besorgung/ Kauf eines gültigen "Certificate" vorgeschlagen worden. Kennt hier vielleich jemand eine andere Lösung?
===========
Vielen Dank im Voraus,
Gruß