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 authorization name to request; by default, derived from the
38 authentication credentials.
39
40 -a authname, --authname=authname
41 The user to use for authentication (defaults to current user).
42
43 -r realm, --realm=realm
44 The realm to attempt authentication in.
45
46 -e script, --exec=script
47 Instead of working interactively, run commands from script, and exit
48 when done.
49
51 [MANAGESIEVE] Martin, T.; "A Protocol for Remotely Managing Sieve
52 Scripts", draft-ietf-managesieve-03.txt, Mirapoint, Inc.; May 2001,
53 work in progress.
54
56 Tim Martin <tmartin@mirapoint.com>, and the rest of the Cyrus team.
57
59 The Cyrus Team
60
62 1993-2017, The Cyrus Team
63
64
65
66
673.0.7 May 18, 2018 SIEVESHELL(1)