Displaying 20 results from an estimated 153 matches for "mail_prefetch_count".
2015 May 04
4
imapc fetch optimization
...mbest IMAP server, altough it really kills performance, especially on high latency lines.
>>
>> I wonder: if IMAP servers can effectively handle boundless fetches (like a list with all wanted UIDs, or simply 1:* if all are needed), do you see this as a good addition to develop?
> Set mail_prefetch_count = 10 or 100 or something and it'll do larger FETCHes. The higher the value, the more memory/disk space is used for storing the received mails.
>
I'm aware of that, but it doesn't, or at least not always.
For example Thunderbird issues this:
13 UID fetch 333574:333601,333630:333801 (U...
2015 Apr 28
2
imapc fetch optimization
Hi,
imapc does a lot of UID FETCH $UID (BODY.PEEK[]), which is nice, because
it works even with the dumbest IMAP server, altough it really kills
performance, especially on high latency lines.
I wonder: if IMAP servers can effectively handle boundless fetches (like
a list with all wanted UIDs, or simply 1:* if all are needed), do you
see this as a good addition to develop?
This could be a
2019 Apr 12
0
Migrating from external server to Dovecot (doveadm sync issues)
...hen I send two mails to remote at DOMAIL.TLD (Subjects: Test1 and Test2).
Start backup remote IMAP account (remote at DOMAIN.TLD) to local account
(local at DOMAIN.TLD):
* doveadm -o imapc_user="remote at DOMAIN.TLD" -o imapc_password="PW" -o
imapc_host="localhost" -o mail_prefetch_count=20 -o
imapc_features="rfc822.size fetch-headers" backup -R -u local at DOMAIN.TLD
imapc:
(without this I often got errors such as "Error: Backend didn't update
mailbox Trash GUID" on sync runs, which seems to be an unrecoverable error).
Now the two mailboxes seem to be the...
2018 Jul 21
2
Dsync fails to connect to remote IMAP server
...migrate from an old courier IMAP server to Dovecot 2.3.1
(8e2f634). The old server uses self signed SSL certificate.
I'm using the following configuration:
imapc_host = 10.1.1.3
imapc_user = %u
imapc_features = rfc822.size fetch-headers
imapc_port = 993
imapc_ssl = imaps
imapc_ssl_verify = no
mail_prefetch_count = 20
mail_shared_explicit_inbox = no
Launching dsync with the command:
doveadm -o mail_fsync=never -o imapc_password=PASSWORD -Dv backup -R -u USER
@DOMAIN <andrzej at datatel.net> imapc:
In the output logs I get messages like below:
dsync(USER at DOMAIN): Error: imapc(10.1.1.3:993): Coul...
2015 Feb 25
2
dsync backup touch source index files.
Hi everyone,
Can someone explain me why dsync need read-write access to source box when pulling data (dsync -R backup)?
I am working on migration from Dovecot 1.x with maildir to latest
Dovecot 2.2.15 with mdbox and found that there is no way to do this
from ro filesystem (got "failed: Read-only file system" on access
to /dovecot.index.log).
I am wondering is it bug or feature?
I
2015 Nov 08
1
Dsync problems
...on between 2 dovecot servers 2.1.12 to 2.2.19 .
I've ran into some issues with dsync.
I use the following command for syncing:
doveadm -o mail_fsync=never -o imapc_host=%remote% -o
imapc_master_user=master -o imapc_password=%masterpw% -o
imapc_features="rfc822.size fetch-headers" -o mail_prefetch_count=20 -o
imapc_user=%user% backup -1 -R -u %user% imapc:
I execute a full sync first and when the mailserver are being migrated
it only would have to do incremental. The first is run is without problems.
But I find the following problem:
- Flags on current mails aren't updated. If I set message...
2014 Jun 18
1
Problem syncing mailboxes using doveadm sync
...command bellow on destination server rtying to make
keep it in sync after initialy doing doveadm backup -R
doveadm -Dv -o imapc_host=src.srv -o imapc_user=test at domain.tld
-opop3c_user=test at domain.tld -o imapc_password='pass' -o
pop3c_password='pass' -o mail_fsync=never -o mail_prefetch_count=20 sync
-f -1 -R -u test at domain.tld imapc:
Im using dovecot on both source and destination server (source is
dovecot 1.0.10 destination is 2.2.9)
Destination box is Ubuntu 14.04 LTS with dovecot installed using apt.
When i create new mail message on the serrver where i run this command
its...
2014 May 05
2
imapc with Outlook.com transfers max 22-23 messages per mailbox!?
Hi,
I'm trying to migrate a user from Outlook.com IMAP to Dovecot. I'm
using a setup similar to that on
http://wiki2.dovecot.org/Migration/Dsync:
imapc_host = imap-mail.outlook.com
imapc_user = [...]@hotmail.com
imapc_password = [...]
imapc_features = rfc822.size fetch-headers
mail_prefetch_count = 20
imapc_port = 993
imapc_ssl = imaps
imapc_ssl_verify = yes
ssl_client_ca_dir = /etc/ssl # this needs fixing on the wiki page
Here's how I sync a single mailbox, which should have a few hundred
messages in it:
% doveadm -D -v -c [...] sync -1 -R -u [...] -m Avalon imapc:
Output is at h...
2014 Jan 31
1
dsync Error: Mailbox INBOX: Save commit failed: Mailbox was deleted under us
...uration for both imap and pop).
The user in question has never connected with POP.
imap migration config:
imapc_host = 10.10.10.10
imapc_user = %u
imapc_master_user = cyrusadmin
imapc_password = blahblahblahpasswordhere
imapc_features = rfc822.size
imapc_features = $imapc_features #fetch-headers
mail_prefetch_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_mig...
2017 Feb 18
2
doveadm: Fatal: All your namespaces have a location setting
...}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
My dsync conf looks as follows :
imapc_host = old-server.example.com
imapc_user = %u
imapc_features = rfc822.size
imapc_features = $imapc_features fetch-headers
mail_prefetch_count = 20
imapc_port = 993
imapc_ssl = imaps
imapc_ssl_verify = yes
The command I'm calling is:
sudo -u my_dovecot_user doveadm -c /etc/dovecot/dsync_config.conf -o
mail_fsync=never backup -R -u user at example.com imapc:
2014 May 13
1
imapc problem
...e_format = %u
disable_plaintext_auth = no
doveadm_password = ****************
imapc_features = rfc822.size fetch-headers
imapc_host = my_old_imap_server
imapc_user = %u
lda_mailbox_autocreate = yes
listen = *
mail_gid = vmail
mail_location = maildir:~/Maildir
mail_plugins = quota notify replication
mail_prefetch_count = 20
mail_uid = vmail
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave
namespace {
hidden...
2019 Oct 08
1
ITERINDEX not showing subfolders.
...EFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@#"
default_client_limit = 1500
default_vsz_limit = 1 G
disable_plaintext_auth = no
info_log_path = /dev/null
listen = *
log_timestamp = "%Y-%m-%d %H:%M:%S "
login_trusted_networks = 10.0.10.0/24
mail_fsync = never
mail_max_userip_connections = 100
mail_prefetch_count = 10
mail_privileged_group = mail
mailbox_list_index_include_inbox = yes
mmap_disable = yes
namespace inbox {
inbox = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Me...
2014 Mar 28
1
Panic: file ostream-lzma.c: line 147: unreached. Dovecot 2.2.12 with zlib/XZ compression
...-virtual x86_64 Ubuntu 12.04.4 LTS xfs
imapc_features = rfc822.size fetch-headers
imapc_host = oldmail.domain.com
imapc_master_user = <adminuser>
imapc_password = <password>
imapc_user = %u
mail_gid = vmail
mail_location = maildir:/var/vmail/domains/%d/%1n/%n/Maildir
mail_plugins = zlib
mail_prefetch_count = 50
mail_uid = vmail
mailbox_list_index = yes
namespace inbox {
inbox = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use =...
2017 Sep 29
1
2.2.32 'doveadm replicator replicate -f' segfault
...s
disable_plaintext_auth = no
doveadm_password = # hidden, use -P to show it
first_valid_uid = 30000
imapc_features = rfc822.size fetch-headers
imapc_host = some-imap-server
imapc_user = %u
last_valid_uid = 30000
mail_location = mdbox:~/mdbox
mail_plugins = " zlib acl notify replication"
mail_prefetch_count = 20
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date index ihave duplicate mime foreverypart
e...
2020 Oct 27
2
imapsieve: setting imapsieve_url disables admin scripts
...e = yes
imapc_features = rfc822.size fetch-headers
imapc_host = imap.gmail.com
imapc_port = 993
imapc_ssl = imaps
log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_gid = vmail
mail_home = /srv/mail/domains/%d/%n
mail_location = mdbox:/srv/mail/domains/%d/%n/mdbox
mail_plugins = quota fts fts_solr
mail_prefetch_count = 20
mail_privileged_group = mail
mail_uid = vmail
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date...
2018 Jun 06
1
Shared mailboxes, index files and 'per-user-seen' flags
...r_separator = *
auth_mechanisms = plain login
auth_verbose = yes
disable_plaintext_auth = no
doveadm_password = # hidden, use -P to show it
doveadm_port = 12345
imap_max_line_length = 2 M
mail_debug = yes
mail_location = maildir:/export/home/imap/%Lu/Maildir
mail_plugins = acl zlib mail_log notify
mail_prefetch_count = 1
mailbox_idle_check_interval = 10 secs
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date index...
2019 Jun 25
2
Emails not visible after renaming folders
...ail
mail_debug = yes
mail_fsync = never
mail_gid = 97
mail_location =
mdbox:~/mail/mailboxes:FULLDIRNAME=mBoX-MeSsAgEs:INDEX=~/mail/index:CONTROL=~/mail/control:INBOX=~/mail/mailboxes/inbox
mail_log_prefix = "%{session} %Us(%u): "
mail_max_lock_timeout = 30 secs
mail_plugins = quota zlib
mail_prefetch_count = 20
mail_privileged_group = mail
mail_uid = 97
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables enotify environment
mailbox date index i...
2019 Apr 11
2
auth-worker unknown user
...# hidden, use -P to show it
first_valid_uid = 471
imapc_features = rfc822.size fetch-headers
imapc_host = foobar.example.com
imapc_password = # hidden, use -P to show it
imapc_port = 993
imapc_ssl = imaps
imapc_user = %u
mail_location = maildir:~/Maildir
mail_plugin_dir = /usr/lib64/dovecot/modules
mail_prefetch_count = 20
mailbox_list_index = yes
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body environment mailbox date ihave enotify
namespace inbo...
2015 Jan 20
0
Help backup mails from one dovecot server to another dovecot server
...reate = yes
lda_mailbox_autosubscribe = yes
listen = 0.0.0.0
log_path = /var/log/dovecot/dovecot-err.log
log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_fsync = never
mail_gid = 89
mail_location = maildir:~/Maildir:INDEX=/mnt/ramdisk/%u
mail_plugins = " notify zlib quota fts fts_solr"
mail_prefetch_count = 20
mail_uid = 89
mailbox_list_index = yes
maildir_very_dirty_syncs = yes
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotif...
2019 Jun 26
2
Emails not visible after renaming folders
...>> mail_location =
>> mdbox:~/mail/mailboxes:FULLDIRNAME=mBoX-MeSsAgEs:INDEX=~/mail/index:CONTROL=~/mail/control:INBOX=~/mail/mailboxes/inbox
>> mail_log_prefix = "%{session} %Us(%u): "
>> mail_max_lock_timeout = 30 secs
>> mail_plugins = quota? zlib
>> mail_prefetch_count = 20
>> mail_privileged_group = mail
>> mail_uid = 97
>> managesieve_notify_capability = mailto
>> managesieve_sieve_capability = fileinto reject envelope
>> encoded-character vacation subaddress comparator-i;ascii-numeric
>> relational regex imap4flags copy incl...