DOVEADM-IMPORT(1) | Dovecot | DOVEADM-IMPORT(1) |
doveadm-import - Import messages matching given search query
doveadm [-Dv] import [-S
socket_path] [-U source_user] [-s]
source_location dest_parent search_query
doveadm [-Dv] import [-S socket_path]
[-U source_user] [-s] -A source_location
dest_parent search_query
doveadm [-Dv] import [-S socket_path]
[-s] -F file source_location dest_parent search_query
doveadm [-Dv] import [-S socket_path]
[-U source_user] [-s] -u user source_location
dest_parent search_query
This command can be used to import mails from another mail storage specified by source_location to one or more user's mailboxes. All the mailboxes are imported under the given dest_parent mailbox, or to root level if dest_parent is empty (""). The search_query can be used to restrict which mailboxes or messages are imported. By default the import is done in destination user's context, you can use -U to change this.
In the first form, doveadm(1) will executed the import action with the environment of the logged in system user.
In the second form, the mails will be imported for all users.
In the third form, the mails will be imported for all users listed in the given file.
In the fourth form, the mails will be imported 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.
This example imports all mails from a backup under a backup-20101026 mailbox:
doveadm import -u jane.doe@example.org \ mdbox:/backup/20101026/jane.doe/mdbox backup-20101026 all
Another example that imports only messages from foo@example.org in the backup mdbox's INBOX to jane's INBOX:
doveadm import -u jane.doe@example.org \ mdbox:~/mdbox-backup "" mailbox INBOX from foo@example.org
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
doveadm(1), doveadm-fetch(1), doveadm-search(1), doveadm-search-query(7)
2015-08-09 | Dovecot v2.3 |