DOVEADM-MOVE(1) | Dovecot | DOVEADM-MOVE(1) |
doveadm-move - Move messages matching the given search query into
another mailbox
doveadm-copy - Copy messages matching the given search query into another
mailbox
doveadm [-Dv] move [-S
socket_path] destination [user source_user]
search_query
doveadm [-Dv] move [-S socket_path]
-A destination [user source_user]
search_query
doveadm [-Dv] move [-S socket_path]
-F file destination [user source_user]
search_query
doveadm [-Dv] move [-S socket_path]
-u user destination [user source_user]
search_query
doveadm [-Dv] copy [-S
socket_path] destination [user source_user]
search_query
doveadm [-Dv] copy [-S socket_path]
-A destination [user source_user]
search_query
doveadm [-Dv] copy [-S socket_path]
-F file destination [user source_user]
search_query
doveadm [-Dv] copy [-S socket_path]
-u user destination [user source_user]
search_query
doveadm move can be used for moving mails between mailboxes
for one or more users. The search_query is used to restrict which
messages are moved into the destination mailbox.
doveadm copy behaves the same as doveadm move, except that
copied messages will not be expunged after copying.
In the first form, doveadm(1) will execute the move/copy action with the environment of the logged in system user.
In the second form, doveadm(1) will iterate over all users, found in the configured user_db(s), and move or copy each user's messages, matching the given search_query, into the user's destination mailbox.
In the third form, doveadm(1) will iterate over all users, found in the given file, and move or copy each user's messages, matching the given search_query, into the user's destination mailbox.
In the fourth form, matching mails will be moved or copied only for given user(s).
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.
Move jane's messages - received in September 2011 - from her INBOX into her archive.
doveadm move -u jane Archive/2011/09 mailbox INBOX BEFORE \ 2011-10-01 SINCE 01-Sep-2011
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
2015-05-09 | Dovecot v2.3 |