1DOVEADM-EXEC(1) Dovecot DOVEADM-EXEC(1)
2
3
4
6 doveadm-exec - easily execute commands from Dovecot's libexec_dir
7
9 doveadm [-Dv] exec binary [binary arguments]
10
12 This command allows administrators and local users to simply execute
13 commands from within libexec_dir. So for example a logged in system
14 user could start a pre-authenticated imap session, using the command:
15 doveadm exec imap. An administrator would use the command: doveadm
16 exec imap -u username.
17
19 Global doveadm(1) options:
20
21 -D Enables verbosity and debug messages.
22
23 -o setting=value
24 Overrides the configuration setting from /etc/dovecot/dove‐
25 cot.conf and from the userdb with the given value. In order to
26 override multiple settings, the -o option may be specified mul‐
27 tiple times.
28
29 -v Enables verbosity, including progress counter.
30
32 binary the name of an executable located in /usr/libexec/dovecot.
33
34 binary arguments
35 options and arguments, which will be passed through to the
36 binary.
37
39 This example demonstrates how to deliver a message from a file to a
40 user's mailbox.
41
42 doveadm exec dovecot-lda -d user@example.net \
43 -f admin@example.net < ~/stuff/welcome.msg
44
46 Report bugs, including doveconf -n output, to the Dovecot Mailing List
47 <dovecot@dovecot.org>. Information about reporting bugs is available
48 at: http://dovecot.org/bugreport.html
49
51 doveadm(1), dovecot-lda(1)
52
53
54
55Dovecot v2.3 2013-08-05 DOVEADM-EXEC(1)