Ich setze auf meinem Suse 8.1 als MTA Postfix ein.
Ich möchte nun meinem Postfixx beibringen, dass es auch über ssl Mails abruft.
In meiner main.cf steht unter Anderem:
Code: Select all
#SMTPD Auth
smtpd_sasl_auth_enable = yes
#smtpd_sasl_auth_enable = no
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
#smtp_sasl_local_domain =
#TLS Support
smtpd_use_tls = yes
#smtpd_tls_auth_only = yes
smtpd_tls_key_file = /etc/postfix/key.pem
#smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_cert_file = /etc/postfix/cert.pem
#smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_CAfile = /etc/postfix/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
Wenn ich nun aber beim abrufen der Mails ssl angebe, bekomme ich eine Fehlermeldung von meinem Client, das keine Verbindung mit dem Server aufgebaut werden kann.
Weiterhin habe ich leider noch nicht herausfinden können wie ich für Postfix ein SSL-Zertifikat erstellen kann.
Hat da jemand für mich nette hilfreiche Links?
Gruß
Tobias