doveadm-proxy - Handle Dovecot proxy connections
Contents
Arguments
user Is a user's login name. Depending on the configuration, a login name may be for example jane or
john@example.com. It's also possible to use "*" and "?" wildcards (e.g. *@example.org).
Commands
proxykickdoveadmproxykick [-aipc_socket_path] [-fpassdb_field] [-hhost_list | user_list]
Kick all the connections being proxied for the given user_list or for the given backend host_list.
proxylistdoveadmproxylist [-aipc_socket_path]
List all the users currently being proxied.
Description
The doveadmproxycommands are used to list or kick active Dovecot proxy connections.
Example
List all currently active proxy connections:
doveadmproxylist
username proto src ip dest ip port
jane@example.net imap 192.168.0.100 192.168.0.5 143
Name
doveadm-proxy - Handle Dovecot proxy connections
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.
Command specific options:
-aipc_socket_path
This option is used to specify an alternative socket. The option's argument is either an absolute
path to a local UNIX domain socket.
By default doveadm(1) will use the socket /run/dovecot/ipc. The socket may be located in another
directory, when the default base_dir setting was overridden in /etc/dovecot/dovecot.conf.
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.htmlSee Also
doveadm(1) Dovecot v2.3 2014-11-09 DOVEADM-PROXY(1)
Synopsis
doveadm [-Dv] [-fformatter] proxycommand [OPTIONS] [ARGUMENTS]
