logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

doveadm-fs - Interact with the abstract mail storage filesystem

Commands

fscopydoveadmfscopyfs-driverfs-argssource-pathdest-path

       Copy source path to the destination path.

   fsdeletedoveadmfsdelete [-R] [-ncount] fs-driverfs-argspath [path ...]

       Delete all data associated with the path provided.

   fsgetdoveadmfsgetfs-driverfs-argspath

       Retrieve data associated with the path provided.

   fsiterdoveadmfsiterfs-driverfs-argspath

       Iterate through all data files in the path provided.

   fsiter-dirsdoveadmfsiter-dirsfs-driverfs-argspath

       Iterate through all directories in the path provided.

   fsputdoveadmfsput [-hhash] fs-driverfs-argsinput_pathpath

       Store data at the path provided.

   fsstatdoveadmfsstatfs-driverfs-argspath

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

Description

       The  doveadmfscommands 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.

Name

       doveadm-fs - Interact with the abstract mail storage filesystem

Options

       Global doveadm(1) options:

       -D     Enables verbosity and debug messages.

       -fformatter
              Specifies the formatter for formatting the output.  Supported formatters are:

              flow   prints each line with key=value pairs.

              pager  prints  each key: value 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.

       -osetting=value
              Overrides the configuration setting from /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.

Reporting Bugs

       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

See Also

doveadm(1)

Dovecot v2.3                                       2016-04-26                                   DOVEADM-PROXY(1)

Synopsis

doveadm [-Dv] [-fformatter] fscommand [ARGUMENTS]

See Also