DOVEADM-SAVE(1) | Dovecot | DOVEADM-SAVE(1) |
doveadm-save - Save email to a user's mailbox
doveadm [-Dv] save [-S
socket_path] -u user [-m mailbox]
[mail-file]
doveadm [-Dv] save [-S socket_path]
-A [-m mailbox] [mail-file]
doveadm [-Dv] [-f formatter] save
[-S socket_path] -F file [-m
mailbox] [mail-file]
doveadm save can be used to save messages. This can be useful for scripts and for debugging. Sieve is not invoked for saved messages, but quota is enforced.
Global doveadm(1) options:
Command specific options:
When the SQL userdb module is used make sure that the iterate_query setting in /etc/dovecot/dovecot-sql.conf.ext matches your database layout. When using the LDAP userdb module, make sure that the iterate_attrs and iterate_filter settings in /etc/dovecot/dovecot-ldap.conf.ext match your LDAP schema. Otherwise doveadm(1) will be unable to iterate over all users.
This allows an administrator to execute doveadm(1) mail commands through the given socket.
echo "hello, world" | doveadm save -u testuser@testdomain
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.html
2017-05-11 | Dovecot v2.3 |