search for: imapc_list_prefix

Displaying 20 results from an estimated 57 matches for "imapc_list_prefix".

2016 Jan 06
3
Mapping of INBOX.INBOX breaks imapc_list_prefix=INBOX?
We're running a huge imapc-Migration from an old Courier-IMAP to Dovecot. Courier always uses "INBOX."-prefix for his folders, so we set namespace inbox { [...] separator = . prefix = INBOX. [...] } on our new Dovecot 2.2.20 system. And also we added: imapc_list_prefix=INBOX to avoid the dublication of the INBOX prefix. At the end, doveadm/dsync/imapc see "INBOX.Virus", adds his Prefix, has "INBOX.INBOX.Virus", deletes his imapc_list_prefix and the end we have "INBOX.Virus" again which is identical to the source folder from Courier...
2018 May 13
2
dsync migration from maildir layout=fs to maildir seperator / - folders or inbox but not both
...ent server specifies mail_location as maildir:/var/vmail/%d/%n/Maildir:LAYOUT=fs and my imapc config on new server is as follows ... imapc_host = old.mailserver.host imapc_user = %u imapc_master_user = master imapc_password = ********** imapc_features = $imapc_features rfc822.size fetch-headers imapc_list_prefix = INBOX imapc_port = 993 imapc_ssl = imaps imapc_ssl_verify = no the trouble is if I leave imapc_list_prefix = INBOX I get the inbox only - no folders ... If I comment this out delete maildir on target and re-run .. I get the folders but no inbox but folders are in fs layout format rather than...
2014 Jan 07
1
Assertion failed with imapc after upgrading Dovecot from 2.1.7 to 2.2.9
...kage Dovecot in version 2.2.9 but an assertion is thrown : dovecot: imap(xxx): Panic: file imapc-list.c: line 499 (imapc_list_delete_unused_indexes): assertion failed: (strncmp(vname, fs_list->ns->prefix, fs_list->ns->prefix_len) == 0) I have checked source code and have seen that if *imapc_list_prefix* is not set, assertion will not be "walked". It's works but special inbox aren't detected correctly in email clients. If I understand the meaning of *vname* variable, it is because our Courier IMAP send us "INBOX" which is the value of my *imapc_list_prefix* and thus, as...
2018 May 13
1
dsync migration from maildir layout=fs to maildir seperator / - folders or inbox but not both
...lt;matt at the-bryants.net> wrote: > > Sigh ... ok so had if statement in SQL land that appended LAYOUT=fs if Maildir which explains the non-converting folder layout but NOT why the process is not picking up the actual contents of INBOX ... > Try setting imapc_prefix=INBOX instead of imapc_list_prefix. Sami
2018 May 13
0
dsync migration from maildir layout=fs to maildir seperator / - folders or inbox but not both
...ldir:/var/vmail/%d/%n/Maildir:LAYOUT=fs > > and my imapc config on new server is as follows ... > > imapc_host = old.mailserver.host > imapc_user = %u > imapc_master_user = master > imapc_password = ********** > imapc_features = $imapc_features rfc822.size fetch-headers > imapc_list_prefix = INBOX > imapc_port = 993 > imapc_ssl = imaps > imapc_ssl_verify = no > > the trouble is if I leave > > imapc_list_prefix = INBOX > > I get the inbox only - no folders ... If I comment this out delete > maildir on target and re-run .. I get the folders but no inbox b...
2012 Aug 09
1
dsync \noselect on INBOX.INBOX skips sync of INBOX
...oselect) "." "INBOX.INBOX" * LIST () "." "INBOX.Jokes" * LIST () "." "INBOX.Payslips" * LIST () "." "INBOX.Personal" When we run dsync it skips the INBOX presumably because of the Noselect on INBOX.INBOX. and the "imapc_list_prefix = INBOX" setting. Regards, Nikolai.
2012 May 29
2
v2.1.7 released
http://dovecot.org/releases/2.1/dovecot-2.1.7.tar.gz http://dovecot.org/releases/2.1/dovecot-2.1.7.tar.gz.sig * Session ID is now included by default in auth and login process log lines. It can be added to mail processes also by adding %{session} to mail_log_prefix. + Added ssl_require_crl setting, which specifies if CRL check must be successful when verifying client certificates. +
2012 May 29
2
v2.1.7 released
http://dovecot.org/releases/2.1/dovecot-2.1.7.tar.gz http://dovecot.org/releases/2.1/dovecot-2.1.7.tar.gz.sig * Session ID is now included by default in auth and login process log lines. It can be added to mail processes also by adding %{session} to mail_log_prefix. + Added ssl_require_crl setting, which specifies if CRL check must be successful when verifying client certificates. +
2013 Apr 23
3
Using dsync to export mail to remote IMAP account
...s mailutil -- it works, but it's dreadfully slow.) As a first crack at it, I tried (on the dovecot server) dsync -o imapc_user=remoteuser -o imapc_password=remotepassword -o imapc_host=remote-imap-server -o imapc_port=993 -o imapc_ssl=imaps -o imapc_features=rfc822.size -o imapc_list_prefix=remoteprefix -o mailbox_list_index=no backup -f -u localuser imapc: I got this error: dsync(localuser): Error: user localuser: Initialization failed: Namespace '': Unknown mail storage driver imapc dsync(localuser): Fatal: User init failed Is exporting mail to a remote (non-...
2013 Jan 17
1
dovecot nightly 20130117: dsync does returns "Name or service not known"
Hello. I have this settings of imapc: # doveconf -a | grep imapc imapc_features = imapc_host = imapc_list_prefix = imapc_master_user = imapc_max_idle_time = 29 mins imapc_password = imapc_port = 143 imapc_rawlog_dir = imapc_ssl = no imapc_ssl_ca_dir = imapc_ssl_verify = yes imapc_user = %u and try to sync mailbox on old server and new one: $ dsync -o imapc_user="user at example.org" -o imapc_pass...
2016 Dec 07
2
Dovecot migration via dsync : mail_location problem (INBOX) ?
Hello, I'm trying to migrate mail accounts from an old dovecot 1.0.15 to a new dovecot 2.2.26. I've set up a master-user on old dovecot, and I run dsync on new server, like this : # doveadm -D -o mail_fsync=never sync -R -u user at domain.tld imapc: my user at domain.tld looks like this (on the new server): # doveadm user user at domain.tld field value uid 2000 gid 2000 home
2014 Dec 05
0
doveadm backup gmail using imapc
...ecot 2.2.10 using the following config: imapc_host = 64.233.171.108 imapc_user = %u imapc_master_user = master imapc_password = secret imapc_features = rfc822.size imapc_features = $imapc_features fetch-headers mail_prefetch_count = 20 # If the old IMAP server uses INBOX. namespace prefix, set: #imapc_list_prefix = INBOX # for SSL: imapc_port = 993 imapc_ssl = imaps #imapc_ssl_ca_dir = /etc/ssl imapc_ssl_verify = no And the doveadm command: doveadm -D -o imapc_user=test at domain.tld -o imapc_password=password backup -R -x '\All' -x '\Flagged' -x '\Important' -u test at domain.tl...
2015 Jan 07
0
imapc only backing up INBOX
...c822.size # If you have Dovecot v2.2.8+ you may get a significant performance improvement with fetch-headers: imapc_features = $imapc_features fetch-headers # Read multiple mails in parallel, improves performance mail_prefetch_count = 20 # If the old IMAP server uses INBOX. namespace prefix, set: imapc_list_prefix = Gmail # for SSL: imapc_port = 993 imapc_ssl = imaps #imapc_ssl_ca_dir = /etc/ssl imapc_ssl_verify = no And the doveadm command I am running: doveadm -D -o imapc_user=$username -o imapc_password=$escaped_password backup -R -x '\All' -x '\Flagged' -x '\Important' -u $use...
2015 Mar 01
0
dsync panic
As per <http://wiki2.dovecot.org/Migration/Dsync>, I'm running the following command on a local dovecot server to replicate email for a single user from a remote IMAP server: doveadm -D \ -o imapc_host=remote.imap.server \ -o imapc_user=gcr \ -o imapc_password=XXXXXXXX \ -o imapc_list_prefix=IMAP \ -o imapc_features="rfc822.size fetch-headers" \ -o mail_prefetch_count=20 \ -o mail_fsync=never \ backup -R -u gcr imapc: This runs fine for a while and successfully copies quite a lot of mail, but always aborts before completion with the following error: dsync(gcr): Pan...
2016 Dec 07
0
Dovecot migration via dsync : mail_location problem (INBOX) ?
...ompatibility and add "-n <namespace>" in sync command, without success > - modify the mail_location for the user, tried to add LAYOUT=fs, INBOX=<folder>, ... without success. > > Can anybody help me with that please ? > you can try setting imapc_prefix=INBOX and imapc_list_prefix=INBOX or maybe ?INBOX.' Sami
2012 Apr 13
1
imapc / namespace question
Hi, I've got two questions regarding imapc and namespaces: 1) Is there a way of stating, that I only want part of the hierarchy on the end of an imapc connection to be available here? My "problem": On the other end the layout is: INBOX.Shared.{some,nice,folders} If I mirror this into my dovecot hierarchy with prefix "Gemeinsam" I get the following folder structure:
2013 Jan 03
0
Migration Problem UW-IMAP to Dovecot Maildir
...up -R -u $1 at caps.fsu.edu imapc: with this dovecot.conf: # 2.1.10: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 3.0.13-0.27-pae i686 SUSE Linux Enterprise Server 11 (i586) ext3 auth_mechanisms = plain login disable_plaintext_auth = no imapc_features = rfc822.size imapc_host = p1.caps.fsu.edu imapc_list_prefix = INBOX listen = * mail_location = maildir:/var/vmail/%d/%n/Maildir namespace { hidden = yes list = no location = pop3c: prefix = POP3-MIGRATION-NS/ } namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use =...
2013 Nov 25
1
Problem with Thunderbird and mailbox with SPECIAL-USE flag
Hi ! I have an old Courier IMAP and in front of it, I have put a proxy cache with the great Dovecot. SOGo webmail is connected to the proxy and works great (very very more fast) but I have a problem with Thunderbird : mailbox with ? SPECIAL USE ? aren't automatically detected. To make that works, I must : - in Dovecot : define the namespace inbox : ? prefix = ? and ? separator = . ? - in
2016 Dec 19
0
Problem with default_process_limit max 200
...uth_verbose = yes debug_log_path = /var/log/dovecot.debug default_process_limit = 200 dict { expire = mysql:/etc/dovecot/dovecot-dict-expire.conf.ext } disable_plaintext_auth = no first_valid_gid = 5000 first_valid_uid = 3000 imapc_features = rfc822.size fetch-headers imapc_host = mail.marche.be imapc_list_prefix = INBOX imapc_master_user = cyrus imapc_password = homer imapc_user = dherman info_log_path = /var/log/dovecot.log last_valid_gid = 5000 log_path = /var/log/dovecot.log mail_gid = 5000 mail_location = maildir:~/Maildir:LAYOUT=fs mail_plugins = " expire quota" mail_prefetch_count = 20 mail...
2014 Aug 22
1
LMTP and passdb deny=yes not working
...project http://sat.mur.at/ -------------- next part -------------- # 2.2.13: /etc/dovecot/dovecot.conf # OS: Linux 3.14-1-amd64 x86_64 Debian jessie/sid btrfs auth_verbose = yes disable_plaintext_auth = no imapc_features = rfc822.size fetch-headers imapc_host = hornet.mur.at imapc_list_prefix = INBOX imapc_master_user = cyrus imapc_password = secret imapc_port = 993 imapc_ssl = imaps imapc_ssl_verify = no imapc_user = %u lmtp_proxy = yes lmtp_save_to_detail_mailbox = yes login_greeting = Dovecot is spitze! mail_location = maildir:/srv/vmail/%n/Maildir mail_plugins = acl mail_prefetch_co...