mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
config emailrelay 'server'
|
|
option enabled '0'
|
|
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 '1'
|
|
# option server_auth '/etc/emailrelay.auth'
|
|
# option extra_cmdline ''
|
|
|
|
config emailrelay 'proxy'
|
|
option enabled '0'
|
|
option mode '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 '1'
|
|
# option server_auth '/etc/emailrelay.auth'
|
|
# option client_tls '1'
|
|
# option client_auth '/etc/emailrelay.auth'
|
|
# option extra_cmdline ''
|
|
|
|
config emailrelay 'cmdline'
|
|
option enabled '0'
|
|
option mode 'cmdline'
|
|
# specify all arguments that should be passed to emailrelay here
|
|
# See https://emailrelay.sourceforge.net/index.html#reference_md_Reference for command line reference
|
|
option extra_cmdline '--some-other --cmdline-options'
|
|
|