SIEVESHELL(1) | User Contributed Perl Documentation | SIEVESHELL(1) |
sieveshell - remotely manipulate sieve scripts
sieveshell [--user=user] [--authname=authname] [--realm=realm] [--password=password] [--exec=script] [--execfile=file] server[:port]
sieveshell --help
sieveshell allows users to manipulate their scripts on a remote server. It works via MANAGESIEVE, a work in progress.
The following commands are recognized:
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.
[MANAGESIEVE] Martin, T.; "A Protocol for Remotely Managing Sieve Scripts", RFC 5804; May 2001
Tim Martin <tmartin@mirapoint.com>, and the rest of the Cyrus team.
2023-09-06 | perl v5.36.0 |