Search K
Appearance
Appearance
doveadm [GLOBAL OPTIONS] exec binary [binary arguments]
This command allows administrators and local users to simply execute commands from within /usr/libexec/dovecot. So for example a logged in system user could start a pre-authenticated imap session, using the command: doveadm exec imap. An administrator would use the command doveadm exec imap -u username.
This example demonstrates how to deliver a message from a file to a user's mailbox.
$ doveadm exec dovecot-lda -d user@example.net -f admin@example.net < ~/stuff/welcome.msg
SEE ALSO