Postfix Problem mit TLS
Hi,
ich verwende Dovecot und Postfix unter Debian Etch.
Dovecot funktioniert, aber das Senden mit TLS nicht. Outlook meldet "Es konnte keine verschlüsselte Verbindung mit Ihrem Postausgangsserver hergestellt werden". In der Mail.log steht
die Konfiguration (postconf -n)
Habt ihr eine Idee? Danke im Voraus!
Hi,
ich verwende Dovecot und Postfix unter Debian Etch.
Dovecot funktioniert, aber das Senden mit TLS nicht. Outlook meldet "Es konnte keine verschlüsselte Verbindung mit Ihrem Postausgangsserver hergestellt werden". In der Mail.log steht
Code:
Oct 5 22:44:19 hostname postfix/smtpd[2822]: lost connection after STARTTLS from p57A96DC5.dip.t-dialin.net[87.169.109.197]
die Konfiguration (postconf -n)
Code:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
inet_interfaces = all
inet_protocols = all
mailbox_size_limit = 0
mydestination = mail.my-domain.de, mail, localhost.localdomain, localhost
myhostname = mail
mynetworks = 127.0.0.0/8
myorigin = /etc/mailname
recipient_delimiter = +
relayhost =
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_tls_CAfile = /etc/lighttpd/webs/mail.my-domain.de.ca
smtpd_tls_cert_file = /etc/lighttpd/webs/mail.my-domain.de.crt
smtpd_tls_key_file = /etc/lighttpd/webs/mail.my-domain.de.key
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtpd_use_tls = yes
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf,mysql:/etc/postfix/mysql-email2email.cf
virtual_gid_maps = static:5000
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
virtual_transport = dovecot
virtual_uid_maps = static:5000
Habt ihr eine Idee? Danke im Voraus!
Last edited by a moderator: