Le 27/09/2019 à 17:39, Wietse Venema a écrit :
Emmanuel Fust?:
I have some custom transports defined for different/custom client side
TLS certs and conf.
But we presently have no way to specify a different tlsproxy instance
for smtp as for cleanup for smtpd. So for now I must disable TLS
connection reuse on these transports.
http://www.postfix.org/postconf.5.html#tlsproxy_service_name
tlsproxy_service_name (default: tlsproxy)
The name of the tlsproxy(8) service entry in master.cf. This
service performs plaintext <=> TLS ciphertext conversion.
This feature is available in Postfix 2.8 and later.
Wietse
Perfect ! it work as intended.
I always have difficulties to find theses in the doc as for the cleanup
service....
Perhaps a reference in smtp/smtpd/postscreen manpage would help as many
are asking regularly for cleanup on the mailing list.
Thank you.
Emmanuel.