mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
emailrelay: add some runtime options
Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
@@ -3,6 +3,9 @@ config emailrelay 'server'
|
||||
option mode 'server'
|
||||
option port '25'
|
||||
option remote_clients '0'
|
||||
# option address_verifier '/usr/local/bin/address-verifier.sh'
|
||||
# option domain 'my.example.com'
|
||||
# option anonymous '1'
|
||||
# option server_tls '/etc/path/to/certificate'
|
||||
# option server_auth '/etc/emailrelay.auth'
|
||||
# option extra_cmdline ''
|
||||
@@ -13,6 +16,9 @@ config emailrelay 'proxy'
|
||||
option smarthost '192.0.2.1:25'
|
||||
option port '25'
|
||||
option remote_clients '0'
|
||||
# option address_verifier '/usr/local/bin/address-verifier.sh'
|
||||
# option domain 'my.example.com'
|
||||
# option anonymous '1'
|
||||
# option server_tls '/etc/path/to/certificate'
|
||||
# option server_auth '/etc/emailrelay.auth'
|
||||
# option client_tls '1'
|
||||
|
||||
Reference in New Issue
Block a user