1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-08 17:51:57 +00:00

docs: Document submission_over_tls_address option

The submission_over_tls_address configuration option has existed for a
long time, but was not properly documented.

This patch adds it to the manpage, as well as printing it in the
configuration output on startup.
This commit is contained in:
Alberto Bertogli
2019-07-15 01:53:31 +01:00
parent dade2041db
commit 25624b406d
3 changed files with 35 additions and 19 deletions

View File

@@ -33,16 +33,22 @@ Maximum email size, in megabytes. Default: 50.
=item B<smtp_address> (repeated string):
Addresses to listen on for SMTP. Default: "systemd", which means systemd
passes sockets to us. systemd sockets must be named with
Addresses to listen on for SMTP (usually port 25). Default: "systemd", which
means systemd passes sockets to us. systemd sockets must be named with
B<FileDescriptorName=smtp>.
=item B<submission_address> (repeated string):
Addresses to listen on for submission. Default: "systemd", which means
systemd passes sockets to us. systemd sockets must be named with
Addresses to listen on for submission (usually port 587). Default: "systemd",
which means systemd passes sockets to us. systemd sockets must be named with
B<FileDescriptorName=submission>.
=item B<submission_over_tls_address> (repeated string):
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 B<FileDescriptorName=submission_tls>.
=item B<monitoring_address> (string):
Address for the monitoring HTTP server. Do NOT expose this to the public