Re: Installation problem on Fedora core 1

2004-02-13 Thread Cesar Scavuzzo
On Sun, 2004-02-08 at 22:00, Cesar Scavuzzo wrote: > Hi, > I installed cyrus server on Fedora Core 1 following the instructions on > the RH9 Howto. Every thing went good until I get to this part > > > chattr +S . user quota user/* quota/* > > I get this error: > > [EMAIL PROTECTED] cyrus-im

Thanks you all!!!

2004-02-13 Thread Cesar Scavuzzo
First of all I want to thanks to all the people that help me with me issue (no one answer any thing) second I want to inform that I'll still using my exchange server knowing that it sucks but if I can not make this thing work what other alternative I have? Again Thanks you all!!! --- Home Page:

Re: Cannot run cyradm....problem with perl.

2004-02-13 Thread Jim Levie
On Fri, 2004-02-13 at 15:41, trichard wrote: > This is driving me nuts. Finally got cyrus-imapd v2.2.3 to compile and > install. I am able to test authentication successfully using imtest. > > Now when I try and run cyradm I get the below error. Can anyone please > help me get over this hump?

Cannot run cyradm....problem with perl.

2004-02-13 Thread trichard
This is driving me nuts. Finally got cyrus-imapd v2.2.3 to compile and install. I am able to test authentication successfully using imtest. Now when I try and run cyradm I get the below error. Can anyone please help me get over this hump? I cannot seem to get around this issue. Thanks! -t --

LMTP delivery problem Cyrus 2.2.3

2004-02-13 Thread Stephan Buys
Hi all, How does one trace problems with message delivery with LMTP? There seems to be something wrong with message delivery, or some kind of configuration error.. -- I have a mailbox, as displayed in cyradm output be

Re: convert from maildir to Cyrus DB

2004-02-13 Thread Craig Ringer
On Sat, 2004-02-14 at 02:19, Ken Murchison wrote: > Its probably reasonable, but you have to make sure that no messages are > delivered to this new mailbox before you're done reconstructing. Indeed. I was thinking of it as a possibly faster alternative during migration, to batch-move entire serv

Re: +S reliance?

2004-02-13 Thread Wil Cooley
On Tue, 2004-02-10 at 11:06, Brenden Conte wrote: > In the install documents, it says to be sure to set the +S attribute in > the imap directory. > > Is there any hard reliance on this? If i use a filesystem that doesn't > support +S, are things going to break? I'm guessing you're talking about

Re: web-cyradm and cyrus-imapd-2.2?

2004-02-13 Thread Carl P. Corliss
Jamie Penman-Smithson wrote: On Fri, 2004-02-13 at 08:48, Khalid Mehmood wrote: Is it possible to use web-cyradm with cyrus-imapd2.2.3-4? I need a working imapd.conf with virtaul domains enabled.Please help me, I'm really stuck. RTFM, man imapd.conf. You're on the wrong list. No he's not. Last

Re: convert from maildir to Cyrus DB

2004-02-13 Thread Ken Murchison
Craig Ringer wrote: On Fri, 2004-02-13 at 21:59, Andrew J Caird wrote: One keyword that should find at least one message in the thread to get you started is "mailutil". While I agree with the above suggestion (read the archives, consider using mailutil), I thought it'd be interesting to see i

Re: Trying to troubleshoot Murder problem

2004-02-13 Thread Mike Smith
I ran into that problem when I was setting our test server up and a couple suggestions is is your proxy user setup, can your frontend resolv the ip of the name for the backend, are you getting any log messages when you try this? On Fri, 2004-02-13 at 09:30, Etienne Goyer wrote: > Hi, > > I am cur

Re: convert from maildir to Cyrus DB

2004-02-13 Thread Craig Ringer
On Fri, 2004-02-13 at 21:59, Andrew J Caird wrote: > One keyword that should find at least one message in the thread to get > you started is "mailutil". While I agree with the above suggestion (read the archives, consider using mailutil), I thought it'd be interesting to see if direct import wa

SOLVED Re: Trying to troubleshoot Murder problem

2004-02-13 Thread Etienne Goyer
Hi, I solved my problem. On the MUPDATE master, in /etc/cyrus.conf we had : mupdate cmd="/usr/cyrus/bin/mupdate -m" listen=2004 prefork=10 Setting prefork=1, then restarting the Murder solved it. This beg an entry in the Wiki, if only I could figure out how to use it ... On Fri, Feb 13,

Re: Problem building Cyrus SASL 2.1.17

2004-02-13 Thread Nikola Milutinovic
> << > > Hi Nix, > > What you are seeing was the behavior at least through 2.1.15; it seems > strange that it entered also in your 2.1.17. I had to abandon Tru64 due > to upgrade costs, so I don't have that OS to test anymore. I do, however > notice that betw

Trying to troubleshoot Murder problem

2004-02-13 Thread Etienne Goyer
Hi, I am currently trying to troubleshoot a Murder problem. Any suggestion welcomed. Basically, it seem like the frontend don't have their mailbox list updated. We tried restarting just the frontends, it did not worked. then we tried restarting the whole Murder and the problem is still here. He

Re: upgrade from Cyrus 2.1.15 to cyrus 2.2.3 breaks LDAP auxprop authentication.

2004-02-13 Thread Igor Brezac
On Thu, 12 Feb 2004, Edward Rudd wrote: > I'm not getting the "no worthy mechs" error since I installed cyrus.c > patch.. But their are other errors with the authentication.. > I'm going to try and debug ldapdb when I get a chance.. Or try upgrading > openldap to 2.1.25 and the newer ldapdb relea

Re: Problem building Cyrus SASL 2.1.17

2004-02-13 Thread Mike O'Rourke
>>> Nikola Milutinovic <[EMAIL PROTECTED]> 02/13/04 02:15pm >>> Hi all. I must say I'm puzzled. This is the first time I run into a problem like this with SASL. OS: Tru64 UNIX 4.0D CC: DEC CC + latest set of GNU tools (make, automake, autoconf,...) Configure options were: ./configure --prefi

Re: cyrus-imapd 2.2.3 compile problems - SOLUTION

2004-02-13 Thread trichard
The solution in case anyone has this same issue: My com_err.h was located in /usr/include/et. It needs to reside in /usr/include. Run the following command to make sure it is in the correct location: locate com_err.h This will show you where the file is. If it is in another directory, just co

Re: Outlook problems with long UIDL's

2004-02-13 Thread Etienne Goyer
Hi, Glad to hear we are not the only one at last. Welcome to the wonderful world of proprietary software support, where finger pointing and denial is an accepted way around bug :) On Fri, Feb 13, 2004 at 09:54:08AM +0100, Gregor Bruhin wrote: > > Cusomers complained that when they activate the

Re: convert from maildir to Cyrus DB

2004-02-13 Thread Andrew J Caird
On Fri, 13 Feb 2004, Jukka Salmi wrote: > Hello, > > I'm planing to switch a (Courier) maildir based IMAP system to Cyrus. Jukka, I strongly suggest you search the recent archives of this list. There have been at least two very informative threads on this topic recently. http://asg.web.cmu

Problem building Cyrus SASL 2.1.17

2004-02-13 Thread Nikola Milutinovic
Hi all. I must say I'm puzzled. This is the first time I run into a problem like this with SASL. OS: Tru64 UNIX 4.0D CC: DEC CC + latest set of GNU tools (make, automake, autoconf,...) Configure options were: ./configure --prefix=/usr/opt/Cyrus-SASL-2.1.17 --localstatedir=/var/opt/Cyrus-SASL-

convert from maildir to Cyrus DB

2004-02-13 Thread Jukka Salmi
Hello, I'm planing to switch a (Courier) maildir based IMAP system to Cyrus. There are a few 10k messages in various folders in the maildir. I'd like to convert those message to Cyrus database format. I don't have Cyrus IMAPD installed yet, thus some questions: - What database format Cyrus uses?

increasing set_cachsize() in cyrusdb_berkeley.c

2004-02-13 Thread Andreas S. Kerber
Hi, I seem to have had the same problem mentioned in: http://www.faqchest.com/prgm/cyrus-l/cyrus-02/cyrus-0212/cyrus-021202/cyrus02120822_34566.html The berkeley db cache size, which I believe is defined in lib/cyrusdb_berkeley.c, seems to be 64k. Has anybody ever increased this value and could

Re: web-cyradm and cyrus-imapd-2.2?

2004-02-13 Thread Jamie Penman-Smithson
On Fri, 2004-02-13 at 08:48, Khalid Mehmood wrote: > Is it possible to use web-cyradm with > cyrus-imapd2.2.3-4? I need a working imapd.conf with > virtaul domains enabled.Please help me, I'm really > stuck. RTFM, man imapd.conf. You're on the wrong list. -- -jamie <[EMAIL PROTECTED]> w: http:

Re: Outlook problems with long UIDL's

2004-02-13 Thread Gregor Bruhin
Hi, Cusomers complained that when they activate the option "leave mails on server" (using POP3) in outlook they get some mails multiple times. It seems to be a known problem (http://www.mail-archive.com/[EMAIL PROTECTED]/ msg13766.html). I'm trying to debug that and am in contact with the ou

web-cyradm and cyrus-imapd-2.2?

2004-02-13 Thread Khalid Mehmood
Is it possible to use web-cyradm with cyrus-imapd2.2.3-4? I need a working imapd.conf with virtaul domains enabled.Please help me, I'm really stuck. Thanks Khan __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.