mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
emailrelay: fix reference link
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
0cba893a3d
commit
c5604731ca
@@ -1,7 +1,5 @@
|
|||||||
#
|
# E-MailRelay secrets file
|
||||||
# emailrelay secrets file
|
# See https://emailrelay.sourceforge.net/index.html#reference_md_Authentication
|
||||||
#
|
|
||||||
#see http://emailrelay.sourceforge.net/reference.html for reference
|
|
||||||
|
|
||||||
#Mostly used options:
|
#Mostly used options:
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -29,6 +29,6 @@ config emailrelay 'cmdline'
|
|||||||
option enabled '0'
|
option enabled '0'
|
||||||
option mode 'cmdline'
|
option mode 'cmdline'
|
||||||
# specify all arguments that should be passed to emailrelay here
|
# specify all arguments that should be passed to emailrelay here
|
||||||
# see http://emailrelay.sourceforge.net/reference.html for command line reference
|
# See https://emailrelay.sourceforge.net/index.html#reference_md_Reference for command line reference
|
||||||
option extra_cmdline '--some-other --cmdline-options'
|
option extra_cmdline '--some-other --cmdline-options'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user