Re: use of inet_protocols= option in policy maps?

2022-02-04 Thread PGNet Dev
On 2/3/22 9:28 AM, Viktor Dukhovni wrote: Multiple transports can use the same policy table: relay-test4 unix - - n - - smtp ... -o inet_protocols=ipv4 -o smtp_tls_policy_maps=${def_db_type}:${conf_dir}/test/relay_tls_policy relay-test6

Re: use of inet_protocols= option in policy maps?

2022-02-03 Thread Viktor Dukhovni
On Thu, Feb 03, 2022 at 08:48:23AM -0500, PGNet Dev wrote: > i've a relay def'd in master.cf > > relay-test unix - - n - - smtp > ... > -o > smtp_tls_policy_maps=${def_db_type}:${conf_dir}/test/relay_tls_policy You can define multiple transports, each with its own

use of inet_protocols= option in policy maps?

2022-02-03 Thread PGNet Dev
i've a relay def'd in master.cf relay-test unix - - n - - smtp ... -o smtp_tls_policy_maps=${def_db_type}:${conf_dir}/test/relay_tls_policy entries is 'relay_tls_policy' take usual form, per http://www.postfix.org/TLS_README.html#client_tls_policy, e.g.