|
NAMEdoveadm-sieve - Commands related to handling Sieve scriptsSYNOPSISdoveadm [-Dv] [-f formatter] sieve_cmd [options] [arguments]DESCRIPTIONThe doveadm sieve commands are part of the Pigeonhole Project (pigeonhole(7)), which adds Sieve (RFC 5228) and ManageSieve (RFC 5804) support to the Dovecot secure IMAP and POP3 server (dovecot(1)). The doveadm sieve commands can be used to manage Sieve filtering.OPTIONSGlobal doveadm(1) options:
Command specific options:
ARGUMENTS
COMMANDSsieve putdoveadm sieve put [-A|-u user] [-S socket_path] [-a] scriptnameThis command puts one new Sieve script in the script storage. The script is read from standard input. If the script compiles successfully, it is stored under the provided scriptname . If the -a option is present, the Sieve script is subsequently marked as the active script for execution at delivery. sieve getdoveadm sieve get [-A|-u user] [-S socket_path] scriptnameThis command retrieves the Sieve script named scriptname. sieve deletedoveadm sieve delete [-A|-u user] [-S socket_path] [-a] scriptname ...This command deletes one or more Sieve scripts. The deleted script may not be the active script, unless the -a option is present. sieve listdoveadm sieve list [-A|-u user] [-S socket_path] scriptnameUse this command to get an overview of existing Sieve scripts. sieve renamedoveadm sieve rename [-A|-u user] [-S socket_path] old_name new_nameThe sieve rename command is used to rename the Sieve script old_name to new_name. sieve activatedoveadm sieve activate [-A|-u user] [-S socket_path] scriptnameThis command marks the Sieve script named scriptname as the active script for execution at delivery. sieve deactivatedoveadm sieve deactivate [-A|-u user] [-S socket_path] scriptnameThis command deactivates Sieve processing. REPORTING BUGSReport bugs, including doveconf -n output, to the Dovecot Mailing List <dovecot@dovecot.org>. Information about reporting bugs is available at: http://dovecot.org/bugreport.htmlSEE ALSOdoveadm(1) dovecot-lda(1), pigeonhole(7)
Visit the GSP FreeBSD Man Page Interface. |