Next: pmult-macros, Up: pmult configuration [Contents][Index]
Pmult
listens for Pmilter requests on a socket, configured
using listen
statement:
Listen on the given url. Argument is a valid Mailutils URL. See milter port specification, for a description of url.
Since pmult
runs as a foreground program, it does not write
its PID number to a file by default. If this behavior is required, it
can be enabled using the following statement:
Store PID of the pmult
process in file.
The following three limits require MeTA1 version ‘PreAlpha30.0’ or later.
“Soft” limit on the number of ‘pmilter’ threads. Default is 2.
“Hard” limit on the number of ‘pmilter’ threads. This is
roughly equivalent to the number of emails pmult
is able
to handle simultaneously. The default value is 6. Raise this limit
if you experience long delays when connecting to the SMTP port.
Maximum number of file descriptors ‘pmilter’ library is allowed to open simultaneously. Default is 10.