emailrelay: add some runtime options

Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
Othmar Truniger
2018-08-20 19:18:08 +02:00
parent 83c225812b
commit 432cc99d9a
3 changed files with 14 additions and 3 deletions
+6
View File
@@ -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'