sieveshell.1.html   [plain text]


<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>sieveshell - remotely manipulate sieve scripts</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>

<body style="background-color: white">

<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->

<ul>

	<li><a href="#name">NAME</a></li>
	<li><a href="#synopsis">SYNOPSIS</a></li>
	<li><a href="#description">DESCRIPTION</a></li>
	<li><a href="#options">OPTIONS</a></li>
	<li><a href="#references">REFERENCES</a></li>
	<li><a href="#author">AUTHOR</a></li>
</ul>
<!-- INDEX END -->

<hr />
<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>sieveshell - remotely manipulate sieve scripts</p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<p>sieveshell [<strong>--user</strong>=<em>user</em>] [<strong>--authname</strong>=<em>authname</em>] 
[<strong>--realm</strong>=<em>realm</em>] [<strong>--exec</strong>=<em>script</em>] <em>server</em>[<strong>:</strong><em>port</em>]</p>
<p>sieveshell <strong>--help</strong></p>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
<p><strong>sieveshell</strong> allows users to manipulate their scripts on a remote
server.  It works via MANAGESIEVE, a work in progress.</p>
<p>The following commands are recognized:</p>
<p><strong>list</strong> list scripts on server.</p>
<p><strong>put</strong> &lt;filename&gt; upload script to server.</p>
<p><strong>get</strong> &lt;name&gt; [&lt;filename&gt;] get script. if no filename display to stdout</p>
<p><strong>delete</strong> &lt;name&gt; delete script.</p>
<p><strong>activate</strong> &lt;name&gt; activate script.</p>
<p><strong>deactivate</strong> deactivate all scripts.</p>
<p>
</p>
<hr />
<h1><a name="options">OPTIONS</a></h1>
<dl>
<dt><strong><a name="item__2du_user_2c__2d_2duser_3duser"><strong>-u</strong> <em>user</em>, <strong>--user</strong>=<em>user</em></a></strong>

<dd>
<p>The authorization name to request; by default, derived from the
authentication credentials.</p>
</dd>
</li>
<dt><strong><a name="item__2da_authname_2c__2d_2dauthname_3dauthname"><strong>-a</strong> <em>authname</em>, <strong>--authname</strong>=<em>authname</em></a></strong>

<dd>
<p>The user to use for authentication (defaults to current user).</p>
</dd>
</li>
<dt><strong><a name="item__2dr_realm_2c__2d_2drealm_3drealm"><strong>-r</strong> <em>realm</em>, <strong>--realm</strong>=<em>realm</em></a></strong>

<dd>
<p>The realm to attempt authentication in.</p>
</dd>
</li>
<dt><strong><a name="item__2de_script_2c__2d_2dexec_3dscript"><strong>-e</strong> <em>script</em>, <strong>--exec</strong>=<em>script</em></a></strong>

<dd>
<p>Instead of working interactively, run commands from <em>script</em>, and
exit when done.</p>
</dd>
</li>
</dl>
<p>
</p>
<hr />
<h1><a name="references">REFERENCES</a></h1>
<p>[MANAGESIEVE] Martin, T.; ``A Protocol for Remotely Managing Sieve
Scripts'', draft-ietf-managesieve-03.txt, Mirapoint, Inc.; May 2001,
work in progress.</p>
<p>
</p>
<hr />
<h1><a name="author">AUTHOR</a></h1>
<p>Tim Martin &lt;<a href="mailto:tmartin@mirapoint.com">tmartin@mirapoint.com</a>&gt;, and the rest of the Cyrus
team &lt;<a href="mailto:cyrus-bugs@andrew.cmu.edu">cyrus-bugs@andrew.cmu.edu</a>&gt;.
</p>

</body>

</html>