This manual page is for Mac OS X Server version 10.6.3

If you are running Mac OS X (client), this command is not available.

If you are running a different version of Mac OS X Server, view the documentation locally:

  • In Xcode

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

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

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



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.10.0                                     2007-03-15                                    SIEVESHELL(1)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation to the Perl project. (See perlbug(1) for submission instructions.)
Bug reports
Report bugs in the functionality of the described tool or API to Apple through Bug Reporter and to the Perl project using perlbug(1).
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...