ich habe mir nun neulich einen root-Server bei 1&1 mit SuSe8.1 gegönnt.
Auf ihm läuft Postfix, und das funktioniert auch alles soweit. Nur leider bekomme ich keine SSL-SMTP-Verbindung zum Mailserver (SSL-POP funktioniert aber).
Die Meldung, die Outlook aus gibt lautet: "TLS temorär nicht verfügbar"
In den Postix-Logs steht folgendes: " TLS engine: cannot load CA data"
Ich habe slbst erstellte und signierte Keys, habe das CA auch auf meinem System installiert und die ganze SSL-Verschlüsselung läuft auch mit dem apache einwandfrei ....
Ausschnitt aus der main.cf:
Code: Select all
#SMTPD Auth
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
#TLS Support
smtpd_use_tls = yes
#smtpd_tls_auth_only = yes
smtpd_tls_key_file = /etc/postfix/key-cust.pem
smtpd_tls_cert_file = /etc/postfix/cert-cust.pem
smtpd_tls_CAfile = /etc/postfix/cacert-cust.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandomHat jemand eine Idee, woran das liegen könnte???
besten Dank, SNap!