Hi to everybody:
I'm trying to setup a imap in a linuxbox. I have cyrus software
listening on ports pop3 and imap.
I use this rpm packages:
cyrus-sasl-1.5.24-17
cyrus-imapd-2.0.9-3
Here you have the contents of /etc/imap.conf
[ develop2 ] ~ # cat /etc/imapd.conf
configdirector
: 2.0.15
Are they right ? If not, where I can get cyrus-sasl 1.5.27 ?
Thanks for your help.
On Mon, 9 Jul 2001, Artur Frysiak wrote:
> On Mon, Jul 09, 2001 at 10:13:35AM -0100, David wrote:
> > Hi to everybody:
> >
> > I'm trying to setup a imap in a linuxbox. I have cyrus
And this one also:
-- Forwarded message --
Subject: Re: cyrus: cannot validate a user that exist on the /etc/passwd
file
On Tue, 10 Jul 2001, Wolfgang Schäfer wrote:
> hi david,
>
> David wrote:
> >
> > Thanks a lot for your answer Wolfgang.
> >
On Tue, 10 Jul 2001, Wolfgang Schäfer wrote:
> hi david,
>
> check your ./configure before compile time.
> attached you can find my config.status files!
> importand i think is to config sasl with:
> ./configure --with-pwcheck_method=shadow --enable-plain \
> --disable-cra
Hi to everybody, I have a problem cyrus & Ldap.
Ok, here is the problem:
I have setuped correctly a LDAP database on a RH7.1 box (openldap-2.0.7).
On the LDAP database I have imported /etc/passwd and /etc/group. I've
modified /etc/pam.d/login to test if it is possible to validate against my
ldap
http://www.openssl.org/news/secadv_20040317.txt
Version 0.9.7d now available to correct this vulnerability.
http://www.openssl.org/source/
Regards and many thanks to this list for solid info.
David
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List
the active one?
Any help would be appreciated.
Regards,
David
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
blem with the user login of the customers that should
be user.domain.com (with virtdomains adding @localhost) but should be
desiderable to use login [EMAIL PROTECTED] due to current configuration in
qmail/qpopper server that we need to integrate.
Thanks in advance, regards
--
David
Cyrus Ho
I'm having trouble getting cyrus installed and running. I've compiled and
installed sasl (2.1.21) and imap (2.3.0). When I run cyradm -u mailadm
localhost and create mailboxes it seems that cyradm quits on me unexpectedly:
#cyradm -u mailadm localhost
IMAP Password:
>> localhost> cm info
>
>Shouldn't that be:
>
> localhost> cm user.info
>
>or user/info if you're using unixhierarchysep?
Thanks, I turned off unixhierarchysep and tried using "cm user.info" instead.
Unfortunately I still have the same issue. The cyradm app dies shortly after
running the cm com
I noticed this error as well that appears when I run the "cm" command:
Dec 19 09:18:52 messenger1 master[5730]: [ID 970914 local6.error] process 5740
exited, signaled to death by 10
So something is definitely crashing. I'm running Berkeley DB 4.4.16. Is that a
problem?
-Dave
-Original Mes
Well, it's not DB 4.4.16. I just tried DB 3.3.11 and the same thing happens.
-Dave
-Original Message-
From: [EMAIL PROTECTED]
Sent: Mon, 19 Dec 2005 09:17:47 -0600 (CST)
Subject: Re: Problem creating mailboxes
I noticed this error as well that appears when I run the "cm" command:
Dec
Here's the last part of a truss on cyradm showing the crash. Any ideas on how
to fix this?
open("/dev/random", O_RDONLY) = 6
read(6, " i\b9BB9 Z\b", 6) = 6
close(6)= 0
times(0xFFBFF308) =
cyrus-imapd-2.0.12 - imap/mboxname.c - line #187:
I believe this is what you're looking for...
#define GOODCHARS "
+,-.0123456789:=@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~"
-David Fuchs
Barbara Greenwood wrote:
>Hi,
>
>Does anyone know whic
I've attached it to this message.
Just extract cyrus-imapd-2.0.14, cd to the directory, and run:
"patch < /path/to/cyrus-imapd-2.0.14-DOTPATCH.diff"
This is a later version of the original patch I released, it fixes a problem
setting/parsing quota files.
-David Fuchs
...try "man inetd".
There is an inetd.conf if you create one, but not until then. You also have
to start inetd on your own (whether by rc.local or some other method).
You may want to find a Linux User Group to join, there are quite a few of
them around...
-David Fuchs
- Origin
I have been hapily running cyrus-imapd 1.6.24 for some time. My mail
server is a black box: the users have no local accounts; imapd.conf
instructs cyrus to authenticate via PAM and /etc/pam.d/imap uses
pam_ldap.so to get user data from an OpenLDAP database. It all works
beautifully. I do not u
I've seen this behaviour from several different MTA's. I thought
that RFC1123 (Para 5.2.13) addressed this issue, but upon checking,
I see that it refers to return-path.
-Dave
Pavel Levshin wrote:
>
> Hello Ken,
>
> Wednesday, July 11, 2001, 8:23:00 PM, you wrote:
>
> >> nw> Why is there no
i mbox.out
>>>remove the line and write changes<<<
su cyrus -c "/path/to/ctl_mboxlist -u /user1
Hope that helps... I'm not sure why your original attempts at setting
the ACL and removing the entry didn't work... hmmm...
-David Fuchs
- Original Message -
From:
5. Perhaps the auth mechanism isn't even using pwcheck the
first time around?
-David Fuchs
Kevin J. Menard, Jr. wrote:
>Hey David,
>
>
>Wednesday, July 25, 2001, 12:02:50 AM, you wrote:
>
>DF> I recreated your situation on my own system... but had no trouble...
>
>
I am faced with the same "signaled to death by 11" problem on RH 7.1
that has been reported in this list several times before. I think I
understand the problem, but I need a little coaching to implement a
solution.
Here's the problem: whenever I login correctly,
# telnet localhost imap
> BTW, what is the fastest route?
> imap -> sasl -> pam-ldap -> ldap server
> imap -> sasl -> ldap server
The fastest route to me seems to be:
imap -> pam_ldap -> ldap sever
Can we PLEASE produce a version of cyrus-imap imap WITHOUT SASL? PAM may
be a smidgeon less flexible, but it is simp
> What's wrong with having both PAM and SASL in the implementation? And
> isn't this the case? I'm still using Cyrus IMAP 2.0.13 so maybe PAM
> has been removed since, but I would be surprised.
PAM has never been in the distribution. SASL is in the distribution and
PAM is supported by SASL. T
I have spent more time investigating the interaction of pam_ldap and
SASL, and have narrowed down the problem considerably, but still not
quite "got it".
The TLS options seem also to be the wrong direction; I can eliminate
TLS/SSL and the problem persists. By inserting lots of debug code, I
Does ANYONE have the following configuration working?
cyrus-imapd-2.0.x authenticating via LDAP using sasl_pwcheck_method: PAM
and the pam_ldap module
If so, please chime in to say on what system and how you got it to work.
I can't imagine this configuration is obscure: LDAP is the preemininen
I and quite a few other users of the cyrus-imapd system have found a
problem which occurs exclusively when we authenticate using the PAM
module pam_ldap linked against the OpenLDAP 2.0.x libraries. I am
writing to ask whether this bug and any potential solutions are known to
the wider OpenLDA
Phillip Sacha, thanks so much for pointing out that pam_ldap works when
linked gainst the OpenLDAP 1.x libraries. Norbert Sendetzky also point
out that Red Hat's precompiled pam_ldap also works, and ldd reveals
that to be linked against libldap.so.1 and liblber.so.1 -- the OpenLDAP
1.x libr
rilier question: how hard would it be to
replace SASL with PAM, thus producing, IMHO, a more useful imap server
for sites other than CMU. Basically this comes down to the question: how
many calls to SASL library APIs are there in cyrus-imapd? 10? 100? 1000?
If it's less than 100 I'd give it a try myself.
Thanks for listening,
David
Please educate me, I do not understand.
> Please use pwcheck. Your problems will go away.
The pwcheck distributed with cyrus-sasl is not useful to me. My users
are not in /etc/passwd -- they are ONLY in an LDAP database. Even a
pwcheck daemon that uses LDAP is only useful to me it does LDAP
note there are (or were) limits on the size of usernames and passwords
that pwcheck can deal with.
David Lang
On Fri, 10 Aug 2001, Jeremy Howard wrote:
> Date: Fri, 10 Aug 2001 05:59:54 +1000
> From: Jeremy Howard <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED], Marco Colombo &l
Cyrus-imapd (1.6.24) insists on advertising AUTH=CRAM-MD5, even though
this is a lie. This is (I think) one of the (many bad) side-effects of
SASL -- because of SASL cyrus advertises this AUTH, but in fact my
sasldb is utterly empty (all authentication is via PAM) and so any
client that takes
SL
enabled stuff) will insist on trying to use it.
David Lang
On Mon, 20 Aug 2001, Amos
Gouaux wrote:
> Date: Mon, 20 Aug 2001 00:33:16 -0500
> From: Amos Gouaux <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: turning off AUTH=CRAM-MD5
>
> >>>>>
ment) in a
boot script
David Lang
On
Thu, 6 Sep 2001, Jeremy Howard wrote:
> Date: Thu, 6 Sep 2001 22:08:50 +1000
> From: Jeremy Howard <[EMAIL PROTECTED]>
> To: Lawrence Greenfield <[EMAIL PROTECTED]>,
> Horst Lederhaas <[EMAIL PROTECTED]>,
> [EM
command would hang in some circumstances), so I hacked
up some Perl to parse the Netscape local mail format and put the mail
(carefully) in a Cyrus store via IMAP. The code is at
http://gadbois.home.texas.net/src/netscape-to-imap.pl. You will
definitely need to modify it to suit your purposes.
--David Gadbois
.
it's a problem, but it's far less of a problem then attempting to parse a
unix mail file to get the message you need, that starts to slow down
significantly at <1000 messages (on a much faster linux box)
David Lang
On Mon, 22 Oct 2001, Amos Gouaux wrote:
> Date: Mon, 22 Oct 200
nsure integrity.
su -c "/path/to/cyrus-2.0.14/bin/reconstruct"
su -c "/path/to/cyrus-2.0.14/bin/quota -f"
Start the 'master' process...
Cross your fingers and test some mailboxes!
Hope that helps!
-David Fuchs
Jesse Ahrens wrote:
[EMAIL PROTEC
I am running a locally compiled cyrus 2.0.16 on a Red Hat 7.1 system.
Twice now one of my users (only one, but this one happens to be my
boss!) has observed a wierd, transient failure mode: in this mode, imapd
hangs on any attempt to write to a folder. Here is an example, caught by
ethereal:
000
For SSL/TLS connections, is there some way to tell cyrus-imap what sorts
of encryption to allow? Apache's mod_ssl, for example, has the
SSLCipherSuite directive, which I use thusly:
SSLCipherSuite HIGH:+MEDIUM:-LOW:-EXP:-ADH:-NULL
The touble with simply allowing all ciphers supported by OpenS
A while back I wrote to the list asking about how by specify the SSL/TLS cipher
algorithms that cyrus imapd should accept (by analogy with the SSLCipherSuite
directive from Apache's mod_ssl). I didn't receive a reply (which is fine) so now I
want to verify: is it true that there is no way to s
d unset vacation messages, without wiping out any existing sieve
rules, until I can get a full blown sieve front end for them.
Thanks for any help.
-david
I'm using a software raid5 and raid1 setup with a 2.4.17 kernel without
problems. I'd probably look at db3 being the cause of locking mailboxes
before troubleshooting raid issues. We're using the debian 3.2.9 db3
package.
-david
-Original Message-
From: [EMAIL PROTECTED]
am_mysql module which you can use.
I have a small installation sheet, the documentation of the last server
I installed. If you wish, I can send it to you. It's not a full blown
documentation but it might have some information to get you started.
Cheers, David
--
++ http://www.serverart.com
+
ms.
For a preview of what the product could look like, go to:
http://mail.serverart.com
Cheers, David
On 02/22/2002 02:12 PM, Steve Wright wrote:
> Can someone recommend me a good webmail package ?
> At somepoint in the near future I will need to setup webmail on our
> production servers
s. Is it that sieve can't parse
the header properly, because of the unbalanced ">", so it does nothing? Why
does sieve care about a stray closing brace? I could guess the problems of
an unclosed "<", but I would think a random ">" would be ignored. An
is no way to do the user mapping at this layer.
David Lang
On Sun, 24 Feb 2002, Chris Gilbert wrote:
> Hi,
>
> I've just setup a system running cyrus for my own use (it's installed and
> seems to be running fine 8).
>
> However I've got a problem with unknown user
different structures that are
designed to handle the large numbers of directories problem better.
David Lang
On Sun, 24 Feb 2002, Andres Maduro wrote:
> Date: Sun, 24 Feb 2002 23:16:06 -0800
> From: Andres Maduro <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Too many use
ling file systems I think you will be able
to get away without needing to do the sync trick for the mailboxes
themselves.
if you need to do anything you may want to make the journal syncronous to
avoid the possibility that you accept the mail and crash before the
journal gets written to disk.
David Lang
has (re-)implemented that function yet. (Yes, I've got a similar
situation and will have to downgrade to 1.6.24)
Cheers, David
--
++ http://www.serverart.com
++ "Everything takes longer than you expect, even when you take
++ into account Hofstadters law." - Hofstadter's Law
Hi Ted! :-)
> I was wondering which module in Cyrus provides return receipt ?
Return receipt is traditionally provided by the mail client (outlook,
netscape, pine, eudora), not the mail server. Unlike return recepit from
the post office, which is a service the transport agent provides the
se
There is a tool to manage cyrus via php:
http://freshmeat.net/projects/php-cyradm/
I've tried the 1.x version once and it looked quite good.
Cheers, DafDaf
Ah, yeah. And there was a thread about web-interfaces for IMAP servers a
couple of weeks ago. Just search the archives.
Birger Toedtma
change server. Now if only someone would
> make it possible for Outlook to store non-mail folders (that is, contacts
> and schedule stuff) on cyrus... :-)
I think there is a company that have just done that. You may want to take a
look at www.bynari.net.
and no I don't work for them and haven't tried it.
David Mulcahy
>>Anything look familiar or obvious? Suggestions?
Familiar, anyway. Looks like the old SASL re-entrancy problem to be. Try
rebuilding your OpenLDAP libs --without-sasl and linking pam_ldap to them.
>>Anything look familiar or obvious? Suggestions?
Look familiar, anyway. It looks like the inevitable SASL reentrancy
problem. Try rebuilding your LDAP libs --without-sasl and then linking
pam_ldap to the new libs.
I know I've seen snippets about this run across this list, but does anybody
have a step-by-step for switching from Berkeley DB to skiplist in cyrus
2.0.16 ?
-david
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Howard
Sent: Wednesday, Mar
corresponding to the list names. The headers are mostly the same for the
mail sent to multiple lists, so why do I care if I received it from the
correct list or not? The subject may be different, but the the "Reply All"
still works.
-david
-Original Message-
From: [EMAIL PROTECTE
what hardware do you use to support this load?
David Lang
On Sun, 24 Mar 2002, Nick Ustinov wrote:
> Date: Sun, 24 Mar 2002 11:52:32 +0200
> From: Nick Ustinov <[EMAIL PROTECTED]>
> To: Jonas Jacobsson <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: Cyrus
D.
you tell outlook that you have an IMAP server that you want it to connect
to and it works (at least it works as well as outlook ever works ;-)
you will have to look in your outlook documentation for where the option
is to tell it where your mail servers are.
David Lang
On 26 Mar 2002
have you attempted to configure SASL to just do plain passwords, it's
likly that outlook can't do anythign more sophisticated.
David Lang
On 26 Mar 2002, Chris Picton wrote:
> Date: 26 Mar 2002 15:32:44 +0200
> From: Chris Picton <[EMAIL PROTECTED]>
> To: Chris Picton
the IMAP support in outlook is rather primitive (or was the last time I
had to make it work) so I wouldn't be surprised if you are just stuck with
LOGIN.
sorry I can't help more
David Lang
On 26 Mar 2002, Chris Picton wrote:
> I have sasl set up to do LOGIN PLAIN DIGEST-MD5 and C
1. get a cert that is valid (otherwise you are vunerable to
man-in-the-middle attacks anyway, and it's a bad idea to get users used to
ignoring security warnings)
2. if they can disable SSL can't they disable 'secure passwords' and cause
it to revert to plain logins anyway?
ad version then if you could check.
David Lang
On 2 Apr 2002, Jim Levie wrote:
> Date: 02 Apr 2002 13:59:18 -0600
> From: Jim Levie <[EMAIL PROTECTED]>
> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> Subject: Re: removing banners from cyrus
>
>
sl=/usr/local/cyrus-sasl
Any insight into this issue would be greatly appreciated.
Thanks!
David Fuchs
Awesome, thanks everyone!
On Wed, 2002-04-03 at 11:37, Rob Siemborski wrote:
> On 3 Apr 2002, David Fuchs wrote:
>
> > Any insight into this issue would be greatly appreciated.
>
> It's a bug in the configure script which I have fixed in CVS (the correct
> LDFLA
ing to work with the released v2.1.3, and
add the appropriate header to get past the socket.h errors - perhaps
someone can patch this in CVS?
Thanks,
-David Fuchs
ery':
/u/devel/install/cyrus/cyrus-imapd-2.1.3-CVS/lib/cyrusdb_skiplist.c(.text+0x38e1):
undefined reference to `fdatasync'
/u/devel/install/cyrus/cyrus-imapd-2.1.3-CVS/lib/cyrusdb_skiplist.c(.text+0x3949):
undefined reference to `fdatasync'
Thanks!
-David Fuchs
: db.h: No such file or directory
make[1]: *** [cyrusdb_db3.o] Error 1
make[1]: Leaving directory `/root/cyrus-imapd-2.0.16/lib'
make: *** [all] Error 1
i haven't been able to find anything on the web about this, i was hoping one
of you would be able to help me. tia
-david
-BEGIN PGP
ikens" <[EMAIL PROTECTED]>
To: "David Goodrich" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 2:56 AM
Subject: Re: cyrus-imap make errors
>
>
> --On Sunday, April 07, 2002 11:22 PM -0500 David Goodrich
> <[EMAIL PROTECTED]> wrote:
>
> > thanks
Since there is such as SASL love-fest going on here, allow me to chime
in with my dissenting viewpoint. SASL adds nothing but an annoying
dependency to LDAP. No, I take that back, it also adds a security hole.
Challenge-response mechanisms have absolutely no advantage over straight
password t
>>Finally, Birger, what's "really creative" about
>>
>> by self write
>> by anonymous auth
>> by * none
>>
>>?
>
> So how do we get these toys together if one
>
> 1. is going to protect user information based on "by self write" - you
> first have to see what "self" is! - and
>
> 2. h
> Putting the password over the wire is always a bad idea.
If there were no downside to challenge-response, I'd agree. But if the
price is storing my passwords unhashed, I'm not willing to pay it. All
my sites use MD5 or SHA hashing, which OpenLDAP supports.
> Maybe I'm a dork for buying into
> When I attemp to delete a message from the client I receive the message
> that The IMAP copy failed.
It sounds like you have a client that deletes by moving to a Trash folder,
and you don't have a Trash folder. Make sure the client is configured so
that delete means "mark message as deleted."
an't do the one message until they check it I need to at least be
able to throttle the messages to one per (whatever time period).
David Lang
> I'm trying to make Cyrus IMAP work with Pam for authentication.
> sasl_pwcheck_method: saslauthd
You want:
sasl_pwcheck_method: PAM
Go on from there, and come back when you encounter the SASL re-entrancy bug.
> SASLv2...
Sorry! Rob is of course right wrt SASLv2.
seen, there were numerous threads on this
subject in this mailinglist, as it seems to be a very confusing story .
But I guess you've already searched the archives.
Cheers, David
On 05/02/2002 04:58 AM, Dustin Puryear wrote:
> Correction. The second fetchmail resulted in:
>
> May 1
I'm about to try out imapd-2.1.4 (as packaged by Henrique for Debian). I
am currently running imapd-2.0.16 (custom-compiled) on a different
machine. Can somone point me to tips for how to migrate my users and
their mail? Do I just need to copy over the mailbox directory hierarchy
and run recon
> doc/install-upgrade.html
This information assumes you are upgrading on one box. My situation (and
I suspect it is the situation of most production systems) is having 2.1
set up clean (i.e. no mail or metadata) on a second machine, and now I
want to get all the mail from my 2.0 machine to it
specify how to compile
for that sucessfully, and secondly is there any utility available to migrate
standard maildirs to Cyrus' native format, or does that need to be a manual
process?
Thanks,
David Chait
,
David
Imapd
configdirectory: /var/imap
partition-default: /home/mail
admins: root cyrus
#srvtab: /var/imap/srvtab
allowanonymouslogin: no
sasl_pwcheck_method: pwcheck
Cyrus
# standard standalone server implementation
START {
# do not delete this entry!
recover cmd="ctl_cyrus
-
From: Michael Bacon [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 15, 2002 6:08 PM
To: Ken Murchison; David Chait
Cc: [EMAIL PROTECTED]
Subject: Re: PAM Authentication
Or, if you're in 2.0,
sasl_pwcheck_method: pam
should work fine.
Michael
--On Wednesday, May 15, 2002 1:50 PM -040
> When I use the unixhierarchy/altnamespace options in imapd.conf I can't
> create sub-folders in the main inbox but I can create folders outside the
> main inbox and then create subfolders in those. When I turn
> unixhierarchy/altnamespace off then I can create subfolders in the main
> inbox bu
Using 2.0.16 on Linux 2.2.19.
I am having trouble with imapd daemons hanging around for a long time. I
currently (21 May) have some imapd daemons that have been hanging around
for over two weeks (4 May). It is just possible that a couple users have
been sending keep-alives that long, but I have
> Cyrus does recycle processes. Unix forking is amazingly slow compared
> to not forking and on servers that receive many connections a second
> this performance tweak is vital.
That explains it; thanks for the explanation.
(Still, even 10 forks/second seems entirely do-able. While I don't
di
the cost of forking can vary greatly depending on the OS.
David Lang
On Tue, 21 May 2002, Lawrence Greenfield wrote:
> Date: Tue, 21 May 2002 22:38:43 -0400
> From: Lawrence Greenfield <[EMAIL PROTECTED]>
> To: David Wright <[EMAIL PROTECTED]>
> Cc: Cyrus-Info <[
> Because we think that there is no need to use SASL library in the
> middle of the way to authenticate via PAM+mysql. Isnt it a better
> performance issue? Or we are completely wrong?
It's true, there isn't a need, meaning Cyrus could have been designed to
use PAM directly as a security la
t the server can hand back the proper cert, but this has
almost no support currently and is the part of the TLS spec that isn't
compatable with SSL.
David Lang
On Wed, 25 Sep 2002, twk wrote:
> Date: Wed, 25 Sep 2002 09:45:50 -0400
> From: twk <[EMAIL PROTECTED]>
> Cc: [EMAIL
us, has anyone else seen this?
Thanks,
David
RH 7.2
Cyrus 2.1.4
the RPM's for
various reasons hence a packaged install isn't the answer. Any ideas?
-David
AIL PROTECTED]>
To: "Josh Huber" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, October 21, 2002 10:18 AM
Subject: Re: Distributed File Systems
>Date: Mon, 21 Oct 2002 11:28:41 -0400
>From: Josh Huber <[EMAIL PROTECTED]>
>
>"D
Henrique, who maintains the Debian cyrus-imap packages (and does a very
good job of it) just changed the MBOX and SEEN databases to use skiplist
(from db3 and flat). I had never thought about this issue before.
Can someone explain what advantages and disadvantages one has from the
different dat
the RPM's for
various reasons hence a packaged install isn't the answer. Any ideas?
-David
..
postgres has full-text search capabilities at acceptable performance on very
large databases, their code is BSD so anything relavent coudl be merged into
cyrus. it may be worth someone looking into their logic.
David Lang
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: h
ort the databases at regular intervals so that
they will be picked up by those backups.
-David
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
unge files have changed then
> it will lock them all then stream them all to the backup server.
Cyrus is pretty ideal for fast incremental updates to a backup system:
hence replication. You shouldn't need to lock anything with delayed
expunge, delayed delete and fast rename in place.
s handled?
>
> I believe David Carter has been working on some stuff for this which is
> lined up to go in soon.
The autorestart stuff is already in 2.3.10.
It was Ken's work, based on a suggestion on my part.
--
David Carter Email: [EMAIL PROTECTED]
Universi
e objection may just have just been (1).
3) Sanity checks are good:
USER dpc22
NO IMAP_INVALID_USER Attempt to update master for dpc22
--
David Carter Email: [EMAIL PROTECTED]
University Computing Service,Phone: (01223) 334502
New Museums Site, P
hes in my private rpm packages to try how they work. Do you
> recommend both for general consumption?
It is certainly very easy to break mailboxes.db using cyr_dbtool.
Kudos to Bron for tracking down the problems.
--
David Carter Email: [EMAIL PROTECTED]
Universi
;
> When attaching the volume again, resilvering puts the system to a halt -
> reads and writes do block for seconds (!).
Definitely of interest to those of us keeping one eye on ZFS. Thanks. Can
someone else running ZFS confirm this behaviour?
--
David Carter
ter if the mailbox is replaced under your feet.
That's the way replication worked on my 2.1 systems, prior to split-meta.
(Locking isn't a big deal, but safe concurrent access is always nice).
--
David Carter Email: [EMAIL PROTECTED]
University Computing Se
On Tue, 13 Nov 2007, Bron Gondwana wrote:
> I have "delete_mode: immediate" on the replica and "delete_mode:
> delayed" on the master.
sync_server doesn't pay any attention to delete_mode, so the option
shouldn't have any effe
1 - 100 of 789 matches
Mail list logo