Displaying 3 results from an estimated 3 matches for "pop3_migration_ignore_missing_uidl".
Did you mean:
pop3_migration_ignore_missing_uidls
2020 Aug 19
0
pop3_migration plugin
...-local (xxxxxxx) <yIAgHZtVPF85HwAA9osHUQ>: Error: pop3_migration:
8044 POP3 messages have no matching IMAP messages (first POP3 msg 1 UIDL
UID33550-1353000352) - all IMAP messages were found (POP3 may contain
more than IMAP to INBOX - you may want set pop3_migration_all_mailboxes
= yes) - set pop3_migration_ignore_missing_uidls = yes or
pop3_migration_ignore_extra_uidls = yes to continue anyway
The mailboxes obviously have at least the "Sent", "Trash" and "Drafts"
mailboxes.
What should I do? Where can I find documentation of the pop3_migration
plugin?
Thanks,
Andrea
--
________________...
2016 Dec 06
2
Dovecot: Mails flagged as read get flagged as unread
...}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix = INBOX.
separator = .
}
passdb {
args = /etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
plugin {
gzip_save_level = 6
pop3_migration_ignore_missing_uidls = yes
pop3_migration_mailbox = POP3-MIGRATION-NS/INBOX
sieve = file:~/sieve;active=~/.dovecot.sieve
zlib_save = gz
}
pop3c_host = mail-direct.company.org
pop3c_password = # hidden, use -P to show it
protocols = imap pop3 lmtp
service imap-login {
inet_listener imap_haproxy {
address =...
2016 Jul 10
3
Panic: file mdbox-save.c: line 337: unreached
...result_internalfail = continue-fail
result_success = continue-ok
skip = authenticated
}
passdb {
args = /etc/dovecot/dovecot-ldap-new.conf.ext
driver = ldap
result_failure = return-fail
result_internalfail = return-fail
result_success = continue-ok
skip = authenticated
}
plugin {
pop3_migration_ignore_missing_uidls = yes
pop3_migration_mailbox = POP3-MIGRATION-NS/INBOX
quota = dict:User quota:noenforcing:file:%h/dovecot-quota
quota_status_nouser = DUNNO
quota_status_overquota = 552 5.5.2 Mailbox is full
quota_status_success = DUNNO
quota_warning = storage=99%% quota-warning 99 %u
quota_warning2...