1SIEVESHELL(1) Cyrus IMAP SIEVESHELL(1)
2
3
4
6 sieveshell - Cyrus IMAP documentation
7
9 sieveshell - remotely manipulate sieve scripts
10
12 sieveshell [--user=user] [--authname=authname] [--realm=realm] [--pass‐
13 word=password] [--exec=script] [--execfile=file] server[:port]
14
15 sieveshell --help
16
18 sieveshell allows users to manipulate their scripts on a remote server.
19 It works via MANAGESIEVE, a work in progress.
20
21 The following commands are recognized:
22
23 list list scripts on server.
24
25 put <filename> upload script to server.
26
27 get <name> [<filename>] get script. if no filename display to stdout
28
29 delete <name> delete script.
30
31 activate <name> activate script.
32
33 deactivate deactivate all scripts.
34
36 • -u user, --user=user
37 The user whose mailboxes you want to work on. If not specified, it
38 uses the same as -a.
39
40 • -a authname, --authname=authname
41 The user to use for authentication. If not specified, it defaults to
42 the current login user.
43
44 • -r realm, --realm=realm
45 The realm to attempt authentication in.
46
47 • -p password, --password=password
48 The password to use when authenticating to server. Note that this
49 parameter can be seen in the process list. Use with caution!
50
51 • -e script, --exec=script
52 Instead of working interactively, run commands from script, and exit
53 when done.
54
55 • -f file, --execfile=file
56 Instead of working interactively, run commands from file file and
57 exit when done.
58
60 [MANAGESIEVE] Martin, T.; "A Protocol for Remotely Managing Sieve
61 Scripts", RFC 5804; May 2001
62
64 Tim Martin <tmartin@mirapoint.com>, and the rest of the Cyrus team.
65
67 The Cyrus Team
68
70 1993–2023, The Cyrus Team
71
72
73
74
753.8.1 Sep 11, 2023 SIEVESHELL(1)