Re: Preserving seen state when converting from mbox

2003-09-26 Thread Etienne Goyer
Thank you very much, work perfectly. On Fri, Sep 26, 2003 at 11:43:15AM -0400, Igor Brezac wrote: > > On Fri, 26 Sep 2003, Etienne Goyer wrote: > > > On Thu, Sep 25, 2003 at 03:04:48PM -0400, Igor Brezac wrote: > > > > > > On Thu, 25 Sep 2003, Etienne Goyer wrote: > > > > > > > On Thu, Sep 25, 2

Re: Preserving seen state when converting from mbox

2003-09-26 Thread Igor Brezac
On Fri, 26 Sep 2003, Etienne Goyer wrote: > On Thu, Sep 25, 2003 at 03:04:48PM -0400, Igor Brezac wrote: > > > > On Thu, 25 Sep 2003, Etienne Goyer wrote: > > > > > On Thu, Sep 25, 2003 at 01:29:30PM -0400, Igor Brezac wrote: > > > > mailutil append /path/to/mbox > > > > {new.cyrus.server/user=m

Re: Preserving seen state when converting from mbox

2003-09-26 Thread Etienne Goyer
On Thu, Sep 25, 2003 at 03:04:48PM -0400, Igor Brezac wrote: > > On Thu, 25 Sep 2003, Etienne Goyer wrote: > > > On Thu, Sep 25, 2003 at 01:29:30PM -0400, Igor Brezac wrote: > > > mailutil append /path/to/mbox > > > {new.cyrus.server/user=mbox_cyrus_user/authuser=proxy_user/norsh}INBOX > > > > Y

Re: Preserving seen state when converting from mbox

2003-09-26 Thread Etienne Goyer
Ho boy ... that make me cry ... However, after verification I was *WAY* off-track concerning the size of the mbox we need to transfer. Apparently, there is only around 800 MB (phew!). The machine is a recent quad-XEON box 2 GB of RAM. By contrast, what does your hardware looked like ? On Thu,

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Jure Pecar
On Thu, 25 Sep 2003 15:04:48 -0400 (EDT) Igor Brezac <[EMAIL PROTECTED]> wrote: > I do not think you have enough time to transfer several gigs (if not more) > of email in just a few hours over IMAP protocol. Just for the reference, it took us about two weeks to transfer about 300gb of mailspool

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Igor Brezac
On Thu, 25 Sep 2003, Etienne Goyer wrote: > On Thu, Sep 25, 2003 at 12:35:21PM -0700, Pat Lashley wrote: > > --On Thursday, September 25, 2003 15:14:34 -0400 Etienne Goyer > > <[EMAIL PROTECTED]> wrote: > > > > > I have 'sasl_mech_list: PLAIN DIGEST-MD5'. When doing CAPABILITY, I > > > have AUTH

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Etienne Goyer
On Thu, Sep 25, 2003 at 12:35:21PM -0700, Pat Lashley wrote: > --On Thursday, September 25, 2003 15:14:34 -0400 Etienne Goyer > <[EMAIL PROTECTED]> wrote: > > > I have 'sasl_mech_list: PLAIN DIGEST-MD5'. When doing CAPABILITY, I > > have AUTH=DIGEST-MD5, but not AUTH=PLAIN. I think that Cyrus i

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Igor Brezac
On Thu, 25 Sep 2003, Etienne Goyer wrote: > On Thu, Sep 25, 2003 at 01:29:30PM -0400, Igor Brezac wrote: > > mailutil append /path/to/mbox > > {new.cyrus.server/user=mbox_cyrus_user/authuser=proxy_user/norsh}INBOX > > Ok, when I try : > > [EMAIL PROTECTED] root]# mailutil copy /var/spool/mail/use

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Pat Lashley
--On Thursday, September 25, 2003 15:14:34 -0400 Etienne Goyer <[EMAIL PROTECTED]> wrote: I have 'sasl_mech_list: PLAIN DIGEST-MD5'. When doing CAPABILITY, I have AUTH=DIGEST-MD5, but not AUTH=PLAIN. I think that Cyrus imapd does not advertise PLAIN, even if he accept it. If I sniff the connec

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Etienne Goyer
On Thu, Sep 25, 2003 at 01:29:30PM -0400, Igor Brezac wrote: > mailutil append /path/to/mbox > {new.cyrus.server/user=mbox_cyrus_user/authuser=proxy_user/norsh}INBOX Ok, when I try : [EMAIL PROTECTED] root]# mailutil copy /var/spool/mail/user1 \ {localhost/user=user1/authuser=cyrus/norsh/notls}

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Igor Brezac
On Thu, 25 Sep 2003, Etienne Goyer wrote: > On Thu, Sep 25, 2003 at 01:29:30PM -0400, Igor Brezac wrote: > > mailutil append /path/to/mbox > > {new.cyrus.server/user=mbox_cyrus_user/authuser=proxy_user/norsh}INBOX > > You made my day !!! Exactly what I needed. You will be prompted for the 'pro

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Etienne Goyer
On Thu, Sep 25, 2003 at 01:29:30PM -0400, Igor Brezac wrote: > mailutil append /path/to/mbox > {new.cyrus.server/user=mbox_cyrus_user/authuser=proxy_user/norsh}INBOX You made my day !!! Exactly what I needed. > > The imapxfer command may do the job, but again it won't if I need to > > enter cre

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Rob Siemborski
On Thu, 25 Sep 2003, Etienne Goyer wrote: > On Thu, Sep 25, 2003 at 12:42:42PM -0400, Rob Siemborski wrote: > > Note that Cyrus probably uses different format UIDs than qpopper does, > > which is a problem that can likely only be solved by modifying cyrus. > > I don't quite understand what you mea

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Etienne Goyer
On Thu, Sep 25, 2003 at 01:22:17PM -0400, Bennett Crowell wrote: > When we had to do a similar migration, I changed the mailutil sourcecode to > get the username and password from environment variables instead of > prompting for them. At migration time, we made sure we had a backup of the > pass

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Etienne Goyer
On Thu, Sep 25, 2003 at 12:42:42PM -0400, Rob Siemborski wrote: > Note that Cyrus probably uses different format UIDs than qpopper does, > which is a problem that can likely only be solved by modifying cyrus. I don't quite understand what you mean here. Could you explain,or givepointer to ressour

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Igor Brezac
On Thu, 25 Sep 2003, Etienne Goyer wrote: > On Thu, Sep 25, 2003 at 11:45:13AM -0400, Ken Murchison wrote: > > Take a look at the mailutil program in the UW-IMAP distro. > > I did. It does'nt do the job for me. The mbxcopy command want to > create the mailbox it copy to, but since INBOX obvious

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Rob Siemborski
On Thu, 25 Sep 2003, Etienne Goyer wrote: > Third and last resort plan is to run both Cyrus imapd and an imap daemon > that read mbox file (most likely UW-imapd) and programatically copy the > messages from the old mailstore to Cyrus. I wish to avoid that path as > it is the one that require the

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Etienne Goyer
On Thu, Sep 25, 2003 at 11:45:13AM -0400, Ken Murchison wrote: > Take a look at the mailutil program in the UW-IMAP distro. I did. It does'nt do the job for me. The mbxcopy command want to create the mailbox it copy to, but since INBOX obviously already exist, it receive a "Permission denied" er

Re: Preserving seen state when converting from mbox

2003-09-25 Thread Ken Murchison
Take a look at the mailutil program in the UW-IMAP distro. Etienne Goyer wrote: Hi list, I am currently migrating a mail server running qpopper to Cyrus imapd. Part of the job involve migrating the user mailbox in mbox format to Cyrus. A lot of these users use pine and other POP client that set