GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DOVEADM-PROXY(1) Dovecot DOVEADM-PROXY(1)

doveadm-fs - Interact with the abstract mail storage filesystem

doveadm [-Dv] [-f formatter] fs command [ARGUMENTS]

The doveadm fs commands are used to abstractly interact with the storage backend defined in the Dovecot configuration. It allows access to the mailbox structure without needing to know details of how the storage backend is architected.

Global doveadm(1) options:
-D
Enables verbosity and debug messages.
-f formatter
Specifies the formatter for formatting the output. Supported formatters are:
flow
prints each line with key=value pairs.
pager
prints each keyvalue pair on its own line and separates records with form feed character (^L).
tab
prints a table header followed by tab separated value lines.
table
prints a table header followed by adjusted value lines.
-o setting=value
Overrides the configuration setting from /usr/local/etc/dovecot/dovecot.conf and from the userdb with the given value. In order to override multiple settings, the -o option may be specified multiple times.
-v
Enables verbosity, including progress counter.

This command uses by default the table output formatter.

doveadm fs copy fs-driver fs-args source-path dest-path

Copy source path to the destination path.

doveadm fs delete [-R] [-n count] fs-driver fs-args path [path ...]

Delete all data associated with the path provided.

doveadm fs get fs-driver fs-args path

Retrieve data associated with the path provided.

doveadm fs iter fs-driver fs-args path

Iterate through all data files in the path provided.

doveadm fs iter-dirs fs-driver fs-args path

Iterate through all directories in the path provided.

doveadm fs put [-h hash] fs-driver fs-args input_path path

Store data at the path provided.

doveadm fs stat fs-driver fs-args path

Retrieve files status for the path provided. Currently, only the total size (in bytes) of the item is returned.

Report bugs, including doveconf -n output, to the Dovecot Mailing List <dovecot@dovecot.org>. Information about reporting bugs is available at: http://dovecot.org/bugreport.html

doveadm(1)
2016-04-26 Dovecot v2.3

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.