fix
This commit is contained in:
parent
4b6954543e
commit
7d82f677f5
@ -34,6 +34,7 @@ Copyright @copyright{} 2004 Wolfgang Hottgenroth
|
|||||||
* Motivation::
|
* Motivation::
|
||||||
* Overview::
|
* Overview::
|
||||||
* Building smmapd from the sources::
|
* Building smmapd from the sources::
|
||||||
|
* Command line options::
|
||||||
* Using from sendmail::
|
* Using from sendmail::
|
||||||
* Configuration::
|
* Configuration::
|
||||||
* API::
|
* API::
|
||||||
@ -214,7 +215,7 @@ It hooks into the local parse ruleset and checks through the map
|
|||||||
utilizing this plugin the Cyrus IMAP server to see whether the
|
utilizing this plugin the Cyrus IMAP server to see whether the
|
||||||
particular mailbox can store more mail.
|
particular mailbox can store more mail.
|
||||||
|
|
||||||
@node Building smmapd from the sources, Using from sendmail, Overview, Top
|
@node Building smmapd from the sources, Command line options, Overview, Top
|
||||||
@chapter Building smmapd from the sources
|
@chapter Building smmapd from the sources
|
||||||
smmapd comes with a autoconf @file{configure} script.
|
smmapd comes with a autoconf @file{configure} script.
|
||||||
|
|
||||||
@ -254,7 +255,30 @@ Net-SNMP stuff (tested with Net-SNMP 5.1.2), use
|
|||||||
@code{--with-netsnmp-bin-dir}.
|
@code{--with-netsnmp-bin-dir}.
|
||||||
|
|
||||||
|
|
||||||
@node Using from sendmail, Configuration, Building smmapd from the sources, Top
|
@node Command line options, Using from sendmail, Building smmapd from the sources, Top
|
||||||
|
@chapter Command line options
|
||||||
|
|
||||||
|
@table @code
|
||||||
|
@item -F
|
||||||
|
Run smmapd in foreground instead of daemonizing. Overwrites the
|
||||||
|
@code{do_fork} configuration option.
|
||||||
|
|
||||||
|
@item -f <config-file>
|
||||||
|
Use the given configuration file instead of the default one.
|
||||||
|
|
||||||
|
@item -p <pid-file>
|
||||||
|
Write the pid when daemonizing to the given pid file instead of the
|
||||||
|
one mentioned in the configuration file.
|
||||||
|
|
||||||
|
@item -v
|
||||||
|
Display version information.
|
||||||
|
|
||||||
|
@item -h
|
||||||
|
Display usage information.
|
||||||
|
@end table
|
||||||
|
|
||||||
|
|
||||||
|
@node Using from sendmail, Configuration, Command line options, Top
|
||||||
@chapter Using from sendmail
|
@chapter Using from sendmail
|
||||||
|
|
||||||
To use a socket map in sendmail, it must be defined in the cf:
|
To use a socket map in sendmail, it must be defined in the cf:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user