[Postfixbuch-users] postfix mit tls
Matthias Albert
matthias at ma-c.de
Mi Mär 17 18:15:44 CET 2004
Hallo zusammen,
ich würde gerne meinem postfix noch tls beibringen wollen.
Folgendes hab ich getan:
postfix mit ssl compiliert
(make -f Makefile.init makefiles CCARGS="-DHAS_MYSQL
-I/usr/include/mysql -DUSE_SASL_AUTH -I/usr/local/include/sasl -DHAS_SSL
-I/usr/include/openssl" AUXLIBS="-L/usr/lib -lmysqlclient -lz -lm
-L/usr/local/lib -lsasl2 -L/usr/lib -lssl -lcrypto")
main.cf
********
smtpd_use_ask_ccert = yes
smtpd_use_tls = yes
smtpd_tls_key_file = /etc/postfix/newreq.pem
smtpd_tls_cert_file = /etc/postfix/newcert.pem
smtpd_tls_CAfile = /etc/postfix/cacert.pem
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_sasl_local_domain = meinedomain.com
Die Zertifikate hab ich ebenfals erstellt
master.cf
*********
smtps inet n - y - - smtpd -o smtpd_tls_wrappermode=yes -o
smtpd_sasl_auth_enable=yes
ein telnet localhost 25 gibt mir allerdings kein starttls zurück.
In der mail.log finde ich nur einen Eintrag like this
Mar 17 18:14:28 router postfix/smtpd[18772]: connect from unknown [IP]
Weiss jemand rat?
Viele Grüsse aus Karlsruhe,
Matthias
Mehr Informationen über die Mailingliste Postfixbuch-users