| |||||||||||||||||||||||||||||||
|
I would like to setup port 587 with TLS/SASL and client certificates so I can relay email with Evolution from my laptop when I'm working remote. Did some reading and here's what I've come up with so far. I'm using a self signed CA and clients certs are signed by that self-signed CA. Is this master.cf config correct? submission inet n - n - - smtpd -o smtpd_etrn_restrictions=reject -o smtpd_tls_CAfile = /etc/postfix/CAcert.pem -o smtpd_tls_security_level = encrypt -o smtpd_tls_ask_ccert = yes -o smtpd_tls_req_ccert = yes -o smtpd_tls_fingerprint_digest = sha1 -o relay_clientcerts = hash:/etc/postfix/relay_clientcerts -o permit_tls_clientcerts -o smtpd_sasl_auth_enable = yes -o smtpd_client_restrictions = permit_sasl_authenticated, reject Is this all that's needed or do I have to fiddle with main.cf too? Thanks for your feedback. Regards, Patrick
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com