On Thu, May 21, 2015 at 06:24:31PM +0200, Pier Carlo Chiodi wrote: > smtp_tls_policy_maps=texthash:/etc/postfix/mymap > > subdomain.mydomain.com verify > tafile=/var/lib/postfix/my_intermediate > > 18:19:18 myhost222 postfix/smtp[14011]: warning: error opening trust anchor > file: /var/lib/postfix/my_intermediate: No such file or directory > > smtp unix - - - - - smtp > relay unix - - - - - smtp
These are chrooted. Chroot problem as also noted by Wietse. > 18:19:18 myhost222 postfix/master[13985]: warning: process > /usr/lib/postfix/smtp pid 14011 killed by signal 11 However, there's a problem with error recovery when the TLS policy is invalid. You report Postfix 2.11.0. There is bugfix for this in 2.11.4: 20141025 Bugfix (introduced: Postfix 2.11): core dump when smtp_policy_maps specifies an invalid TLS level. Viktor Dukhovni. File: smtp/smtp_tls_policy.c. -- Viktor.