Next: protocol-calloutd, Previous: config-calloutd, Up: calloutd [Contents][Index]
The calloutd
invocation syntax is:
calloutd [option...]
The following options are available:
Stay in foreground. When given this option, calloutd
will
not disconnect itself from the controlling terminal and will run in
the foreground.
Retain the group name when switching to user privileges. See Starting and Stopping.
Set pidfile name. Overrides the pidfile
configuration
statement, which you are advised to use instead (see pidfile).
Read resolver settings from file, instead of the default /etc/resolv.conf.
Set source address for TCP connections. Overrides the ‘source-ip’ configuration statement, which you are advised to use instead (see source-ip).
Do not fork sub-processes to serve requests. This option is meant to
assist in debugging calloutd
. Don’t use it for anything
else but for debugging, as it terribly degrades performance!
Set new program state directory. See Local state directory, for the description of this directory and its purposes.
Switch to this user’s privileges after startup. Overrides the user
configuration file statement, which you are advised to use instead
(see user). Default user is
‘mail’.
Set debugging level. See Logging and Debugging.
Output logs to syslog facility.
Tag syslog entries with the given string, instead of the program name.
Set logger mechanism (mech is one of ‘stderr’, ‘syslog’, ‘syslog:async’). See Logging and Debugging.
Selects default syslog mechanism for diagnostic output.
Directs all logging to standard output. Similar to --logger=stderr.
Set source address for TCP connections. Overrides the ‘source-ip’ configuration statement, which you are advised to use instead (see source-ip).
Set Mailutils debugging level. See http://mailutils.org/wiki/Debug_level, for a detailed discussion of level argument.
Include C source information in debugging messages. This is
similar to setting line-info yes
in the debug
configuration block (see line-info in GNU Mailutils Manual).
The --no-source-info can be used to cancel the effect of the
line-info yes
configuration statement.
You do not need this option, unless you are developing or debugging
calloutd
.
Enable or disable transcript of the SMTP sessions to the log channel. See Logging and Debugging.
Load this configuration file.
Check syntax of configuration files and exit. Exit code is 0 if the file or files are OK, and 78 otherwise.
Verbosely log parsing of the configuration files.
Don’t load site-wide configuration file.
Set configuration parameter
Show configuration file summary.
Show compilation options.
Give a short help list.
Give a short usage message.
Print program version
Next: protocol-calloutd, Previous: config-calloutd, Up: calloutd [Contents][Index]