1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-29 16:37:19 +00:00

etc: Add missing submission_over_tls_address docs to chasquid.conf

This patch adds documentation for submission_over_tls_address in the
default chasquid.conf, which was accidentally missing.
This commit is contained in:
Alberto Bertogli
2022-11-12 11:24:11 +00:00
parent c3b4cde29a
commit 48da3c1657

View File

@@ -22,6 +22,12 @@
#submission_address: "systemd"
#submission_address: ":587"
# Addresses to listen on for submission-over-TLS (usually port 465).
# Default: "systemd", which means systemd passes sockets to us.
# systemd sockets must be named with "FileDescriptorName=submission_tls".
#submission_over_tls_address: "systemd"
#submission_over_tls_address: ":465"
# Address for the monitoring http server.
# Do NOT expose this to the public internet.
# Default: no monitoring http server.