Re: [Dovecot] Courier migration and vpopmail with dovecot-lda

2013-09-26 Thread Charles Sprickman
On Sep 19, 2013, at 4:59 AM, Anton Lundin wrote: > On 18 September, 2013 - Charles Sprickman wrote: > >> I've been using Dovecot in some fresh installs lately and have found >> it fairly easy to configure. However I'm starting on a migration >> that involves moving from some very old software (a

Re: [Dovecot] Courier migration and vpopmail with dovecot-lda

2013-09-19 Thread Anton Lundin
On 18 September, 2013 - Charles Sprickman wrote: > I've been using Dovecot in some fresh installs lately and have found > it fairly easy to configure. However I'm starting on a migration > that involves moving from some very old software (ancient vpopmail, > qmail and Courier). > > On the Courie

[Dovecot] Courier migration and vpopmail with dovecot-lda

2013-09-18 Thread Charles Sprickman
I've been using Dovecot in some fresh installs lately and have found it fairly easy to configure. However I'm starting on a migration that involves moving from some very old software (ancient vpopmail, qmail and Courier). On the Courier front, I've reviewed the migration page in the wiki, and it

Re: [Dovecot] courier to dovecot

2013-07-16 Thread Kelsey Cummings
On Mon, Jul 15, 2013 at 03:13:54PM -0700, J Gao wrote: > Now I want to build a new system on CentOS 6.4 64bit with postfix, > dovecot and migrate all user accounts and their emails. I assume you've already reviewed the migration pages on the wiki? http://wiki2.dovecot.org/Migration/Courier My o

Re: [Dovecot] courier to dovecot

2013-07-16 Thread Eugene
. Best wishes Eugene -Original Message- From: J Gao Sent: Tuesday, July 16, 2013 2:13 AM To: dovecot@dovecot.org Subject: [Dovecot] courier to dovecot Hi, All, I am new here and I need your advises. Here is my story: I have a mail server like this: - CentOS 5 32 bit (LAMP) - Postfix 2.3

[Dovecot] courier to dovecot

2013-07-15 Thread J Gao
Hi, All, I am new here and I need your advises. Here is my story: I have a mail server like this: - CentOS 5 32 bit (LAMP) - Postfix 2.3 - Courier - MailScanner Courier use maildir to save emails in /home/vmail// / Now I want to build a new system on CentOS 6.4 64bit with postfix, dovecot an

Re: [Dovecot] courier to dovecot

2012-05-07 Thread Timo Sirainen
IMAP and POP3 always have different looking UIDs, but with Courier it is often possible to generate POP3 UIDs from IMAP UIDs. Dovecot v1.x migration script relies on this. Dovecot v2.x migration script can handle completely different IMAP vs POP3 UIDs. On 8.5.2012, at 0.27, Grafibit Admin - Tam

Re: [Dovecot] courier to dovecot

2012-05-07 Thread Grafibit Admin - Tamás Tiboldi
Hi, Thanks, i'll try. I figured out that the old Courier server has different uids for IMAP and for POP3 Is there a way to handle this in Dovecot? (Or i have to update the courier impa file to have the pop3 UIDs in that as well, then do the migration?) Thanks, Tamas On 2012.05.07. 21:39, Tim

Re: [Dovecot] courier to dovecot

2012-05-07 Thread Timo Sirainen
On 6.5.2012, at 21.18, Grafibit Rendszergazda wrote: > I know there were many threads on this topic. I was searching the archive and > the net also, but did not find a solution on my problem. I hope you can help > me. > > I am migrating from an old server using courier to a new server with dove

[Dovecot] courier to dovecot

2012-05-06 Thread Grafibit Rendszergazda
Dear All, I know there were many threads on this topic. I was searching the archive and the net also, but did not find a solution on my problem. I hope you can help me. I am migrating from an old server using courier to a new server with dovecot and i can not manage to have the same uids afte

Re: [Dovecot] Courier to Dovecot migration script issue

2012-04-06 Thread Christoph Bußenius
Hi, on 04/04/2012 09:36 AM, xnasx wrote: 'uidvalidity' are the same for both servers, but UIDs of mesages are not: Courier: d fetch 1:* uid * 1 FETCH (UID 64295) * 2 FETCH (UID 64296) * 3 FETCH (UID 64297) Dovecot: * 1 FETCH (UID 64296) * 2 FETCH (UID 64297) * 3 FETCH (UID 64298) Does your

Re: [Dovecot] Courier to Dovecot migration script issue

2012-04-04 Thread xnasx
Thank you! I really don't know what I made, but now all works fine with Thunderbird and Outlook 2007. But something strange: 'uidvalidity' are the same for both servers, but UIDs of mesages are not: Courier: d fetch 1:* uid * 1 FETCH (UID 64295) * 2 FETCH (UID 64296) * 3 FETCH (UID 64297) Dovec

Re: [Dovecot] Courier to Dovecot migration script issue

2012-04-03 Thread Timo Sirainen
On 3.4.2012, at 15.33, xnasx wrote: > 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

[Dovecot] Courier to Dovecot migration script issue

2012-04-03 Thread xnasx
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

Re: [Dovecot] courier-imap to dovecot-imap migration: missing TLS_TRUSTCERTS feature

2011-02-09 Thread Timo Sirainen
On Wed, 2011-01-19 at 11:46 +0100, Uffe Jakobsen wrote: > All certificates are self signed "standalone" cerfificates - no CA > hierarchy/structure is made. > > With courier-imap we could just put every client certificate into a > trusted cert file (or hashed directory for a larger number of cli

[Dovecot] courier-imap to dovecot-imap migration: missing TLS_TRUSTCERTS feature

2011-01-19 Thread Uffe Jakobsen
Hi, I'm attempting an one-to-one migration from courier-imap to dovecot-imap. current state: Imap-server has a self signed certificate Every client/user has a self signed client certificate that is used for SSL/TLS client authentication. All certificates are self signed "standalone" cerfif

Re: [Dovecot] Courier-mta with Dovecot LDA again

2011-01-10 Thread komodo
> Yes i'm using sendmail from Courier. When i changed sendmail_path to > original sednmail binary it's working and vacation is sent, but i can see > some errors from sendmail. > > Jan 4 12:14:36 OVZ sendmail[15576]: p04BEabd015576: > Authentication-Warning: OVZ.mail: komodo set sender to <> usin

Re: [Dovecot] courier-dovecot-migrate.pl maintaining order of pop3 uidl's

2011-01-05 Thread Timo Sirainen
On Wed, 2011-01-05 at 17:28 +0200, Mark Zealey wrote: > # POP3 clients may want to get POP3 UIDLs in the same order always. > # Preserve the order even if it causes IMAP UIDs to change. > > Does anyone have details as to which clients this actually causes a > problem with? If it's some

Re: [Dovecot] courier-dovecot-migrate.pl maintaining order of pop3 uidl's

2011-01-05 Thread Mark Zealey
This reordering also appears to needlessly cause new pop3 UIDL's to be created in certain cases too; for example: courierimapuiddb 1727 1268763912.M544686P12485V0805I02DD03CD_79,S=8529 1731 1268763915.M68112P12485V0805I02DD03D1_83,S=1176 1732 1268763915.M376124P12485V

[Dovecot] courier-dovecot-migrate.pl maintaining order of pop3 uidl's

2011-01-05 Thread Mark Zealey
Hi there, I've just been experimenting with the latest courier-dovecot-migrate.pl script and I notice that it favours keeping pop3 UIDL ordering rather than IMAP UID preservation. There is this comment (line 312): # POP3 clients may want to get POP3 UIDLs in the same order always. # P

Re: [Dovecot] Courier-mta with Dovecot LDA again

2011-01-04 Thread Stephan Bosch
Op 4-1-2011 11:59, komodo schreef: On Tuesday 04 January 2011 11:46:41 Timo Sirainen wrote: So I think your problem is that it sends a bounce instead of a vacation message. deliver should log what it's doing, probably "rejected: ". What do you see in logs? Here is the log Jan 4 11:54:12 OVZ d

Re: [Dovecot] Courier-mta with Dovecot LDA again

2011-01-04 Thread komodo
On Tuesday 04 January 2011 12:11:53 you wrote: > On Tue, 2011-01-04 at 13:03 +0200, Timo Sirainen wrote: > > On Tue, 2011-01-04 at 11:59 +0100, komodo wrote: > > > [r...@ovz.mail ~]# /usr/sbin/sendmail -i -f '<>' -- kom...@domain.com > > > 517 Syntax error. > > > > What is your /usr/sbin/sendmai

Re: [Dovecot] Courier-mta with Dovecot LDA again

2011-01-04 Thread Timo Sirainen
On Tue, 2011-01-04 at 13:03 +0200, Timo Sirainen wrote: > On Tue, 2011-01-04 at 11:59 +0100, komodo wrote: > > [r...@ovz.mail ~]# /usr/sbin/sendmail -i -f '<>' -- kom...@domain.com > > 517 Syntax error. > > What is your /usr/sbin/sendmail? It shouldn't be behaving like this. You > could try if /u

Re: [Dovecot] Courier-mta with Dovecot LDA again

2011-01-04 Thread Timo Sirainen
On Tue, 2011-01-04 at 11:59 +0100, komodo wrote: > [r...@ovz.mail ~]# /usr/sbin/sendmail -i -f '<>' -- kom...@domain.com > 517 Syntax error. What is your /usr/sbin/sendmail? It shouldn't be behaving like this. You could try if /usr/lib/sendmail works better. If it does, set: sendmail_path = /usr

Re: [Dovecot] Courier-mta with Dovecot LDA again

2011-01-04 Thread komodo
On Tuesday 04 January 2011 11:46:41 Timo Sirainen wrote: > On Tue, 2011-01-04 at 11:43 +0100, komodo wrote: > > > > execve("/usr/sbin/sendmail", ["/usr/sbin/sendmail", "-i", "-f", "<>", > > > > "--", "someu...@somedomain"], [/* 2 vars */] > > > > Thanks for the answer, but this must be the problem

Re: [Dovecot] Courier-mta with Dovecot LDA again

2011-01-04 Thread Timo Sirainen
On Tue, 2011-01-04 at 11:43 +0100, komodo wrote: > > > execve("/usr/sbin/sendmail", ["/usr/sbin/sendmail", "-i", "-f", "<>", > > > "--", "someu...@somedomain"], [/* 2 vars */] > > > > Thanks for the answer, but this must be the problem, because when i run > sendmail from command line > (exactly

Re: [Dovecot] Courier-mta with Dovecot LDA again

2011-01-04 Thread komodo
> > Here is some output of strace > > > > execve("/usr/libexec/dovecot/deliver", ["/usr/libexec/dovecot/deliver", > > "-a", "kom...@somedomain", "-f", "someu...@somedomain"], [/* 22 vars > > */]) = 0 > > > > So it's clear that deliver have those variables, but then i can see this > > > > execve(

Re: [Dovecot] Courier-mta with Dovecot LDA again

2011-01-04 Thread Stephan Bosch
Op 4-1-2011 11:12, komodo schreef: I have setup dovecot lda instead of maildrop on my courier server. Delivery is working, sieve plugin too, but i can't figure out why lda can't send emails via sendmail (vacation). I always get error Error: Sendmail process terminated abnormally, exit status 6

[Dovecot] Courier-mta with Dovecot LDA again

2011-01-04 Thread komodo
Hi all Sorry for repost, but i don't believe that there is noone who know where the problem can be. At least developers should know :-) I have sent this post once, but without answer. I have setup dovecot lda instead of maildrop on my courier server. Delivery is working, sieve plugin too, but

[Dovecot] Courier-mta with Dovecot LDA

2010-12-14 Thread komodo
Hi all I have setup dovecot lda instead of maildrop on my courier server. Delivery is working, sieve plugin too, but i can't figure out why lda can't send emails via sendmail (vacation). I always get error Error: Sendmail process terminated abnormally, exit status 67 And i know why, but i don

[Dovecot] courier-imap and dovecot in migration process

2010-05-02 Thread No body ist Perfect
Hello! I plan a migration from courier-imap to dovecot. at now run courier-imap as imaps server only and with perdition as redirector. can i run courier-imap and dovecot at same time on the same server(listing on diferent ports of course), i mean with shared home directory tree (Mailbox dir) ?

Re: [Dovecot] Courier to dovecot migrations

2010-03-16 Thread Daniel Grilo
Many thanks for you fast replies. I believe I was sleeping yesterday :) the mailbox_command to dovecot/deliver worked like charm. By the way, do you know if there is a way to migrate the password db from authlib in dovecot in someway? Because we had different password for users in ssh and IMA

Re: [Dovecot] Courier to dovecot migrations

2010-03-16 Thread Thomas Leuxner
On Tue, Mar 16, 2010 at 11:41:47AM +0100, Thomas Leuxner wrote: > Hi, > > to diagnose, can you provide full output of 'dovecot -n' plus the dovecot LDA > excerpexcerptom Postfix's 'master.cf'? > > Regards > Thomas ... ouch... Of course this should read: excerpt from 'master.cf' :)

Re: [Dovecot] Courier to dovecot migrations

2010-03-16 Thread Thomas Leuxner
On Tue, Mar 16, 2010 at 10:08:16AM +, Daniel Grilo wrote: > Well, I've been all day yesterday solving this .. and of course a simple > [r...@magenta ~]# chmod a+rx /opt/mailboxes/ > > allows me to see the mails from scanner user. > > The only problem now is when sending mails to that user I sti

Re: [Dovecot] Courier to dovecot migrations

2010-03-16 Thread Stan Hoeppner
Daniel Grilo put forth on 3/16/2010 5:08 AM: > Well, I've been all day yesterday solving this .. and of course a simple > [r...@magenta ~]# chmod a+rx /opt/mailboxes/ > > allows me to see the mails from scanner user. > > The only problem now is when sending mails to that user I still get a > warn

Re: [Dovecot] Courier to dovecot migrations

2010-03-16 Thread Daniel Grilo
Well, I've been all day yesterday solving this .. and of course a simple [r...@magenta ~]# chmod a+rx /opt/mailboxes/ allows me to see the mails from scanner user. The only problem now is when sending mails to that user I still get a warning: connect #3 to subsystem private/dovecot: Connection r

[Dovecot] Courier to dovecot migrations

2010-03-16 Thread Daniel Grilo
Dear All, I saw some topics discussed in forums about this, but none with my problems :( Currently we have a mailserver postfix with courier-imap-4.1.1, and courier-pop3 and courier-authlib. Our Maildir's are written in the users home directory (ex: ~/Maildir) I'm now migrating the mailser

Re: [Dovecot] Courier->Dovecot Migration Issue

2010-02-18 Thread Timo Sirainen
On Thu, 2010-02-18 at 11:26 -0500, Tony Rutherford wrote: > >> Here's a question though. If the dovecot-uidlist file is deleted (for > >> whatever reason), it gets rebuilt by Dovecot. But, how does it get > >> rebuilt? It does not appear to generate uids based on the date of > >> messages...I

Re: [Dovecot] Courier->Dovecot Migration Issue

2010-02-18 Thread Tony Rutherford
Timo Sirainen wrote: On Thu, 2010-02-18 at 11:26 -0500, Tony Rutherford wrote: Well, with v1.1+ it's possible to preserve both POP3 and IMAP UIDs (each line is P :). I guess the script doesn't merge IMAP and POP3 messages well enough. Feel free to fix the script ;) Yes, unless you're

Re: [Dovecot] Courier->Dovecot Migration Issue

2010-02-18 Thread Timo Sirainen
On Thu, 2010-02-18 at 11:26 -0500, Tony Rutherford wrote: > > Well, with v1.1+ it's possible to preserve both POP3 and IMAP UIDs (each > > line is P :). I guess the script doesn't > > merge IMAP and POP3 messages well enough. Feel free to fix the script ;) > > Yes, unless you're unfortunate enoug

Re: [Dovecot] Courier->Dovecot Migration Issue

2010-02-18 Thread Tony Rutherford
Timo Sirainen wrote: On Wed, 2010-02-17 at 11:31 -0500, Tony Rutherford wrote: The last three entries exist in the Courier IMAP file, but NOT the Courier POP file. The resulting dovecot-uidlist format is different, but to be honest, I haven't been able to find the exact specification for the

Re: [Dovecot] Courier->Dovecot Migration Issue

2010-02-18 Thread Timo Sirainen
On Wed, 2010-02-17 at 11:31 -0500, Tony Rutherford wrote: > > The last three entries exist in the Courier IMAP file, but NOT the Courier > > POP file. The resulting dovecot-uidlist format is different, but to be > > honest, I haven't been able to find the exact specification for the format > > of

Re: [Dovecot] Courier->Dovecot Migration Issue

2010-02-17 Thread Tony Rutherford
Tony Rutherford wrote: 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 me

[Dovecot] Courier->Dovecot Migration Issue

2010-02-16 Thread Tony Rutherford
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. Ev

Re: [Dovecot] Courier-to-Dovecot-migration: Outlook downloads all Mails again

2010-01-29 Thread Julio C. Ortega
El 29/01/10 07:22, Werner escribió: > >> If so, Outlook 2000 won't download all messages again if we do the migration >> because >> POP3/SMTP-Server remains the same. Can anybody confirm this? > > Hi again, > > Found on the dovecot-Website: > > "Some clients re-download all mails if you change

Re: [Dovecot] Courier-to-Dovecot-migration: Outlook downloads all Mails again

2010-01-29 Thread Werner
> If so, Outlook 2000 won't download all messages again if we do the migration > because > POP3/SMTP-Server remains the same. Can anybody confirm this? Hi again, Found on the dovecot-Website: "Some clients re-download all mails if you change the hostname in the client configuration. Be aware

[Dovecot] Courier-to-Dovecot-migration: Outlook downloads all Mails again

2010-01-29 Thread Werner
Hi everybody, I'm currently playing through the migration from Courier to dovecot. I've converted the User's Maildir with 'courier-dovecot-migrate.pl'. Outlook 2003 is configured to access the Mailbox via POP3, the option "Leave a copy of messages on the server" is activated. But: after the mig

Re: [Dovecot] Courier to dovecot migration issue

2009-10-21 Thread Rami Rami
Problem was solve Thank you.

Re: [Dovecot] Courier to dovecot migration issue

2009-10-20 Thread Timo Sirainen
On Oct 20, 2009, at 10:04 AM, Rami Rami wrote: After using the "courier-dovecot-migrate.pl" script users using pop3 are re-downloading their old emails as duplicates. This issue is resolved by replacing : maildir:~/Maildir:INDEX=/tmp/QUOTA/index/%u:CONTROL=/tmp/QUOTA/ control/%u Don't put c

Re: [Dovecot] Courier to dovecot migration issue

2009-10-20 Thread David Warden
On Oct 20, 2009, at 10:04 AM, Rami Rami wrote: Hello, I am trying to migrate users form courier to dovecot 1.2.6. The main configuration parameters are as follows : -- # 1.2.6: /usr/local/etc/dov

[Dovecot] Courier to dovecot migration issue

2009-10-20 Thread Rami Rami
Hello, I am trying to migrate users form courier to dovecot 1.2.6. The main configuration parameters are as follows : -- # 1.2.6: /usr/local/etc/dovecot.conf Warning: fd limit 1024 is lower than what

Re: [Dovecot] courier-imap 2 Dovecot Migration

2009-06-24 Thread Curtis Maloney
Odhiambo ワシントン wrote: I have a question about migration from courier-imap. I have a server running courier-imap which I'd like to change to dovecot. The problem at hand is that there are POP3 users as well as IMAP4 users.Some of the POP3 users have the option to "leave a copy of the message on t

[Dovecot] courier-imap 2 Dovecot Migration

2009-06-23 Thread Odhiambo ワシントン
I have a question about migration from courier-imap. I have a server running courier-imap which I'd like to change to dovecot. The problem at hand is that there are POP3 users as well as IMAP4 users.Some of the POP3 users have the option to "leave a copy of the message on the server" set in their

Re: [Dovecot] courier-dovecot-migrate.pl issue

2009-04-01 Thread Timo Sirainen
On Wed, 2009-04-01 at 22:49 +0200, Louis-David Mitterrand wrote: > BTW, does dovecot (plans to) have an Outbox sending feature like courier > has? (when saved to a special "Outbox" imap folder, the message is sent > by the imap daemon) I'm not planning to implement it myself. It's possible to writ

Re: [Dovecot] Courier

2009-04-01 Thread kosov...@web.de
Hello, Timo Sirainen schrieb: > On Mar 31, 2009, at 7:58 AM, kosov...@web.de wrote: > >> log_path = /var/log/dovecot.log >> info_log_path = /var/log/dovecot-info.log > .. >> Log: > > This looks like it's only the dovecot-info.log. > >> dovecot: 2009-03-31 13:50:16 Info: POP3(webmas...@silviosie

Re: [Dovecot] courier-dovecot-migrate.pl issue

2009-04-01 Thread Louis-David Mitterrand
On Wed, Apr 01, 2009 at 04:43:32PM -0400, Timo Sirainen wrote: > On Fri, 2009-03-27 at 16:01 +0100, Louis-David Mitterrand wrote: > > When running the migration script, non of the active users' > > "courierimapsubscribed" and "courierimapuiddb" files seem to be > > detected: > > > > ZENON:~# .

Re: [Dovecot] courier-dovecot-migrate.pl issue

2009-04-01 Thread Timo Sirainen
On Fri, 2009-03-27 at 16:01 +0100, Louis-David Mitterrand wrote: > 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 > Testin

Re: [Dovecot] Courier

2009-03-31 Thread Timo Sirainen
On Mar 31, 2009, at 7:58 AM, kosov...@web.de wrote: log_path = /var/log/dovecot.log info_log_path = /var/log/dovecot-info.log .. Log: This looks like it's only the dovecot-info.log. dovecot: 2009-03-31 13:50:16 Info: POP3(webmas...@silviosiefke.de): Couldn't open INBOX top=0/0, retr=0/0, d

[Dovecot] Courier

2009-03-31 Thread kosov...@web.de
Hello, For months I have the following configuration in run. Postfix with Mysql and Postfixadmin, Courier Imap + Pop I get a new server and, therefore, would like to change on Dovecot. The installation has also clapped without problems and the configuration has run so far also without defects. I

[Dovecot] courier-dovecot-migrate.pl issue

2009-03-27 Thread Louis-David Mitterrand
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 --

Re: [Dovecot] Courier->dovecot migration script

2009-01-22 Thread Warren Baker
2008/12/12 Timo Sirainen > On Nov 12, 2008, at 3:01 PM, Warren Baker wrote: > > Where the first line is a header. So for example with 3 different kinds >>> of Courier UIDLs: >>> >>> 3 V1196932607 N125574 >>> 1234 P1234 :1225386267.M230815P21206.host >>> 1235 P1196932607-1235 :1225386268.M230815P

Re: [Dovecot] Courier->dovecot migration script

2008-12-16 Thread Timo Sirainen
On Thu, 2008-11-13 at 09:54 -0600, John Lightsey wrote: > W is the size of the file with CR/LF for newlines. It's the same size > courier stores in the POP3 uildlist file. > > I wrote an updated version of the courier-dovecot migration script > that attempts to convert in both directions (usi

Re: [Dovecot] Courier->dovecot migration script

2008-12-11 Thread Timo Sirainen
On Nov 12, 2008, at 3:01 PM, Warren Baker wrote: Where the first line is a header. So for example with 3 different kinds of Courier UIDLs: 3 V1196932607 N125574 1234 P1234 :1225386267.M230815P21206.host 1235 P1196932607-1235 :1225386268.M230815P21206.host 1236 P1225386269.M230815P21206.host :

Re: [Dovecot] Courier->dovecot migration script

2008-11-13 Thread John Lightsey
Baker Cc: dovecot@dovecot.org Subject: Re: [Dovecot] Courier->dovecot migration script On Wed, 2008-11-12 at 13:12 +0200, Warren Baker wrote: 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 courierp

Re: [Dovecot] Courier->dovecot migration script

2008-11-12 Thread Paul Gamble - MWEB
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Timo Sirainen Sent: 12 November 2008 02:43 PM To: Warren Baker Cc: dovecot@dovecot.org Subject: Re: [Dovecot] Courier->dovecot migration script On Wed, 2008-11-12 at 13:12 +0200, Warren Baker wrote: > HI All, > > We have the la

Re: [Dovecot] Courier->dovecot migration script

2008-11-12 Thread Warren Baker
2008/11/12 Timo Sirainen <[EMAIL PROTECTED]>: > Dovecot v1.1 can read v1.0 uidlists just fine, so the script still > works. But it's possible that the script doesn't convert all POP3 UIDLs > because it wasn't possible with v1.0 (it'll report how many it couldn't > convert). Answers my question why

Re: [Dovecot] Courier->dovecot migration script

2008-11-12 Thread Timo Sirainen
On Wed, 2008-11-12 at 13:12 +0200, Warren Baker wrote: > 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 > (

Re: [Dovecot] Courier->dovecot migration script

2008-11-12 Thread Ulrich Zehl
On Wed, Nov 12, 2008 at 01:12:45PM +0200, Warren Baker wrote: > 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 in > the same for

[Dovecot] Courier->dovecot migration script

2008-11-12 Thread Warren Baker
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 f

Re: [Dovecot] courier IMAP to dovecot migration: folders not showing up

2008-07-01 Thread Timo Sirainen
I guess you didn't configure INBOX. namespace prefix to Dovecot, but your client configuration still has it. signature.asc Description: This is a digitally signed message part

Re: [Dovecot] courier IMAP to dovecot migration: folders not showing up

2008-06-30 Thread Jacob Yocom-Piatt
Charles Marcus wrote: On 6/27/2008 8:27 PM, Jacob Yocom-Piatt wrote: any clues on how to fix this issue would be welcome. It will probably be helpful to provide output of dovecot -n so we can see your config... ? hope this sheds some light on the matter... will try recopying the maildirs

Re: [Dovecot] courier IMAP to dovecot migration: folders not showing up

2008-06-28 Thread Charles Marcus
On 6/27/2008 8:27 PM, Jacob Yocom-Piatt wrote: any clues on how to fix this issue would be welcome. It will probably be helpful to provide output of dovecot -n so we can see your config... ? -- Best regards, Charles

[Dovecot] courier IMAP to dovecot migration: folders not showing up

2008-06-27 Thread Jacob Yocom-Piatt
i have been running postfix + courier-imap + cyrus sasl for several years and have some prior experience with dovecot + postfix and had no problems. now that i'm trying to convert an existing courier-imap configuration to dovecot and all the various parts work together (e.g. mail delivery and d

Re: [Dovecot] Courier to Dovecot: problems with folders

2007-10-22 Thread Ed W
Hi I let the configuration of my IMAP clients unchanged from Courier to Dovecot. That is, they specify the "INBOX." prefix, as before. For instance, with Pine: For me this crunches down the folder list so that it's inline with INBOX, not under it, in most programs? - Thunderbird: All th

[Dovecot] Courier to Dovecot: problems with folders

2007-10-22 Thread Claudio Strizzolo
Hi all, I am migrating a maildir Courier-IMAP installation to Dovecot. Almost everything seems to work well, but I still have problems accessing subfolders. First let's see what I have done. I used the courier-dovecot-migrate.pl script suggested in http://wiki.dovecot.org/Migration/Courier to co

Re: [Dovecot] Courier Migration

2007-09-09 Thread Ed W
Timo Sirainen wrote: On Fri, 2007-09-07 at 15:20 +0100, Ed W wrote: Hi Is it legal/sensible to use the following in the conf file # default namespace namespace private { separator = / prefix = inbox = yes } # for backwards compatibility: namespace private { separator = . prefix =

Re: [Dovecot] Courier Migration

2007-09-08 Thread Timo Sirainen
On Fri, 2007-09-07 at 15:20 +0100, Ed W wrote: > Hi > > Is it legal/sensible to use the following in the conf file > > # default namespace > namespace private { > separator = / > prefix = > inbox = yes > } > > # for backwards compatibility: > namespace private { > separator = . > prefi

[Dovecot] Courier Migration

2007-09-07 Thread Ed W
Hi Is it legal/sensible to use the following in the conf file # default namespace namespace private { separator = / prefix = inbox = yes } # for backwards compatibility: namespace private { separator = . prefix = INBOX. inbox = yes hidden = yes } The goal would be to migrate away from

Re: [Dovecot] courier-dovecot-migrate.pl destroyed my indices... still recovering...

2007-08-09 Thread Ralf Hildebrandt
* Timo Sirainen <[EMAIL PROTECTED]>: > Well, what you just did probably did that. It just caused IMAP users to > download the mails again, but that's more transparent to users because > it doesn't create duplicates. OK > I did think about adding the possibility of storing POP3 UIDLs to a > sepa

Re: [Dovecot] courier-dovecot-migrate.pl destroyed my indices... still recovering...

2007-08-09 Thread Timo Sirainen
On Thu, 2007-08-09 at 15:35 +0200, Ralf Hildebrandt wrote: > > Creating dovecot-uidlist then caused the UIDVALIDITY to change, which > > causes IMAP clients to redownload all messages, and as you can see > > Dovecot doesn't handle UIDVALIDITY changes all that nicely. v1.1 does a > > better job with

Re: [Dovecot] courier-dovecot-migrate.pl destroyed my indices... still recovering...

2007-08-09 Thread Ralf Hildebrandt
* Timo Sirainen <[EMAIL PROTECTED]>: > If you had run Dovecot as IMAP server, then it wasn't such a great idea > to run the migration, because it recreates dovecot-uidlist files trying > to make them compatible with Courier's POP3 uidlist file. Oops. > Creating dovecot-uidlist then caused the U

Re: [Dovecot] courier-dovecot-migrate.pl destroyed my indices... still recovering...

2007-08-09 Thread Timo Sirainen
On Thu, 2007-08-09 at 15:19 +0200, Ralf Hildebrandt wrote: > I tried to disable courier-pop3 today in favour of dovecot pop3. > Prior to that I ran: > > find /home -maxdepth 1 -type d | xargs --replace > /usr/local/scripts/courier-dovecot-migrate.pl --overwrite --recursive > --convert {} > > (

[Dovecot] courier-dovecot-migrate.pl destroyed my indices... still recovering...

2007-08-09 Thread Ralf Hildebrandt
I tried to disable courier-pop3 today in favour of dovecot pop3. Prior to that I ran: find /home -maxdepth 1 -type d | xargs --replace /usr/local/scripts/courier-dovecot-migrate.pl --overwrite --recursive --convert {} ( /home is hashed two levels deep: /home/a/a/aanton/Maildir/ ) After that,

Re: [Dovecot] Courier migrating issues: indexes, maildirsize, update query

2007-05-24 Thread Timo Sirainen
On Thu, 2007-05-24 at 09:58 +0200, Jan van den Berg wrote: > You're right I had this in my query: > concat('maildir:', maildrop, username) as mail > > I deleted it and now this seems to work for me: > mail_location = maildir:/var/spool/mail/%1u/%1.1u/%u:INDEX=MEMORY > > I must say I am _stunned_

Re: [Dovecot] Courier migrating issues: indexes, maildirsize, update query

2007-05-24 Thread Jan van den Berg
onkelijk bericht- Van: Timo Sirainen [mailto:[EMAIL PROTECTED] Verzonden: woensdag 23 mei 2007 15:33 Aan: Jan van den Berg CC: dovecot@dovecot.org Onderwerp: Re: [Dovecot] Courier migrating issues: indexes, maildirsize,update query On Wed, 2007-05-23 at 14:36 +0200, Jan van den Berg wrote:

Re: [Dovecot] Courier migrating issues: indexes, maildirsize, update query

2007-05-23 Thread Troy Engel
Jan van den Berg wrote: mail_location = maildir:/var/spool/mail/%1u/%2u/%u:INDEX=MEMORY Of interest to you might be using a scratch disk space to store the indexes on a/the local mail server; I just did a bit of math for you (well ok, a 'bc' script did the math) and with 90.5gigs of email in

Re: [Dovecot] Courier migrating issues: indexes, maildirsize, update query

2007-05-23 Thread Timo Sirainen
On Wed, 2007-05-23 at 14:36 +0200, Jan van den Berg wrote: > About the indexes; this thoroughly confusing. > I don't understand why Dovecot IMAP wants to use index files for a > maildir++ implementation (this seems to defy the point of a maildir). Hmm. I suppose I should write a wiki page about t

Re: [Dovecot] Courier migrating issues: indexes, maildirsize, update query

2007-05-23 Thread Jan van den Berg
t.index.cache.lock", "/var/spool/mail/r/o/roka-05/dovecot.index.cache") = 0 Cheers, Jan -Oorspronkelijk bericht- Van: Timo Sirainen [mailto:[EMAIL PROTECTED] Verzonden: woensdag 23 mei 2007 13:39 Aan: Jan van den Berg CC: dovecot@dovecot.org Onderwerp: Re: [Dovecot] Cour

Re: [Dovecot] Courier migrating issues: indexes, maildirsize, update query

2007-05-23 Thread Timo Sirainen
On Wed, 2007-05-23 at 12:57 +0200, Jan van den Berg wrote: > I'm in the process of testing Dovecot to see whether it meets our needs > to replace our current Courier setup which serves well over 100.000 > mailboxes (pop3 and imap: mysql with NFS) > So far dovecot seems pretty straight forward; howe

[Dovecot] Courier migrating issues: indexes, maildirsize, update query

2007-05-23 Thread Jan van den Berg
Hi, (my first post to the list) I'm in the process of testing Dovecot to see whether it meets our needs to replace our current Courier setup which serves well over 100.000 mailboxes (pop3 and imap: mysql with NFS) So far dovecot seems pretty straight forward; however I ran into a couple of thing

Re: [Dovecot] [courier-dovecot-migrate.pl] - No such file or directory at courier-dovecot-migrate.pl line 230

2007-05-09 Thread Timo Sirainen
On Tue, 2007-05-01 at 02:54 +0200, Luca Corti wrote: > On Mon, 2007-04-23 at 12:07 -0700, Troy Engel wrote: > > Try running the script under strace (i.e. 'strace -e trace=file perl > > /script.pl') or truss to watch the perl script and see what "file or > > directory" it's trying to open. That s

Re: [Dovecot] Courier-imap + dovecot simultaneously?

2007-05-01 Thread Charles Marcus
I posted some ad hoc numbers to the list back in February, one machine Courier and the other Dovecot using Squirrelmail as the frontend. http://dovecot.org/list/dovecot/2007-February/019560.html Now that the server ("Server B") is in production with 1.0.0, the users are seeing fantastic speed

Re: [Dovecot] Courier-imap + dovecot simultaneously?

2007-05-01 Thread Charles Marcus
You should tell your client that continuously switching between accunts to perform some operation and thus compare it will slow down Dovecot a lot, as it needs to update its indexes which are osboleted by Courier all the time. > Doing a whole batch of operations with each server before trying t

Re: [Dovecot] Courier-imap + dovecot simultaneously?

2007-05-01 Thread Troy Engel
Gunter Ohrner wrote: Am Sonntag, 29. April 2007 schrieb Charles Marcus: outlook express), one accessing his account through courier, and one through dovecot, so he can compare the speed... Doing a whole batch of operations with each server before trying the same with the other server for comp

Re: [Dovecot] Courier-imap + dovecot simultaneously?

2007-05-01 Thread Gunter Ohrner
Am Sonntag, 29. April 2007 schrieb Charles Marcus: > outlook express), one accessing his account through courier, and one > through dovecot, so he can compare the speed... You should tell your client that continuously switching between accunts to perform some operation and thus compare it will sl

Re: [Dovecot] [courier-dovecot-migrate.pl] - No such file or directory at courier-dovecot-migrate.pl line 230

2007-04-30 Thread Troy Engel
Luca Corti wrote: I was just testing the migration script, encountered the same issue and just added a print before the open || die at line 230. It tries to open the file Maildir/courierimapkeywords/:list which seems to be missing and probably not mandatory. Aha, thanks -- I too encountered th

Re: [Dovecot] [courier-dovecot-migrate.pl] - No such file or directory at courier-dovecot-migrate.pl line 230

2007-04-30 Thread Luca Corti
On Mon, 2007-04-23 at 12:07 -0700, Troy Engel wrote: > Try running the script under strace (i.e. 'strace -e trace=file perl > /script.pl') or truss to watch the perl script and see what "file or > directory" it's trying to open. That should provide a quick clue. I was just testing the migration

Re: [Dovecot] Courier-imap + dovecot simultaneously?

2007-04-30 Thread Charles Marcus
The index files are my main concern. Courier will ignore them. So they may be out of sync if you move a lot of messages around with Courier, but Dovecot will update them. I guess the safest thing to do is to tell postfix to queue his mail so nothing gets delivered while he's messing around,

Re: [Dovecot] Courier-imap + dovecot simultaneously?

2007-04-29 Thread Kenny Dail
> >> I have a client I've been trying to talk into switching from courier > >> to dovecot, but the owner of the company wants me to set up two > >> different accounts in Thunderbird (I finally got him switched to that > >> from outlook express), one accessing his account through courier, and >

Re: [Dovecot] Courier-imap + dovecot simultaneously?

2007-04-29 Thread Philipp Wollermann
Hello Charles, Charles Marcus wrote: The index files are my main concern. Well, that and having two different servers reading from potentially the same files/maildirs at the same time. Honestly, I just don't know enough about IMAP to know if there is anything to worry about or not... As far

  1   2   >