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