| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
spite of the 'postconf -d' command reporting version 2.1.5, I am fairly certain it is really 2.2. Thanks to Wietse for pointing out that 2.1.5 had no support for TLS. Since inbound was working it was obvious that I could not really have 2.1.5. That being the case, I tried changing my main.cf to use 2.2 TLS settings. Most are the same but the big one is 'smtp_tls_per_site' instead of 'smtp_tls_policy_maps'. When I did that, I suddenly got an error regarding the hash file. That was encouraging, since it made it obvious it was recognizing that parameter. However, after fixing the problem it is still not enforcing TLS sessions per the hash file. Assuming, I really do have 2.2, here are my settings in main.cf as a sort of reset: smtpd_use_tls = yes smtpd_tls_cert_file = /etc/postfix/ssl/smtp.crt smtpd_tls_key_file = /etc/postfix/ssl/smtpunc.key smtpd_tls_CAfile = /etc/postfix/ssl/root.crt smtpd_tls_loglevel = 2 smtp_tls_per_site = hash:/etc/postfix/tls_policy smtpd_tls_received_header = yes smtp_tls_note_starttls_offer = yes Also my hash file now looks like this: somedomain.com MUST someother.com MUST Can someone now see something wrong that is preventing this from working? Thanks.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
© 2004-2008 readlist.com