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: 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: Bind

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

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.

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 like it

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 AG #

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

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

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

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

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

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 thought this too, but then

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

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 () / archive/20010428 * LIST ()

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