Moving accounts from one cyrus server to another

2001-07-25 Thread Dan Makovec
Hi folks,   I've got an old FreeBSD 3.x server running cyrus 2.0.7, which I want to decommission.  I've set up a new box with FreeBSD 4.3 and Cyrus 2.0.15, and would like to essentially shift all the user accounts (sieve scripts and all - not stored in user directories) to the new server.  P

Bug: 2.0.15-HIERARCHY - delete subscribed folder screws up LSUB

2001-07-25 Thread Nick Sayer
Check this out: * OK medusa.kfu.com Cyrus IMAP4 v2.0.15-HIERSEP-r2 server ready . login user testcase . OK User logged in . list * * * LIST (\Noinferiors) "/" "INBOX" * LIST () "/" "Drafts" * LIST () "/" "Sent" * LIST () "/" "Templates" * LIST () "/" "Trash" * LIST () "/" "amanda" * LIST () "/" "

2.0.15 + HIERARCHY => MacOS X mail working

2001-07-25 Thread Nick Sayer
Folks here may or may not have remembered that I mentioned a while ago that the MacOS X mail client does not work with IMAP servers that do not use "/" as their separator. I coerced the FreeBSD port to build 2.0.15 with the new hierarchy patches. With the unix hierarchy separator directive tu

Re: Bind the daemon to a specific ip address

2001-07-25 Thread Ken Murchison
Norbert Sendetzky wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wednesday 25 July 2001 11:53, you wrote: > > I guess, that's done in cyrus.conf like that: > > > > SERVICES { > > > > imap cmd="/usr/cyrus/bin/imapd" listen="127.0.0.1:imap" > > prefork=0 > > I thou

Re: russian from field

2001-07-25 Thread Alexei Takaseev
Andrew Kirilenko ÐÉÓÁÌ(Á): > > Hello! > > I've problem with the russian from field, using cyrus imapd. > Everything is OK with russian subject, body etc, but russian from > converts into the "X X" :( > > Any suggestions? I have solved this problem by means of this patch. diff -ruN cyr

Re: cyrus-imap 2.0.15 / AIX 4.3.3

2001-07-25 Thread Alex Pilosov
I believe on certain systems there's a race condition (well, race is a wrong word, more like a kernel feature ;) between select and accept: It is possible that select() will return filehandle as readable, but an accept on it will fail with 'socket not connected'. There's been much discussion on

Re: cyrus-imap 2.0.15 / AIX 4.3.3

2001-07-25 Thread Lawrence Greenfield
man accept and post what the error means. Larry Date: Wed, 25 Jul 2001 20:44:04 +0200 From: Ingo Herz <[EMAIL PROTECTED]> Hello, I'm running cyrus-imap 2.0.15 on an IBM F50 (AIX 4.3.3) for about a week now. Had to do very little changes in the source, but that's not the problem:

Make Error

2001-07-25 Thread Michael Weber
I am trying to compile SASL, but I am having a problem. I have patched it to support LDAP, but when I get to make I receive the following error. /bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -L/usr/local/lib -Wl,-rpath, /usr/local/lib -L/usr/local/BerkeleyDB.3.2/lib -L/usr/local/lib -o d

Re: CPU usage

2001-07-25 Thread Lawrence Greenfield
We don't see this; we have approx 1 users on a dual processor ultra with 2 gigs of memory. We run into problems when we have more than 5500 simultaneous connections or so. Using the Berkeley db mailboxes file tends to take more CPU usage. Larry Date: Tue, 24 Jul 2001 17:02:54 +0100 F

cyrus-imap 2.0.15 / AIX 4.3.3

2001-07-25 Thread Ingo Herz
Hello, I'm running cyrus-imap 2.0.15 on an IBM F50 (AIX 4.3.3) for about a week now. Had to do very little changes in the source, but that's not the problem: our logs are filled with the following messages (~every 10 min): pop3d[43562]: accept failed: Socket is not connected As this warnings are

quota question

2001-07-25 Thread Kevin J. Menard, Jr.
Hey guys, Is there anyway to tie mailbox quotas in with system quotas? I'd like to be able to say, this one group gets 50 MB of space, regardless of web or mail. This would be ideal for virtual hosts. All look ups are done with ldap, and i have nss ldap, if that makes any diffe

Re: Problems compiling cyrus-imapd-2.0.15

2001-07-25 Thread Kevin J. Menard, Jr.
Hey Alfonso, Wednesday, July 25, 2001, 7:11:55 AM, you wrote: AG> Problems compiling cyrus-imapd-2.0.15 AG> Hi, AG> I have a linux box (Red Hat 7.0), and I'm AG> having problems trying to compile cyrus-imapd-2.0.15. AG> What I get is the following. AG> # ./configure AG> # make depend

Re: SleepyCat 3.3.11

2001-07-25 Thread Patrick Boutilier
Cyrus imap 2.0.15 and SASL 1.5.24 compile fine on RedHat 7.1 using SleepyCat 3.3.11 I can also telnet to port 143 and sending mail using deliver works as well. /usr/cyrus/bin/deliver -a boutilpj -m -- boutilpj I haven't tested it. I scanned the release notes quickly and it >didn't seem like t

Re: Bind the daemon to a specific ip address

2001-07-25 Thread Norbert Sendetzky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 25 July 2001 11:53, you wrote: > I guess, that's done in cyrus.conf like that: > > SERVICES { > > imap cmd="/usr/cyrus/bin/imapd" listen="127.0.0.1:imap" > prefork=0 I thought this too, but then it's listening at *:127 Seems l

russian from field

2001-07-25 Thread Andrew Kirilenko
Hello! I've problem with the russian from field, using cyrus imapd. Everything is OK with russian subject, body etc, but russian from converts into the "X X" :( Any suggestions? Best regards, Andrew Kirilenko, Senior Programmer / System Administrator, Internet Service.

Problems compiling cyrus-imapd-2.0.15

2001-07-25 Thread Alfonso García
Problems compiling cyrus-imapd-2.0.15 Hi, I have a linux box (Red Hat 7.0), and I'm having problems trying to compile cyrus-imapd-2.0.15. What I get is the following. # ./configure # make depend # make all ... ### Done building chartables. gcc -c -I.. -I/usr/local/include -DHAVE_CONFIG

RE: Bind the daemon to a specific ip address

2001-07-25 Thread Nick Ustinov
I guess, that's done in cyrus.conf like that: SERVICES { imap cmd="/usr/cyrus/bin/imapd" listen="127.0.0.1:imap" prefork=0 and so on -Original Message- From: Norbert Sendetzky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 12:28 To: [EMAIL PROTECTED] Subject: B

Bind the daemon to a specific ip address

2001-07-25 Thread Norbert Sendetzky
Hi all Does anybody know, if it is possible to bind the cyrus daemon to a specific ip address, e.g. 127.0.0.1? Norbert

Re: IMAP cannot find mail directory.

2001-07-25 Thread Michael Fair
Sounds like a permissions problem to me... Are you sure that all appropriate users can access that directory? -- Michael -- On 23 Jul 2001 12:12:19 -0600, Goldcoast POP3 server wrote: > The following is the error message we receive > > your specified root folder path /var/spool/mail cannot nei