1INSTALLSIEVE(1) Cyrus IMAP INSTALLSIEVE(1)
2
3
4
6 installsieve - Cyrus IMAP documentation
7
8 User utility for managing sieve scripts
9
11 installsieve [ -v name ] [ -l ] [ -p port ] [ -i file ]
12 [ -a name ] [ -d name ] [ -m mechanism ] [ -g name ]
13 [ -u user ]
14
16 installsieve is a utility that allows users to manage their sieve
17 scripts kept on the server.
18
19 NOTE:
20 This program is deprecated. Please use sieveshell
21
23 -v name
24 View script with the given name. The script if retrieved suc‐
25 cessfully is output to standard output.
26
27 -l List all of the scripts currently on the server. If one of the
28 scripts is active an arrow is printed indicating that it is the
29 active script.
30
31 -p port
32 Port to connect to. If left off this defaults to sieve as de‐
33 fined in /etc/services.
34
35 -i file
36 Install a file onto the server. If a script with the same name
37 already exists on the server it is overwritten. Upon success‐
38 fully putting the script on the server the script is set active.
39
40 -a name
41 Set name as the active script. The list of available names can
42 be obtained from the -l option.
43
44 -d name
45 Delete the sieve script on the server with name.
46
47 -m mechanism
48 Force installsieve to use mechanism for authentication. If not
49 specified the strongest authentication mechanism supported by
50 the server is chosen. Specify login to use the LOGIN command
51 instead of AUTHENTICATE.
52
53 -g name
54 Get the sieve script with name and save it to disk with a
55 ".script" extension. If a file with that name already exists it
56 is overwritten.
57
58 -u userid
59 Userid/Authname to use for authentication; by default, the cur‐
60 rent user.
61
63 NOTE:
64 This program is deprecated. Please use sieveshell
65
67 sieveshell(1)
68
70 The Cyrus Team, Nic Bernstein (Onlight)
71
73 1993–2023, The Cyrus Team
74
75
76
77
783.8.1 Sep 11, 2023 INSTALLSIEVE(1)