Hi folks, I would like to set up TLS on our mail server the following way :
smtp inet n - n - - smtpd -o smtpd_tls_cert_file=/etc/postfix/tls/certs/server-cert-chain.pem -o smtpd_tls_key_file=/etc/postfix/tls/private/server.key -o smtpd_tls_CAfile=/etc/postfix/tls/certs/ca-bundle.crt -o smtpd_tls_security_level=may -o smtpd_tls_ask_ccert=yes submission inet n - n - - smtpd -o smtpd_tls_cert_file=/etc/postfix/tls/certs/server-cert-chain.pem -o smtpd_tls_key_file=/etc/postfix/tls/private/server.key -o smtpd_tls_CAfile=/etc/postfix/tls/certs/ca-cnrs-bundle.crt -o smtpd_tls_security_level=encrypt -o smtpd_tls_ask_ccert=yes -o smtpd_recipient_restrictions=permit_tls_all_clientcerts,reject Unfortunately, it doesn't work. With this configuration, either kind of certificates (those issued by our PKI, those which have a root certificate in ca-bundle.crt) are considered as trusted on port 25 *and* on port 587. It seems to me that CAs from ca-bundle.crt and CAs from ca-cnrs-bundle.crt have merged together. What am I doing wrong ? Is there a way to configure our postfix server to distinguish certificates issued by our PKI from other certificates ? Thanks a lot for your help. Roland. -- Roland Dirlewanger CNRS - Delegation Aquitaine-Limousin Esplanade des Arts et Metiers - BP 105 33402 TALENCE CEDEX tel: 05 57 35 58 52, fax: 05 57 35 58 01 |
- Using different CA for smtpd on port 25 on and port 58... Roland Dirlewanger
- Re: Using different CA for smtpd on port 25 on an... Victor Duchovni
- Re: Using different CA for smtpd on port 25 on... Roland Dirlewanger
- Re: Using different CA for smtpd on port 2... Victor Duchovni
- Re: Using different CA for smtpd on po... Roland Dirlewanger