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]
13 [--exec=script] 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 -e script, --exec=script
48 Instead of working interactively, run commands from script, and exit
49 when done.
50
52 [MANAGESIEVE] Martin, T.; "A Protocol for Remotely Managing Sieve
53 Scripts", RFC 5804; May 2001
54
56 Tim Martin <tmartin@mirapoint.com>, and the rest of the Cyrus team.
57
59 The Cyrus Team
60
62 1993-2018, The Cyrus Team
63
64
65
66
673.2.4 October 05, 2020 SIEVESHELL(1)