similar to: only inbox folder after courier-imap migration

Displaying 20 results from an estimated 10000 matches similar to: "only inbox folder after courier-imap migration"

2014 Oct 11
0
courier-imap to dovecot
Hello! I am here since my boxes (40000 emails in folders) are not usable with roundcube and courier-imap. Server is core 2 quad, 4GB RAM and 1TB HD. Which are steps for migration for about 40 Maildir boxes to dovecot? -- Saludos!! Luciano Andino GNU/Linux user #185103 Santa Fe - Argentina -----------------------------------------------
2014 Oct 16
1
ssd for /home
Hi, I am thinking to change sata disk for /home and I want to know if change to a SSD hd, is a good option. I have 30-40 accounts with 30-50K email in boxes. -- Saludos!! Luciano Andino GNU/Linux user #185103 Santa Fe - Argentina -----------------------------------------------
2008 Nov 14
1
Epicalc package
Dear R-friends, ? I am using the epicalc package and the manual by V. Chongsuvivatwong "Analysis of epidemiological data using R and Epicalc" to get the hang of some basic epidemiological analyses.??? ? After running all the analyses of chapter 7, one is supposed to wrap it up by saving the data writing: ? ? > save(.data, file = "Chapter7.Rdata") ? ...?after writing the
2009 Mar 27
2
courier-dovecot-migrate.pl issue
Hi, I'm testing migration from courier to courier-0.57.0 to dovecot-imap-1.1.12 on a debian/sid box. When running the migration script, non of the active users' "courierimapsubscribed" and "courierimapuiddb" files seem to be detected: ZENON:~# ./courier-dovecot-migrate.pl --to-dovecot --recursive /home Testing conversion to Dovecot format Finding maildirs under
2010 Feb 16
1
Courier->Dovecot Migration Issue
For testing purposes, on a small set of users, we've run the courier-dovecot-migrate.pl script. We are converting from Courier 0.43 to Dovecot 1.2.9. For the most part, things seem to be ok. However, an iPhone IMAP client user is reporting a problem where some of her messages don't show up. Even stranger is the fact that these same messages do appear when using Outlook 2k7 for
2013 Oct 25
1
UIDL conversion courier -> dovecot
I've got a weird split setup where POP3 is currently handled by Courier (courier-imap-3.0.2 distribution), and IMAP is currently handled by the RHEL 5 version of Dovecot (1.0.7) I'm trying to figure out a way to convert the POP3 UIDLs (in cases where the courierpop3dsizelist is newer than dovecot-uidlist, at least) to something that Dovecot will read, or to configure Dovecot's pop3 to
2015 Aug 10
0
PATCH for Stephan: Re: pigeonhole/lda accessing -m folder
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 10 Aug 2015, matthias lay wrote: Hi Matthias, there is another possibility: require ["fileinto", "variables", "subaddress", "envelope"]; if envelope :detail :matches "to" "*" { set "myfolder" "${1}"; } else { set "myfolder"
2007 Mar 20
1
The perfect Courier -> Dovecot conversion tool
I've tested this only with a test user. http://dovecot.org/tools/courier-dovecot-migrate.pl http://wiki.dovecot.org/Migration/Courier # Migrate Courier IMAP (any version) and Courier POP3 (v0.43+) to Dovecot v1.0 # by Timo Sirainen. This is public domain. # Usage: [--quiet] [--convert] [--overwrite] [--recursive] [<conversion path>] # --quiet: Print only errors # --convert: Do
2006 Nov 01
1
How to rsync only specified subdirectories in the source folder?
Hi all, For example,if there is ten subdirectories named sub1~sub10(each including subdirectories and files too),and file1~file10,how can I rsync only sub2 and sub 3 to the target? /---- MyFolder |---------- sub1 |---------- sub2 |---------- sub3 |---------- sub4 |---------- sub5 |---------- sub6 |---------- sub7 |---------- sub8 |---------- sub9
2005 Apr 30
3
Migrating from courier-imap to dovecot
Hello Gang, I am new to dovecot and the only reason (so far) I would like to use dovecot, and in production with 12k+ users, is the fact that it's supposed to be faster and less of a resource hog. Now, sometimes I am really good at reading the documentations but it sometimes happens that one overlooks something. I did read the migration notes three times! My users are in /etc/passwd and I
2012 Feb 27
2
[PATCH] Pop3 order in courier migration script
Hi, I found a problem in the courier conversion script (courier-dovecot-migrate.pl). In some cases, it does not correctly preserve the order of POP3 UIDLs. Consider the following case, when courierpop3dsizelist contains: /2 9000 1327481629 AAA1:2,S 10000 21:1327481629 AAA2:2,S 10000 22:1327481629 AAA3:2,S 10000 23:1327481629 AAA4:2,S 10000 24:1327481629 AAA5:2,S 10000 25:1327481629 BBB11:2,S
2009 Jan 31
2
Strange behaviour with rsync and mounted truecrypt volume
Hello, when i mount a truecrpyt volume with truecrypt 5.1a and synchronize data locally with rsync (version 2.6.9 protocol version 29) like this way: $ truecrypt myvolume.tc $ rsync -av /home/oliver/myfolder /media/truecrypt The myfolder is copied to /media/truecrypt like it should. But when i dismount the truecrypt volume and mount it again: $ truecrypt -d /media/truecrypt $ truecrypt
2005 Nov 16
1
update R packages in local repos
I try to update R packages via my local repository. I put all R packages in g:/myFolder/myRepository, I do like > library(tools) > write_PACKAGES("g:/myFolder/myRepository") > options(repos=c(LocalR="file://g:/myFolder/myRepository")) > getOption("repos") LocalR "file://g:/myFolder/myRepository" >
2012 Feb 24
1
Maildir migration: Courier-imap 4.4.3 to Dovecot 1.2.
Hi all. I am currently gathering information about migration of Maildir/ structures from Courier to Dovecot. What do you think about http://wiki.dovecot.org/Migration/Courier ? For each courier Maildir account I want to use http://www.dovecot.org/tools/courier-dovecot-migrate.pl to produce dovecot-uidlist file mv courierimapsubscribed subscriptions sed sed -i 's/INBOX\.//' subscriptions
2012 Apr 03
1
Courier to Dovecot migration script issue
Hi! Forgive my bad English. I trying to migrate to Dovecot 2.0.18 from Courier 4.10. I using a script 'courier-dovecot-migrate.pl' from oficial wiki - it works without errors and creating dovecot-uidlist, etc. . I running Dovecot on a different port: 11149. When I connecting to port 11149 from Thunderbird, all my message headers are reloading. Please help me to solve this issue. Best
2011 Aug 14
1
migration from courier to dovecot
hi all I have a problem with the conversion of files containing UIDL Courier to dovecot uidl , dovecot version is 1.2.15 , format in dovecot is pop3_uidl_format = %08Xu%08Xv i try any other from available list without success courierpop3dsizelist format /2 920 1290084761 1296206202.H818256P31717.domain.tld,S=57135:2,S 57679 87:1290084761 1296239411.H289216P22896.domain.tld,S=1660:2,S 1694
2009 Oct 19
2
Can't use string ("0") as a HASH ref while "strict refs" in use at /usr/local/sbin/courier-dovecot-migrate.pl line 300.
Hello, I need to migrate from courier-imap to dovecot. I'm trying to use courier-dovecot-migrate.pl to migrate the users' maildirs but I'm getting these messages: --- # courier-dovecot-migrate.pl --to-dovecot --recursive mydomain.com Testing conversion to Dovecot format Finding maildirs under mydomain.com mydomain.com/contact/./Maildir: No imap/pop3 uidlist files
2011 Nov 17
0
Network initialization failed
Hi, I successfully installed wine 1.2.3 on Debian squeeze amd64. Preliminary tests are fine. I use a ~/.wine/dosdevices/unc/myserver/myfolder linked to a smbmout in /home/myfolder to emulate a windows network share. I can launch "wine notepad '\\myserver\myfolder\test.txt' ", edit it and save the changes; so the permission seems right. I want to use an old app who needs to
2008 Nov 12
4
Courier->dovecot migration script
HI All, We have the latest Dovecot 1.1.6 running and I need to migrate some POP3 users over from Courier to Dovecot and would need to convert the courierpop3dsizelist to maintain the UIDs. I just need to confirm that the script (http://www.dovecot.org/tools/courier-dovecot-migrate.pl) only works for Dovecot v1.0 and not for v1.1? As the dovecout-uidlist file that is created (by the script) is not
2007 Sep 24
3
Mixed Courier POP3 and Dovecot IMAP environment
Hi, Currently we support Courier POP and IMAP for all our users (users can use IMAP as well as POP at the same time). We are thinking about moving to Dovecot; but first moving away from Courier IMAP to Dovecot IMAP (and maybe later also move to Dovecot POP). This would create a mixed environment; after some research I have the following questions. To not break POP3 Courier and still be