Skip to content

Commit

Permalink
document '-u', '-p', '-g'
Browse files Browse the repository at this point in the history
  • Loading branch information
jschauma committed Mar 10, 2023
1 parent 2553927 commit 7f9f791
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion man/mta-sts-daemon.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,22 @@ successful authentication of that site when forwarding mail there.
*-v, --verbosity* _VERBOSITY_::
set log verbosity level: _debug_, _info_ (default), _warn_, _error_, or
_fatal_.

*-c, --config* _FILE_::
config file location (default: _/etc/mta-sts-daemon.yml_)

*-g, --group* _GROUP_::
change eGID to this group (default: _none_)

*-l, --logfile* _FILE_::
log file location (default: _none_)

*-p, --pidfile* _PIDFILE_::
name of the file to write the current pid to (default: _none_)

*-u, --user* _USER_::
change eUID to this user (default: _none_)


*--disable-uvloop*::
do not use uvloop even if it is available (default: enabled if available)

Expand Down

0 comments on commit 7f9f791

Please sign in to comment.