[__opendkim] Deprecate --userid
The parameter could produce inconsistencies permissions-wise. Users of the type that need this functionality can still use: --custom-config 'UserId $USERID' Closes #17
This commit is contained in:
parent
79baaf02b1
commit
116acebd10
2 changed files with 11 additions and 5 deletions
|
@ -41,21 +41,25 @@ subdomains
|
||||||
umask
|
umask
|
||||||
Set the umask for the socket and PID file.
|
Set the umask for the socket and PID file.
|
||||||
|
|
||||||
userid
|
|
||||||
Change the user the opendkim program is to run as.
|
|
||||||
By default, Alpine Linux's OpenRC service will set this to `opendkim` on the
|
|
||||||
command-line and FreeBSD's rc will set it to `mailnull`.
|
|
||||||
|
|
||||||
custom-config
|
custom-config
|
||||||
The string following this parameter is appended as-is in the configuration, to
|
The string following this parameter is appended as-is in the configuration, to
|
||||||
enable more complex configurations.
|
enable more complex configurations.
|
||||||
|
|
||||||
|
|
||||||
BOOLEAN PARAMETERS
|
BOOLEAN PARAMETERS
|
||||||
------------------
|
------------------
|
||||||
syslog
|
syslog
|
||||||
Log to syslog.
|
Log to syslog.
|
||||||
|
|
||||||
|
|
||||||
|
DEPRECATED PARAMETERS
|
||||||
|
---------------------
|
||||||
|
userid
|
||||||
|
Change the user the opendkim program is to run as.
|
||||||
|
By default, Alpine Linux's OpenRC service will set this to `opendkim` on the
|
||||||
|
command-line and FreeBSD's rc will set it to `mailnull`.
|
||||||
|
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
2
type/__opendkim/parameter/deprecated/userid
Normal file
2
type/__opendkim/parameter/deprecated/userid
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
This can cause inconsistencies with permissions and will stop being supported.
|
||||||
|
If you still need this, you can use --custom-config 'UserId $USERID'.
|
Loading…
Reference in a new issue