mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-07 17:47:14 +00:00
etc: Simplify default config by removing systemd sockets
Having systemd open sockets and pass them to chasquid is neat, but also adds some complexity to the default config, for very little value in practice. This patch simplifies the default config by having chasquid open the sockets instead. Note that systemd file descriptor passing continues to be supported, and existing installations will not be affected.
This commit is contained in:
@@ -14,19 +14,19 @@
|
||||
# Default: "systemd", which means systemd passes sockets to us.
|
||||
# systemd sockets must be named with "FileDescriptorName=smtp".
|
||||
#smtp_address: "systemd"
|
||||
#smtp_address: ":25"
|
||||
smtp_address: ":25"
|
||||
|
||||
# Addresses to listen on for submission (usually port 587).
|
||||
# Default: "systemd", which means systemd passes sockets to us.
|
||||
# systemd sockets must be named with "FileDescriptorName=submission".
|
||||
#submission_address: "systemd"
|
||||
#submission_address: ":587"
|
||||
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"
|
||||
submission_over_tls_address: ":465"
|
||||
|
||||
# Address for the monitoring http server.
|
||||
# Do NOT expose this to the public internet.
|
||||
|
||||
Reference in New Issue
Block a user