Next: conf-preprocessor, Previous: conf-types, Up: Mailfromd Configuration [Contents][Index]
Read filter script from file. By default it is sysconfdir/mailfromd.mfl.
Initialize MFL variable name to value.
Add directories to the list of directories to be searched for include files. See include search path.
Argument is a list of directory names separated by colons. These
names are added to the search path before the default search path
directories, but after any directories added by the previous
include-path
statements, if any.
See --include-path
Add directories to the module search path See module search path.
Argument is a list of directory names separated by colons. These
names are added to the search path before the default search path
directories, but after any directories added by the previous
module-path
statements, if any.
See --module-path
Set program state directory. See statedir.
Append domain names from the named file to the list of relayed domains. This list can be inspected from MFL script using the ‘relayed’ function (see relayed).
The file argument is either a single file name or a list of file names, e.g.:
relayed-domain-file /etc/mail/sendmail.cw; relayed-domain-file (/etc/mail/sendmail.cw, /etc/mail/relay-domains);
Set source IP address for outgoing TCP connections.
Set the name of the file to store PID value in. The file must be
writable for the user or group mailfromd
runs as
(see conf-priv).
Next: conf-preprocessor, Previous: conf-types, Up: Mailfromd Configuration [Contents][Index]