ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

This manual page is associated with Mac OS X Server. It is not available on standard Mac OS X (client) installations.

For more information about the manual page format, see the manual page for manpages(5).



SIEVESHELL(1)                        User Contributed Perl Documentation                       SIEVESHELL(1)



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:

           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
           The authorization name to request; by default, derived from the authentication credentials.

       -a authname, --authname=authname
           The user to use for authentication (defaults to current user).

       -r realm, --realm=realm
           The realm to attempt authentication in.

       -e script, --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@mirapoint.com>, and the rest of the Cyrus team <cyrus-bugs@andrew.cmu.edu>.



perl v5.8.8                                      2007-03-15                                    SIEVESHELL(1)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.