Search K
Appearance
Appearance
doveadm [GLOBAL OPTIONS] fscache command [arguments]
doveadm fscache can be used to run actions that interact with and modify Dovecot's local fscache storage.
Global doveadm(1)
options:
Enables verbosity and debug messages.
Do not read any config file, just use defaults. The dovecot_storage_version
defaults to the latest version, but can be overridden with -o.
Preserve entire environment for doveadm, not just import_environment
.
Enables verbosity, including progress counter.
If using multiple Dovecot instances, choose the config file based on this instance name.
See instance_name
for more information.
Read configuration from the given config-file. By default it first reads config socket, and then falls back to /etc/dovecot/dovecot.conf. You can also point this to config socket of some instance running compatible version.
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.
Specifies the formatter for formatting the output. Supported formatters are:
The option's argument is either an absolute path to a local UNIX domain socket, or a hostname and port (hostname:port), in order to connect a remote host via a TCP socket.
This allows an administrator to execute doveadm(1)
mail commands through the given socket.
doveadm [GLOBAL OPTIONS] fscache rescan [-S socket_path] path [max_age]
Scans data in the fscache to recalculate the used storage space.
If the max_age parameter is provided, files found with mtime older than this value are deleted from the cache.
Rescan fscache to update cached size.
doveadm fscache rescan /path/to/fscache
Report bugs, including doveconf -n output, to the Dovecot Mailing List dovecot@dovecot.org. Information about reporting bugs is available at: https://dovecot.org/bugreport.html