table of contents
| SIEVESHELL(1) | Cyrus IMAP | SIEVESHELL(1) |
NAME¶
sieveshell - Cyrus IMAP documentation
NAME¶
sieveshell - remotely manipulate sieve scripts
SYNOPSIS¶
sieveshell [--user=user] [--authname=authname] [--realm=realm] [--password=password] [--exec=script] [--execfile=file] server[:port]
sieveshell --help
DESCRIPTION¶
sieveshell allows users to manipulate their scripts on a remote server. It works via MANAGESIEVE, a work in progress.
The following commands are recognized:
list list scripts on server.
put <filename> upload script to server.
get <name> [<filename>] get script. if no filename display to stdout
delete <name> delete script.
activate <name> activate script.
deactivate deactivate all scripts.
OPTIONS¶
- •
- -u user, --user=user
- •
- -a authname, --authname=authname
- •
- -r realm, --realm=realm
- •
- -p password, --password=password
- •
- -e script, --exec=script
- •
- -f file, --execfile=file
REFERENCES¶
[MANAGESIEVE] Martin, T.; "A Protocol for Remotely Managing Sieve Scripts", RFC 5804; May 2001
AUTHOR¶
Tim Martin <tmartin@mirapoint.com>, and the rest of the Cyrus team.
AUTHOR¶
The Cyrus Team
COPYRIGHT¶
1993–2025, The Cyrus Team
| June 27, 2025 | 3.8.6 |