sieveshell (1) Linux Manual Page
NAME
sieveshell – remotely manipulate sieve scripts
SYNOPSIS
sieveshell [–user=user] [–authname=authname] [–realm=realm] [–exec=script] 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:
-
listlist scripts on server.put<filename> upload script to server.get<name> [<filename>] get script. if no filename display to stdoutdelete<name> delete script.activate<name> activate script.deactivatedeactivate all scripts.
OPTIONS
-uuser,–user=user- The authorization name to request; by default, derived from the authentication credentials.
-aauthname,–authname=authname- The user to use for authentication (defaults to current user).
-rrealm,–realm=realm- The realm to attempt authentication in.
-escript,–exec=script- Instead of working interactively, run commands from script, and exit when done.
REFERENCES
[MANAGESIEVE] Martin, T.; “A Protocol for Remotely Managing Sieve Scripts”, draft-ietf-managesieve-03.txt, Mirapoint, Inc.; May 2001, work in progress.
AUTHOR
Tim Martin <tmartin [at] mirapoint.com>, and the rest of the Cyrus team <cyrus-bugs [at] andrew.cmu.edu>.
