Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
5a915574
...
5a915574850895a1a84f3fa61c7339b19afeaced
authored
2002-12-10 15:00:22 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Documented :sieve option group
1 parent
9a98cb34
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
7 deletions
doc/texinfo/programs.texi
doc/texinfo/programs.texi
View file @
5a91557
...
...
@@ -202,6 +202,7 @@ or single quotes).
*
daemon
::
Options
common
for
daemon
programs
.
*
auth
::
Authentication
-
specific
options
.
*
logging
::
Logging
control
options
.
*
sieve
:
sieve
group
.
Sieve
specific
options
*
config
sample
::
A
sample
configuration
file
.
@end
menu
...
...
@@ -388,13 +389,31 @@ Port to use
@cindex
:
logging
@table
@option
@item
log
-
facility
@var
{
facility
}
@item
--
log
-
facility
@var
{
facility
}
Output
logs
to
the
specified
@command
{
syslog
}
facility
.
The
following
facility
names
are
recognized
:
@samp
{
user
},
@samp
{
daemon
},
@samp
{
mail
},
@samp
{
auth
}
and
@samp
{
local0
}
through
@samp
{
local7
}.
These
names
are
case
-
insensitive
.
@end
table
@node
sieve
group
@subsection
Sieve
specific
options
@cindex
:
sieve
The
following
options
comprise
this
group
:
@table
@option
@item
-
I
@var
{
dir
}
@itemx
--
includedir
=
@var
{
dir
}
Append
directory
@var
{
dir
}
to
the
list
of
directories
searched
for
include
files
.
@item
-
L
@var
{
dir
}
@itemx
--
libdir
=
@var
{
dir
}
Append
directory
@var
{
dir
}
to
the
list
of
directories
searched
for
library
files
.
@end
table
@node
config
sample
@subsection
A
sample
configuration
file
.
@cindex
mailutils
.
rc
,
an
example
...
...
@@ -1934,7 +1953,7 @@ and appends the received data to the local mailboxes.
@subsection Invoking mail.local
The program uses following option groups: @xref{mailbox}, @xref{auth},
@xref{logging}.
@xref{logging}
, @xref{sieve}
.
@table @option
@item -f @var{addr}
...
...
@@ -2198,7 +2217,6 @@ of actions and tests described in RFC 3028.
@menu
* Invoking Sieve::
* Logging and Debugging::
* Input Language::
* Extending Sieve::
@end menu
...
...
@@ -2268,7 +2286,8 @@ Log all actions executed.
@end table
Apart from these, @command{sieve} understands the options from the
following groups: @code{mailbox}, @code{mailer}, @code{logging}.
following groups: @code{sieve}, @code{mailbox}, @code{mailer},
@code{logging}.
@node Logging and Debugging
@subsubsection Logging and debugging
...
...
@@ -2323,9 +2342,6 @@ logs on standard output. This behaviour is changed when
This option causes @command{sieve} to output its diagnostics to
the given syslog facility.
@node Input Language
@subsubsection Input Language
@node Extending Sieve
@subsubsection Extending Sieve
The basic set of sieve actions, tests and comparators may be extended
...
...
Please
register
or
sign in
to post a comment