On Mon, Jul 06, 2015 at 07:22:41PM +0200, Ralf Hauser wrote: > http://www.postfix.org/TLS_README.html#client_tls_fprint > lists the sample > > /etc/postfix/tls_policy: > example.com fingerprint > match=3D:95:34:51:24:66:33:B9:D2:40:99:C0:C1:17:0B:D1 > > If I want to do this with mysql, I guess > example.com is %d , but what is the fingerprint? Is it "%s"
The lookup key is the nexthop (example.com) alone. The value is the string: fingerprint match=<colon-separated-hash> > Also, http://www.postfix.org/mysql_table.5.html shows how to test with one > argument with "postmap -q" , but how would man test with 2 or more > arguments? There is only one lookup key. -- Viktor.