Re: Converting a unified murder to a traditional one

2007-08-24 Thread Janne Peltonen
On Tue, Aug 21, 2007 at 11:06:59AM +0300, Janne Peltonen wrote: > So the question is: can I turn a unified Murder config into a > traditional one safely, editing the imapd.conf on one node at a time, > restarting (or maybe even kill -HUPing) one node at a time? Any > experiences, or do I just try t

Re: Converting from berkeley to skiplist

2007-02-01 Thread Simon Matter
> I would like to change from using > > mboxlist_db: berkeley > > to > > mboxlist_db: skiplist > > I am reasonably confident that I should close down cyrus. Then, as the > cyrus > user, run > > ctl_mboxlist -d > /tmp/mboxlist.txt > > then rename /CONFDIR/mailboxes.db to mailboxes.berkely, > > the

Re: Converting deliver.db from berkely-nosync to skiplist

2005-09-26 Thread Michael Loftis
--On September 26, 2005 2:15:01 PM -0400 Brenden Conte <[EMAIL PROTECTED]> wrote: Skiplist doesn't have fast lookups? I admit to not knowing the intricacies of the various formats, but i thought skiplist and Berkeley were at least comparable, as the opinion i've seen has been that skiplist

Re: Converting deliver.db from berkely-nosync to skiplist

2005-09-26 Thread Ken Murchison
Brenden Conte wrote: Skiplist doesn't have fast lookups? I admit to not knowing the intricacies of the various formats, but i thought skiplist and Berkeley were at least comparable, as the opinion i've seen has been that skiplist is better, especially when encountering corruption with berkele

Re: Converting deliver.db from berkely-nosync to skiplist

2005-09-26 Thread Brenden Conte
Skiplist doesn't have fast lookups? I admit to not knowing the intricacies of the various formats, but i thought skiplist and Berkeley were at least comparable, as the opinion i've seen has been that skiplist is better, especially when encountering corruption with berkeley. Also, that is not

Re: Converting deliver.db from berkely-nosync to skiplist

2005-09-25 Thread Henk . Roose
Brenden Conte wrote: > Using RPM version of 2.2.10 and Berkeley DB 4.1.25... > > We've run into problems the last few nights with corruption of the > duplicate delivery database (delivery.db). I tried disabling it, however > that caused processes to fail to communicate to the local lmtp socke

Re: Converting?

2005-01-11 Thread Alexander Dalloz
Am Di, den 11.01.2005 schrieb [EMAIL PROTECTED] um 21:02: > hello > im now using /var/spool/mail as inbox folder > is there a way to convert the mailboxes for imap (just copy will not work i > think) You think right. Cyrus-IMAPd uses it's own Maildir structure while /var/spool/mail indicate

Re: converting sppol and config dirs from 2.1.x to 2.2.x (WAS: cyrus 2.2.3 & virtual)

2004-03-24 Thread Edward Rudd
if you set "virtdomains: on", then when a user logs in w/o the @FQDN Cyrus automatically adds it on before authenticating.. if you set "virtdomains: userid" then Cyrus will pass exactly the username the user sent in to SASL for authentication. On Wed, 2004-03-24 at 16:27, Paul Dorneanu wrote: > ye

Re: converting sppol and config dirs from 2.1.x to 2.2.x (WAS: cyrus 2.2.3 & virtual)

2004-03-24 Thread Paul Dorneanu
yes, I have added it to the database... maybe there is something with the sasl which is stripping off the domain after @... possible? I don't remember exactly... but right now I do see in logs [EMAIL PROTECTED] I will test first on a non production enviroment... Edward Rudd wrote: Probably has

Re: converting sppol and config dirs from 2.1.x to 2.2.x (WAS: cyrus 2.2.3 & virtual)

2004-03-24 Thread Edward Rudd
Probably has to do w/ the SQL query and database.. did you add [EMAIL PROTECTED] into your database? You may want to search through the archives about the SQL sasl plugin in both this list and the cyrus-sasl list as I know it has been brought up since 2.2.3 has been released. And I was only mentio

Re: converting sppol and config dirs from 2.1.x to 2.2.x (WAS: cyrus 2.2.3 & virtual)

2004-03-24 Thread Paul Dorneanu
No, I don't use perdition and I would not like to use it. so, having virtdomains: userid I will be able to login with use_domaintld (which are mapped to the default domain) without the need to manually convert the accounts. also i will be able to convert account to [EMAIL PROTECTED] still, ther

Re: converting sppol and config dirs from 2.1.x to 2.2.x (WAS: cyrus 2.2.3 & virtual)

2004-03-24 Thread Edward Rudd
If you use perdition, then yes.. http://www.vergenet.net/linux/perdition/ I was using perdition for a while when I had my usernames in cyrus like user_domain_tld, and wanted the users to login with [EMAIL PROTECTED], but they could login with user_domain_tld as well.. Perdition acts as a proxy in

Re: converting sppol and config dirs from 2.1.x to 2.2.x (WAS: cyrus 2.2.3 & virtual)

2004-03-24 Thread Paul Dorneanu
to reply to myself... to have the old style structure still working with virtdomains ON moving all the current accounts to the deafult domain in the way you said will make it work using the old username structue (user_domaincom) ? what I mean from: user.jon_doecomdefaultjon_doecom

Re: converting sppol and config dirs from 2.1.x to 2.2.x (WAS: cyrus 2.2.3 & virtual)

2004-03-24 Thread Paul Dorneanu
hmmm so I understand that either I use [EMAIL PROTECTED] (with virtdomains enabled) or use the my old naming convention and have the virtdomains set to off; I would like to still use the old naming (username_domaincom) convention I had while migrating slowly to the new convention. I don't t

Solved: [Re: Converting mbox to cyrus maildir w/ seen state preservation]

2003-12-23 Thread Miham KEREKES
> The perms are not the problem, it is the content of the file. Double > check your ssl/tls setup. Rechecked - error still persist. > > > I made the certs by following this description: > > http://www.irbs.net/internet/info-cyrus/0207/0265.html > Instructions here seem pretty reasonable. Recreat

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Igor Brezac
On Mon, 22 Dec 2003, Miham KEREKES wrote: > > I do not know where you store your secrets, I assume sasldb? If so, > Yes. > > > sasl_pwcheck_method: auxprop > > sasl_auxprop_plugin: sasldb > > sasl_mech_list: plain > Ok. Works. Or at least: the error changed :-( > > * CAPABILITY IMAP4 IMAP4rev1 A

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Miham KEREKES
> I do not know where you store your secrets, I assume sasldb? If so, Yes. > sasl_pwcheck_method: auxprop > sasl_auxprop_plugin: sasldb > sasl_mech_list: plain Ok. Works. Or at least: the error changed :-( * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS NAMESPACE UIDPLUS ID N

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Igor Brezac
On Mon, 22 Dec 2003, Miham KEREKES wrote: > > > >>However, I can't find anywhere in the config files where I could stop > > > >>CRAM-MD5 from being advertised. > > > >>I searched in /etc/cyrus.conf and /etc/imapd.conf, without any success. > > > >> > > > >>Any docs or help suggested? > > > > > >

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Miham KEREKES
> > >>However, I can't find anywhere in the config files where I could stop > > >>CRAM-MD5 from being advertised. > > >>I searched in /etc/cyrus.conf and /etc/imapd.conf, without any success. > > >> > > >>Any docs or help suggested? > > > > > > > > > Add > > > > > > sasl_mech_list: plain login dige

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Igor Brezac
On Mon, 22 Dec 2003, Ken Murchison wrote: > Igor Brezac wrote: > > > > > On Mon, 22 Dec 2003, Miham KEREKES wrote: > > > > > >>Hi, > >> > >> > I have the following capabilities: > * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS > NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Ken Murchison
Igor Brezac wrote: On Mon, 22 Dec 2003, Miham KEREKES wrote: Hi, I have the following capabilities: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES IDLE AUTH=NTLM

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Igor Brezac
On Mon, 22 Dec 2003, Miham KEREKES wrote: > Hi, > > > > I have the following capabilities: > > > * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS > > > NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND > > > SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES IDLE AUT

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Miham KEREKES
Hi, > > I have the following capabilities: > > * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS > > NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND > > SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES IDLE AUTH=NTLM > > AUTH=DIGEST-MD5 AUTH=CRAM-MD5 LISTEXT LIST-SU

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Igor Brezac
On Mon, 22 Dec 2003, Miham KEREKES wrote: > Hi, > > I'm about to migrate user mailboxes from unix mbox mailbox format > to cyrus maildir. Unfortunately, users have lots of separate > mailfolders in mbox format, which i should convert, too. > > I dig into the archive, and found the mailutil utilit

Re: Converting unixhierarchysep from "." to "/": experiences?

2003-09-08 Thread Marc Groot Koerkamp
Jason Fesler said: >> in a mailbox name. If a server decided to use 'a' as the separator >> character, then the same would apply. FWIW, you can tell Cyrus to use >> '/' as the separator by enabling the unixhierarchysep option in >> imapd.conf. > > Has anyone reported any client issues by changing

Re: converting /var/spool/mail to cyrus format

2003-06-23 Thread foobar
Beware, mbxcvt is pretty outdated (deprecated utility) and everything. I lost my nerves with "NULL-character" -errors (and that timeouting problem). IMHO, Better utility for this is imapxfer which saves imapflags correctly and transfers subfolders too if there is imap-server (basically imap-folde

Re: converting /var/spool/mail to cyrus format

2003-06-23 Thread Mike Brodbelt
joe ritter wrote: > Hello, > We need to transition standard UNIX mbox's in > /var/spool/mail/$username to the cyrus format. IWe are > basically moving from UW IMAP to Cyrus. I was > wondering if documetnation on this proceudre was > available and/or if there were any gotchas. When I did this, I ba

Re: converting /var/spool/mail to cyrus format

2003-06-22 Thread Andrew Koros
On Sun, 2003-06-22 at 00:49, joe ritter wrote: > Hello, > We need to transition standard UNIX mbox's in > /var/spool/mail/$username to the cyrus format. IWe are > basically moving from UW IMAP to Cyrus. I was > wondering if documetnation on this proceudre was > available and/or if there were any go

Re: Converting from BSD mailbox format to Cyrus v2 format

2002-11-08 Thread marc . bigler
.11.2002 16:27 | || | |+-> >--| | | | To: [EMAIL PROTECTED] | | cc: [EMAIL PROTECTED] | | Subject: Re:

Re: Converting from BSD mailbox format to Cyrus v2 format

2002-11-07 Thread Ken Murchison
[EMAIL PROTECTED] wrote: > > Hello, > > I will need to migrate a few users which were on an old OpenBSD mail server > using the original BSD mailbox format to the new Cyrus v2.1.9 mailstore > format. I've already read the book Managing IMAP but unfortunately their > scripts are for Cyrus v1.5 w

Re: Converting email from a bsd style email box

2002-10-01 Thread Michael Salmon
On Monday, September 30, 2002 02:20:47 PM -0500 "Vernon A. Fort" <[EMAIL PROTECTED]> wrote: +-- | To all, | Is it possible to read am email message from an existing BSD -style | mbox file and use the cyrus deliver agent to inject the mail verses | simple copying the file into the specific f

Re: converting

2002-02-19 Thread Michael Salmon
On Tuesday, February 19, 2002 11:57:39 AM +0100 Mathieu Arnold <[EMAIL PROTECTED]> wrote: +-- | Hi | | I currently have a lot of users with flat mailboxes | And I need a simple way to split the big files into separate files, then | to put this small files into my users new cyrus home and then