Next: conf-mailutils, Previous: conf-database, Up: Mailfromd Configuration [Contents][Index]
The statements in the runtime
section configure various values
used by MFL builtin functions.
Sets the maximum number of stream descriptors that can be opened simultaneously. Default is 1024. See I/O functions.
Sets the maximum number of available mailbox descriptors. This value is used by MFL mailbox functions (see Mailbox functions).
Sets the maximum number of messages that can be opened simultaneously
using the mailbox_get_message
function. See Message functions, for details.
Maximum number of dynamically loaded modules (mfmods) that can be used simultaneously. See mfmod.
Search path for dynamically loaded modules – a colon-delimited list
of directories where to look for libraries loaded using the
dlopen
function (see dlopen). Default mfmod-path
value is prefix/mailfromd/lib
, where prefix is the
installation prefix directory. See mfmod, for details.