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
> 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
--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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
> 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
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?
> > > >
> >
> > >>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
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
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
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
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
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
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
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
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
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
.11.2002 16:27 |
|| |
|+->
>--|
|
|
| To: [EMAIL PROTECTED]
|
| cc: [EMAIL PROTECTED]
|
| Subject: Re:
[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
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
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
32 matches
Mail list logo