Displaying 20 results from an estimated 37 matches for "pop3_migration".
2020 Aug 19
0
pop3_migration plugin
...are used in both POP3 and IMAP.
I followed this guide https://wiki.dovecot.org/Migration/Dsync
In the log I find these messages, which are generated by the server
independently without issuing the command "doveadm backup ..."
dsync-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_ext...
2012 Aug 03
1
dsync and pop3 migration plugin fails for large inbox due to idle timeout
...ut setting.
When the UIDL sync occurs dsync produces the following errors (because the connection has been lost due to the POP3 server's inactivity timeout):
dsync(first.last at test.co.nz): Error: pop3c(pop3.test.com): Server disconnected unexpectedly
dsync(first.last at test.co.nz): Error: pop3_migration: Failed to get header for msg 13: Disconnected
dsync(first.last at test.co.nz): Error: pop3_migration: Failed to get header for msg 14: Disconnected
dsync(first.last at test.co.nz): Error: pop3_migration: Failed to get header for msg 15: Disconnected
dsync(first.last at test.co.nz): Error: pop3_mig...
2012 Aug 23
1
pop3 migration
...ss
dsync(info at istan.cz): Debug: pop3c(mail.stable.cz): Connecting to 88.86.120.212:110
dsync(info at istan.cz): Debug: pop3c(mail.stable.cz): Authenticating as info at istan.cz
dsync(info at istan.cz): Error: pop3c(mail.stable.cz): Server disconnected unexpectedly
dsync(info at istan.cz): Error: pop3_migration: Failed to get header for msg 1:
Disconnected
dsync(info at istan.cz): Error: pop3_migration: Failed to get header for msg 2:
Disconnected
dsync(info at istan.cz): Error: pop3_migration: Failed to get header for msg 3:
Disconnected
dsync(info at istan.cz): Error: pop3_migration: Failed to get heade...
2019 Mar 28
2
Mitigation / disable FTS and pop3-uidl plugin was Re: CVE-2019-7524: Buffer overflow when reading extension header from dovecot index files
...v>
<br>
</div>
<div>
Regards,
</div>
<div>
<br>
</div>
<div>
KAM
</div>
</blockquote>
<div>
<br>
</div>
<div>
check for fts in mail_plugins. pop3-uidl is used by pop3_migration plugin.
</div>
<div class="io-ox-signature">
<pre>---
Aki Tuomi</pre>
</div>
</body>
</html>
2014 Feb 11
4
v2.2.11 released
...ervers' bugs (MS Exchange 2013 especially).
+ Added %{auth_user}, %{auth_username} and %{auth_domain} variables.
See http://wiki2.dovecot.org/Variables for details.
+ Added support for LZ4 compression.
+ stats: Track also wall clock time for commands.
+ pop3_migration plugin improvements to try harder to match the UIDLs
correctly.
- imap: SEARCH/SORT PARTIAL reponses may have been too large.
- doveadm backup: Fixed assert-crash when syncing mailbox deletion.
2014 Feb 11
4
v2.2.11 released
...ervers' bugs (MS Exchange 2013 especially).
+ Added %{auth_user}, %{auth_username} and %{auth_domain} variables.
See http://wiki2.dovecot.org/Variables for details.
+ Added support for LZ4 compression.
+ stats: Track also wall clock time for commands.
+ pop3_migration plugin improvements to try harder to match the UIDLs
correctly.
- imap: SEARCH/SORT PARTIAL reponses may have been too large.
- doveadm backup: Fixed assert-crash when syncing mailbox deletion.
2013 Jan 29
2
doveadm migration: Warning: I/O leak
This seems to be happening only when using the pop3c plugin. Any advice?
root at imap01:/etc/dovecot# doveadm -D -o imapc_user=chat_logs at xxxxxx.com
-o 'imapc_password=*******' -o pop3c_user=chat_logs at xxxxxx.com -o
'pop3c_password=*****' backup -u chat_logs at xxxxxx.com -R imapc:
doveadm(root): Debug: Loading modules from directory:
/usr/lib/dovecot/modules
doveadm(root):
2014 Jan 31
1
dsync Error: Mailbox INBOX: Save commit failed: Mailbox was deleted under us
...ch_count = 20
pop configuration:
pop3c_host = pop.example.com
pop3c_user = %u
pop3c_master_user = cyrusadmin
pop3c_password = blahblahblahpasswordhere
namespace {
prefix = POP3-MIGRATION-NS/
location = pop3c:
list = no
hidden = yes
}
protocol doveadm {
mail_plugins = $mail_plugins pop3_migration
}
plugin {
pop3_migration_mailbox = POP3-MIGRATION-NS/INBOX
}
Thanks in advance for any pointers on this!
/Alan
2019 Sep 25
2
Dovecot UIDs and POP.
On 25.09.19 12:29, Sami Ketola via dovecot wrote:
>
>
>> On 25 Sep 2019, at 4.52, Plutocrat via dovecot <dovecot at dovecot.org> wrote:
>>
>> On 24/09/2019 10:14 PM, @lbutlr via dovecot wrote:
>>> Did the target machine already have the user setup? I think dsync wants to sync mailboxes between configured and working servers with users already defined.
2019 Jul 26
2
doveadm migration to server with no root access
...pop3c_host = dedi225.jnb3.host-h.net
pop3c_user = test at propertyzone.co.za
pop3c_password = *****
namespace inbox {
inbox = yes
}
namespace {
prefix = POP3-MIGRATION-NS/
location = pop3c:
list = no
hidden = yes
}
protocol doveadm {
mail_plugins = $mail_plugins pop3_migration
}
plugin {
pop3_migration_mailbox = POP3-MIGRATION-NS/INBOX
--
Sent from: http://dovecot.2317879.n4.nabble.com/
2012 May 24
1
dsync migration with preserving pop3 uidl
...nable to migrate pop3 uidls from
originating server, probably is something wrong with configuration, but I don't
know what. The only documentation i found is on the wiki:
http://wiki2.dovecot.org/Migration/Dsync where is bad writen mail_plugins =
pop3-migration, i corrected it to mail_plugins = pop3_migration, but it still
didn't work, here is my configuration:
dovecot --version
2.1.5
dovecot -n
# 2.1.5: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-220.13.1.el6.centos.plus.x86_64 x86_64 CentOS release 6.2 (Final)
auth_mechanisms = PLAIN LOGIN
dict {
acl = mysql:/etc/dovecot/dovecot-share-folder....
2015 Oct 12
2
fts solr ignores new mailboxes until fts rescan
....conf.ext
? driver = sql
}
passdb {
? args = /etc/dovecot/conf.d/dovecot-sqlSSO.conf.ext
? driver = sql
}
plugin {
? fts = solr
? fts_solr = url=http://%n.%1n.solr.csia:8983/solr/
? mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename
? mail_log_fields = uid box msgid size
? pop3_migration_mailbox = INBOX
? quota = dict:User quota::file:/SYSTEM/USERS/homes/%d/%1u/%u/%u.quota
? quota_rule = *:storage=7000M
? quota_rule2 = Trash:storage=+100M
? quota_warning = storage=95%% quota-warning 95 %u
? quota_warning2 = storage=80%% quota-warning 80 %u
? sieve = /SYSTEM/USERS/mailbox/%d/%1n/%u/...
2016 Apr 04
3
Migrating from Olde server to Dovecot
...er_mbox/hendrikv
dsync(hendrikv at tcmvpn.co.za): Error: pop3c(196.26.136.162): AUTH PLAIN
failed: -ERR Invalid command, try one of: USER name, PASS string, APOP name
digest, QUIT
dsync(hendrikv at tcmvpn.co.za): Error: pop3c: Disconnected from remote server
dsync(hendrikv at tcmvpn.co.za): Error: pop3_migration: Couldn't sync mailbox
POP3-MIGRATION-NS/INBOX: Internal error occurred. Refer to server log for
more information. [2016-04-04 08:27:01]
dsync(hendrikv at tcmvpn.co.za): Error: Mailbox INBOX: Remote didn't send mail
GUID=ddbe5c71e58919cfe2a40905bced091d (UID=3054)
dsync(hendrikv at tcmvpn.c...
2015 Apr 29
1
lda and lmtp error after upgrading dovecot
...ver = sql
}
passdb {
args = /etc/dovecot/conf.d/dovecot-sqlSSO.conf.ext
driver = sql
}
plugin {
fts = solr
fts_solr = break-imap-search url=http://147.162.10.96:8983/solr/
mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename
mail_log_fields = uid box msgid size
pop3_migration_mailbox = INBOX
quota = dict:User quota::file:/SYSTEM/USERS/homes/%d/%1u/%u/%u.quota
quota_rule = *:storage=1100M
quota_rule2 = Trash:storage=+100M
quota_warning = storage=95%% quota-warning 95 %u
quota_warning2 = storage=80%% quota-warning 80 %u
sieve = ~/.dovecot.sieve
sieve_dir = ~...
2019 Mar 28
0
Mitigation / disable FTS and pop3-uidl plugin was Re: CVE-2019-7524: Buffer overflow when reading extension header from dovecot index files
On 3/28/2019 10:40 AM, Aki Tuomi wrote:
>
> check for fts in mail_plugins. pop3-uidl is used by pop3_migration
> plugin.
Sorry if I'm dense but can you be more specific?? Are you talking about
checking conf files or binary files??
For example, does the existence of
/usr/local/lib/dovecot/lib20_fts_plugin.so imply an exploitable situation??
Are their settings in a conf file that disable those plugi...
2019 Jul 26
0
doveadm migration to server with no root access
...et
> pop3c_user = test at propertyzone.co.za
> pop3c_password = *****
> namespace inbox {
> inbox = yes
> }
> namespace {
> prefix = POP3-MIGRATION-NS/
> location = pop3c:
> list = no
> hidden = yes
> }
> protocol doveadm {
> mail_plugins = $mail_plugins pop3_migration
> }
> plugin {
> pop3_migration_mailbox = POP3-MIGRATION-NS/INBOX
>
>
>
>
>
> --
> Sent from: http://dovecot.2317879.n4.nabble.com/
2019 Sep 25
0
Dovecot UIDs and POP.
...a very old version with no dsync (we're
> talking dovecot 1.x.x).
>
> Any ideas?
>
Native doveadm protocol between two major versions might not be compatible so I would not use that.
What I would do in your case is to use imapc connector to pull the emails with dovecot dsync and pop3_migration -plugin
to fetch the POP3 UIDLs from the old server over pop3 connection.
https://wiki2.dovecot.org/Migration/Dsync
Sami
2011 Dec 12
2
Prevent re-download mails
Hi,
today we have a problem our mail server about user accounts. (something
about prefetch) anyway i corrected, but some clients re-download emails
again.
how can i stop this .I've read about some forums about UIDVALIDITY ?
is it posibble prevent clients redownload emails with pop3 ?
thanks in advance.
--
Sel?uk YAZAR
2013 Jun 13
1
IMAPC feature description
Hi,
I couldn't find any decent documentation about the IMAPC feature.
Could someone please explain the purpose of this feature?
In particular, what are the differences between IMAPC and reverse proxying?
Thanks.
2014 Feb 12
0
one 2.2.11 POP3 thread is enough
...ange 2013 especially).
> + Added %{auth_user}, %{auth_username} and %{auth_domain} variables.
> See http://wiki2.dovecot.org/Variables for details.
> + Added support for LZ4 compression.
> + stats: Track also wall clock time for commands.
> + pop3_migration plugin improvements to try harder to match the UIDLs
> correctly.
> - imap: SEARCH/SORT PARTIAL reponses may have been too large.
> - doveadm backup: Fixed assert-crash when syncing mailbox deletion.
pop3 keeps crashing with a sigsegv in that version. Gotta go ba...