|
| | Subject: | Enforced Outbound TLS | | Group: | Postfix-users | | From: | Dennis Putnam | | Date: | 14 Jan 2008 |
I am trying to implement site-specific enforced TLS and cannot get it
to work. I have inbound TLS working but not the opposite. It appears
all I should have to do is create a hash of the policies and insert
'smtpd_tls_policy_maps = hash: /etc/postfix/tls_policy'. I have the
sites defined in the policy file similar to:
[somedomain.com] encrypt protocols=TLSv1
[someother.com] encrypt protocols=TLSv1
After running 'postmap' and reloading postfix it seems it should
work. However, with 'smtpd_tls_logger=3' I can see nothing that
indicates an attempt to negotiate a TLS session on my side. Can
someone tell me what I am missing? TIA.
|