GNU Mailutils |
|
General-Purpose Mail Package |
Official GNU Software |
The behavior of sieve
is affected by the following
configuration statements:
Statement | Reference |
---|---|
debug | See debug statement. |
tls | See tls statement. |
mailbox | See mailbox statement. |
locking | See locking statement. |
logging | See logging statement. |
mailer | See mailer statement. |
The following statements configure sieve-specific features:
This block statement configures search paths sieve
uses to
locate its loadable modules. See Require Statement, for a detailed
information about loadable modules.
This statement may contain the following sub-statements:
If bool is ‘true’, clear library search path.
If bool is ‘true’, clear include search path.
Add directories to sieve
library search path. Argument is a
string containing a colon-separated list of directories.
Add directories to the beginning if the library search path. Argument is a string containing a colon-separated list of directories.
Add directories to the include search path. Argument is a string containing a colon-separated list of directories.
If bool is ‘true’, do not abort if execution of a Sieve script fails on a particular message.
Sets URL of the mailbox to be processed.
Sets the name of the ticket file for user authentication.
Sets Sieve debug flags. See Logging and Debugging, for a detailed description.
If bool is ‘true’, log all executed actions.
If bool is ‘true’, print source locations along with action
logs. This statement takes effect only if verbose true
is also
set.
Set user e-mail address. This is useful for reject
and
redirect
actions. By default, the user email address is deduced
from the user name and the full name of the machine where sieve
is
executed.
This document was generated on January 2, 2022 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.