Next: , Previous: , Up: Mailfromd Configuration   [Contents][Index]

7.12 Runtime Constants Configuration

Mailfromd Conf: runtime { statements }

The statements in the runtime section configure various values used by MFL builtin functions.

runtime: max-streams number

Sets the maximum number of stream descriptors that can be opened simultaneously. Default is 1024. See I/O functions.

runtime: max-open-mailboxes number

Sets the maximum number of available mailbox descriptors. This value is used by MFL mailbox functions (see Mailbox functions).

runtime: max-open-messages number

Sets the maximum number of messages that can be opened simultaneously using the mailbox_get_message function. See Message functions, for details.

runtime: max-mfmods number

Maximum number of dynamically loaded modules (mfmods) that can be used simultaneously. See mfmod.

runtime: mfmod-path string

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.


Next: , Previous: , Up: Mailfromd Configuration   [Contents][Index]