You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are correct. There's no direct way to edit master.cf via environment variables. This is because in most of the cases, the file does not need to be changed and because editing via postconf is more complex.
However, there are two options how you can still do it with this image:
mount master.cf file and supply your own copy, or
Supply your own init script in /docker-init.db/ directory which will run the necessary postconf commands.
Hi,
I want to enable
smtp_tls_connection_reuse
[0] which requires the use of thetlsproxy
from master.cf.Currently, I don't see a way to enable tlsproxy from, e.g., an env var.
It would be great, if this could be added.
Thanks!
[0] https://www.postfix.org/postconf.5.html#smtp_tls_connection_reuse
The text was updated successfully, but these errors were encountered: