1DOVEADM-PROXY(1) Dovecot DOVEADM-PROXY(1)
2
3
4
6 doveadm-proxy - Handle Dovecot proxy connections
7
9 doveadm [-Dv] [-f formatter] proxy command [OPTIONS] [ARGUMENTS]
10
12 The doveadm proxy commands are used to list or kick active Dovecot
13 proxy connections.
14
16 Global doveadm(1) options:
17
18 -D Enables verbosity and debug messages.
19
20 -f formatter
21 Specifies the formatter for formatting the output. Supported
22 formatters are:
23
24 flow prints each line with key=value pairs.
25
26 pager prints each key: value pair on its own line and separates
27 records with form feed character (^L).
28
29 tab prints a table header followed by tab separated value
30 lines.
31
32 table prints a table header followed by adjusted value lines.
33
34 -o setting=value
35 Overrides the configuration setting from /etc/dovecot/dove‐
36 cot.conf and from the userdb with the given value. In order to
37 override multiple settings, the -o option may be specified mul‐
38 tiple times.
39
40 -v Enables verbosity, including progress counter.
41
42 This command uses by default the table output formatter.
43
44 Command specific options:
45
46 -a ipc_socket_path
47 This option is used to specify an alternative socket. The op‐
48 tion's argument is either an absolute path to a local UNIX do‐
49 main socket.
50
51 By default doveadm(1) will use the socket /run/dovecot/ipc. The
52 socket may be located in another directory, when the default
53 base_dir setting was overridden in /etc/dovecot/dovecot.conf.
54
56 user Is a user's login name. Depending on the configuration, a login
57 name may be for example jane or john@example.com. It's also
58 possible to use "*" and "?" wildcards (e.g. *@example.org).
59
61 proxy kick
62 doveadm proxy kick [-a ipc_socket_path] [-f passdb_field] [-h host_list
63 | user_list]
64
65 Kick all the connections being proxied for the given user_list or for
66 the given backend host_list.
67
68 proxy list
69 doveadm proxy list [-a ipc_socket_path]
70
71 List all the users currently being proxied.
72
74 List all currently active proxy connections:
75
76 doveadm proxy list
77 username proto src ip dest ip port
78 jane@example.net imap 192.168.0.100 192.168.0.5 143
79
81 Report bugs, including doveconf -n output, to the Dovecot Mailing List
82 <dovecot@dovecot.org>. Information about reporting bugs is available
83 at: http://dovecot.org/bugreport.html
84
86 doveadm(1)
87
88
89
90Dovecot v2.3 2014-11-09 DOVEADM-PROXY(1)