1SIEVESHELL(1)                     Cyrus IMAP                     SIEVESHELL(1)
2
3
4

NAME

6       sieveshell - Cyrus IMAP documentation
7

NAME

9       sieveshell - remotely manipulate sieve scripts
10

SYNOPSIS

12       sieveshell [--user=user] [--authname=authname] [--realm=realm] [--pass‐
13       word=password] [--exec=script] [--execfile=file] server[:port]
14
15       sieveshell --help
16

DESCRIPTION

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

OPTIONS

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

REFERENCES

60       [MANAGESIEVE] Martin, T.;  "A  Protocol  for  Remotely  Managing  Sieve
61       Scripts", RFC 5804; May 2001
62

AUTHOR

64       Tim Martin <tmartin@mirapoint.com>, and the rest of the Cyrus team.
65

AUTHOR

67       The Cyrus Team
68
70       1993-2018, The Cyrus Team
71
72
73
74
753.2.6                           March 09, 2021                   SIEVESHELL(1)
Impressum