diff --git a/type/__opendkim/man.rst b/type/__opendkim/man.rst index e3f3e7a..996f16d 100644 --- a/type/__opendkim/man.rst +++ b/type/__opendkim/man.rst @@ -41,21 +41,25 @@ subdomains umask 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 The string following this parameter is appended as-is in the configuration, to enable more complex configurations. + BOOLEAN PARAMETERS ------------------ 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 -------- diff --git a/type/__opendkim/parameter/deprecated/userid b/type/__opendkim/parameter/deprecated/userid new file mode 100644 index 0000000..1815a0a --- /dev/null +++ b/type/__opendkim/parameter/deprecated/userid @@ -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'.