mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-25 20:25:55 +00:00
WIP: Add smarthost support
WORK IN PROGRESS -- WORK IN PROGRESS -- WORK IN PROGRESS This patch adds support for delivering mail via a smarthost. In this mode, all accepted mail gets delivered through an SMTP connection to a specific host, statically configured.
This commit is contained in:
@@ -101,3 +101,13 @@ submission_over_tls_address: ":465"
|
||||
# properly.
|
||||
# Default: false
|
||||
#haproxy_incoming: false
|
||||
|
||||
# Smarthost URL.
|
||||
# If set, we will send all received email to this location, including local
|
||||
# mail.
|
||||
# It is of the form "smtp://user:password@host:port" for SMTP (and STARTTLS
|
||||
# will be forcefully negotiated), or "tls://user:password@host:port" for SMTP
|
||||
# over TLS (usually port 465).
|
||||
#
|
||||
# EXPERIMENTAL - Can change in backwards-incompatible ways.
|
||||
#smarthost_url: ""
|
||||
|
||||
Reference in New Issue
Block a user