1INSTALLSIEVE(1)             General Commands Manual            INSTALLSIEVE(1)
2
3
4

NAME

6       installsieve - user utility for managing sieve scripts
7

SYNOPSIS

9       installsieve
10

DESCRIPTION

12       installsieve  is  a  utility  that  allows  users to manage their sieve
13       scripts kept on the server.
14
15

OPTIONS

17       -v <name> View script with the given  name.  The  script  if  retrieved
18       sucessfully is output to standard output.
19
20       -l  List  all  of  the  scripts  currently on the server. If one of the
21       scripts is active a arrow is printed indicating that it is  the  active
22       script.
23
24       -p  <port>  Port to connect to. If left off this defaults to "sieve" as
25       defined in /etc/services.
26
27       -i <file> Install a file onto the server. If a  script  with  the  same
28       name  already  exists on the server it is overwritten. Upon sucessfully
29       putting the script on the server the script is set  active.  If  <file>
30       has  the  extension  .script it is chopped when put on the server since
31       sieve names may not contain a '.'.
32
33       -a <name> Set <name> as the active script. The list of available  names
34       can be obtained from the '-l' option..
35
36       -d <name> Delete the sieve script on the server with <name>.
37
38       -m  <mechanism>  Force  installsieve to use <mechanism> for authentica‐
39       tion. If not specified the strongest authentication mechanism  is  cho‐
40       sen.
41
42       -g  <name>  Get the sieve script with <name> and save it to disk with a
43       ".script" extension. If a file with that  name  already  exists  it  is
44       overwritten.
45
46       -u  <user>  Userid/Authname  to use for authentication; by default, the
47       current user.
48
49
50
51CMU                              Project Cyrus                 INSTALLSIEVE(1)
Impressum