Re: a directory named yes is created

2004-02-09 Thread Simon Matter
sorry searching the documentation and google proved difficult with this. Why would a directory called yes be created in every new mailbox. Looks like you have misconfigured some autocreate feature in imapd.conf. Simon i.e. [pdc /var/spool/imap/domain/d/draftmail.org/r/user/robin]# ls -la

Restricting admin login

2004-02-09 Thread Tuomas Toropainen
As Cyrus has an imap admin account that is needed to do various administrative things, I think it would be good to have an ability to restrict login to that account on ip address basis. I have not found such feature in cyrus, is there not one or am I just blind? imapd.conf option like

Re: a directory named yes is created

2004-02-09 Thread Christos Soulios
That is what I thought of too. Do you use Simon's RPM packages to install cyrus. Perhaps you have set autocreateinboxfolders option in imapd.conf to yes. Christos Simon Matter said: sorry searching the documentation and google proved difficult with this. Why would a directory called yes be

Re: PATCH: cyrus-imapd-2.2.3 doesn't use --mandir

2004-02-09 Thread Carsten Hoeger
On Sat, Feb 07, Andreas Winkelmann wrote: The ./configure --mandir does not work as excepted. In two Makefile.in's $(prefix)/man will be used instead. Ahh, well and libdir is also missing in some Makefile.in https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2362 -- With best regards,

Re: backend database ?

2004-02-09 Thread Tero Matinlassi
Lainaus Ramprasad A Padmanabhan [EMAIL PROTECTED]: On Sun, 2004-02-08 at 23:21, Joakim Ryden wrote: on 02/08/2004 03:15 AM Michael Jonsson said the following: For all the mail... Mail is not stored in any database. -- May not be now, But is there any reason mail cannot be

Invalid sequence in Uid - imparse_issequence()

2004-02-09 Thread Vladimir Tyman
Hi, we are using 2.1.16 and one user has problem with Mozilla 1.6.0 (OS is Freebsd). Relevant part from telemetry log: 20 OK Completed 107589931621 UID fetch 22738:22750,22752:22759,22761:22762,22765:22774,22779:2

Re: backend database ?

2004-02-09 Thread Andreas
On Mon, Feb 09, 2004 at 11:09:28AM +0530, Ramprasad A Padmanabhan wrote: May not be now, But is there any reason mail cannot be stored in a database. Or a ldap directory. ldap is not designed for this many writes, or for large objects (such as mail messages) for that matter. --- Home Page:

Re: usernames with an @ symbol

2004-02-09 Thread Igor Brezac
On Sun, 8 Feb 2004, Robin M. wrote: On Sun, 8 Feb 2004, Igor Brezac wrote: What does your saslauthd.conf look like? You probably need to set 'ldap_filter: [EMAIL PROTECTED]'. cyrus-sasl 2.1.17 splits fully a qualified usernam to the user and realm portion before it is passed to

Re: cyrquota to check all domains at once

2004-02-09 Thread Ken Murchison
Will Prater wrote: List, I have a script in which I was using cyrquota to check the quota on all users and send messages out to those that are near their quota. After migrating my users to virtual domains in Cyrus IMAP 2.2.3, I have to pass the -d domain argument to get the quota usages. Is

Strange account [maybe corrupted]

2004-02-09 Thread Felix Cuello
Hello, We are using cyrus-imapd-2.1.9 [compiled by hand] in a redhat box [Linux 2.4.20-20.7smp]. We have a really strange error with a Cyrus account and i'm sending the steps because i don't understand where is the problem: $ cyradm localhost IMAP Password: # user.imnotauser

Re: Invalid sequence in Uid - imparse_issequence()

2004-02-09 Thread Rob Siemborski
On Mon, 9 Feb 2004, Vladimir Tyman wrote: Hi, we are using 2.1.16 and one user has problem with Mozilla 1.6.0 (OS is Freebsd). Relevant part from telemetry log: [snip] When I looked on the part of the code in imapd.c it seems that function imparse_issequence returns for above sequence 0.

Re: Terrible performance and Upgrade

2004-02-09 Thread Rob Siemborski
On Sat, 7 Feb 2004, Matthew Baker wrote: Problem 1. Saslauthd gradually grows in memory size until the login process grinds to a halt. I have set it to restart once an hour to clear it. I have tried setting the option -n0 to force a child for each auth request but that seem to create

Cyrus 2.1.15 blocking connections after upgrade

2004-02-09 Thread Mike Brodbelt
Hi, I've just upgraded a 50 user Cyrus installation from 2.0.16 to 2.1.15, and users are now having problems connecting. Some connections behave as expected, but some connections to port 143 just hang. Using telnet to connect to the port shows that the TCP connection is established, but the

Re: Terrible performance and Upgrade

2004-02-09 Thread Rob Siemborski
On Mon, 9 Feb 2004, Sebastian Hagedorn wrote: I'm still fuzzy on how to find out if that's the cause. as I wrote in an ealrier message, cat /dev/random doesn't seem to block ... If it *is* demonstrably the cause in many instances, why isn't the default for SASL to use /dev/urandom?

Re: Invalid sequence in Uid - imparse_issequence()

2004-02-09 Thread Rob Siemborski
On Mon, 9 Feb 2004, Vladimir Tyman wrote: Are the line breaks actually in the log or are they an artifact? These are an artifact from pasting the line into MUA. Actually it is one line ending with CRLF (or in shell notation \r\n). OK, then I think I found the problem: cut top of

Re: Invalid sequence in Uid - imparse_issequence()

2004-02-09 Thread Vladimir Tyman
Rob Siemborski wrote: On Mon, 9 Feb 2004, Vladimir Tyman wrote: Hi, we are using 2.1.16 and one user has problem with Mozilla 1.6.0 (OS is Freebsd). Relevant part from telemetry log: [snip] When I looked on the part of the code in imapd.c it seems that function imparse_issequence

Re: Terrible performance and Upgrade

2004-02-09 Thread Rob Siemborski
On Mon, 9 Feb 2004, Sebastian Hagedorn wrote: I'm still fuzzy on how to find out if that's the cause. as I wrote in an ealrier message, cat /dev/random doesn't seem to block ... [snip] Any ideas regarding my first question? strace/truss an imapd during the connection process and see what is

Re: Terrible performance and Upgrade

2004-02-09 Thread Sebastian Hagedorn
--On Montag, 9. Februar 2004 10:07 Uhr -0500 Rob Siemborski [EMAIL PROTECTED] wrote: On Mon, 9 Feb 2004, Sebastian Hagedorn wrote: I'm still fuzzy on how to find out if that's the cause. as I wrote in an ealrier message, cat /dev/random doesn't seem to block ... If it *is* demonstrably the

Re: Terrible performance and Upgrade

2004-02-09 Thread Sebastian Hagedorn
Hi, --On Montag, 9. Februar 2004 9:52 Uhr -0500 Rob Siemborski [EMAIL PROTECTED] wrote: It takes between 7 and 15 seconds to login into any mailbox even if it's empty. Regardless of client or OS. Also it takes about 5 minutes after a restart before the deliver.db is ready and logins start. My

Re: usernames with an @ symbol

2004-02-09 Thread Robin M.
On Mon, 9 Feb 2004, Igor Brezac wrote: On Sun, 8 Feb 2004, Robin M. wrote: On Sun, 8 Feb 2004, Igor Brezac wrote: What does your saslauthd.conf look like? You probably need to set 'ldap_filter: [EMAIL PROTECTED]'. cyrus-sasl 2.1.17 splits fully a qualified usernam to the user

Re: Cyrus 2.1.15 blocking connections after upgrade

2004-02-09 Thread Mike Brodbelt
Rob Siemborski wrote: On Mon, 9 Feb 2004, Mike Brodbelt wrote: Some connections behave as expected, but some connections to port 143 just hang. Using telnet to connect to the port shows that the TCP connection is established, but the Cyrus banner never appears, and eventually the connection

Re: Terrible performance and Upgrade

2004-02-09 Thread Matthew baker
Hi, Thanks for the reply. Rob Siemborski wrote: On Sat, 7 Feb 2004, Matthew Baker wrote: If you are using PAM with saslauthd, you need to be very sure that whatever PAM module you are using doesn't have any memory leaks, otherwise you'll become very sad very quickly. pam_mysql 0.4.7 which

Re: Cyrus 2.1.15 blocking connections after upgrade

2004-02-09 Thread Rob Siemborski
On Mon, 9 Feb 2004, Mike Brodbelt wrote: I thought that master would always fork off an appropriate new process when it got a connection on any of the ports it was listening on. Obviously I've misunderstood something here - when an incoming connection is received on port 143, what should

Re: Cyrus 2.1.15 blocking connections after upgrade

2004-02-09 Thread Mike Brodbelt
Rob Siemborski wrote: On Mon, 9 Feb 2004, Mike Brodbelt wrote: Master and the service processes communicate over a socket -- master keeps track of the number of available and busy workers, and when the available number gets too low (below the prefork value) it starts a new one. The service

Re: Cyrus 2.1.15 blocking connections after upgrade

2004-02-09 Thread Sebastian Hagedorn
Hi, --On Montag, 9. Februar 2004 14:49 Uhr + Mike Brodbelt [EMAIL PROTECTED] wrote: Some connections behave as expected, but some connections to port 143 just hang. Using telnet to connect to the port shows that the TCP connection is established, but the Cyrus banner never appears, and

Re: Invalid sequence in Uid - imparse_issequence()

2004-02-09 Thread Vladimir Tyman
Rob Siemborski wrote: On Mon, 9 Feb 2004, Vladimir Tyman wrote: Are the line breaks actually in the log or are they an artifact? These are an artifact from pasting the line into MUA. Actually it is one line ending with CRLF (or in shell notation \r\n). OK, then I think I found

Re: Cyrus 2.1.15 blocking connections after upgrade

2004-02-09 Thread Igor Brezac
On Mon, 9 Feb 2004, Mike Brodbelt wrote: Rob Siemborski wrote: On Mon, 9 Feb 2004, Mike Brodbelt wrote: Master and the service processes communicate over a socket -- master keeps track of the number of available and busy workers, and when the available number gets too low (below the

Re: Terrible performance and Upgrade

2004-02-09 Thread Sebastian Hagedorn
--On Montag, 9. Februar 2004 10:16 Uhr -0500 Rob Siemborski [EMAIL PROTECTED] wrote: On Mon, 9 Feb 2004, Sebastian Hagedorn wrote: I'm still fuzzy on how to find out if that's the cause. as I wrote in an ealrier message, cat /dev/random doesn't seem to block ... [snip] Any ideas regarding my

Re: Terrible performance and Upgrade

2004-02-09 Thread Sebastian Hagedorn
Hi, --On Montag, 9. Februar 2004 15:48 Uhr + Matthew baker [EMAIL PROTECTED] wrote: Long login times are often caused by insufficient entropy in the system. Sorry, I'm not familiar with that phrase. Do you mean I need to define somewhere in the configuration or compile time /dev/random or

Recommended Berkeley DB version for 2.2.3?

2004-02-09 Thread David R Bosso
Hi all, What is the current feeling on the best Berkeley DB version to use with Cyrus IMAP 2.2.3? In the past there had been some problems with 4.x, but it appears that many (most) people are using 4.1.x, and there is now support for 4.2. What is CMU using? Thanks. -David David R Bosso

ÖйúÓªÏú¾­Àí¸ß¼¶ÑÐÐްࣨ±±¾©´óѧ2ÔÂ25ÈÕ-28ÈÕ£©

2004-02-09 Thread ÖйúÓªÏú¾­Àí¸ß¼¶ÑÐÐÞ°à
18200422528 3800 010--51663642 ( -- / 200417-10 2004225-28 2004322-25- 2004422-25

Re: checking for db_create in RH9

2004-02-09 Thread Francesc Guasch Ortiz
Edward Rudd wrote: Try looking at the config.log file in the cyrus-imapd source directory (where the configure script is) and see what the error message it has when it checks for db_create. then post that to the mailing list.. Yes ! Now I see what failed. It was the pthread RedHat thingy. I found

Re: Terrible performance and Upgrade

2004-02-09 Thread Andrew Morgan
On Mon, 9 Feb 2004, Matthew baker wrote: Hi, Thanks for the reply. Rob Siemborski wrote: On Sat, 7 Feb 2004, Matthew Baker wrote: If you are using PAM with saslauthd, you need to be very sure that whatever PAM module you are using doesn't have any memory leaks, otherwise

Re: Terrible performance and Upgrade

2004-02-09 Thread Craig Ringer
On Tue, 2004-02-10 at 02:05, Andrew Morgan wrote: So let me say that pam_mysql is not the only pam module that seems to leak memory. Perhaps it is a problem with libpam itself? My RH8 system doesn't set a limit on saslauthd process reuse, and I authenticate via '-a pam' to libpam_ldap. I have

Re: Terrible performance and Upgrade

2004-02-09 Thread Tero Matinlassi
Lainaus Matthew baker [EMAIL PROTECTED]: pam_mysql 0.4.7 which has been patched to allow for crypt passwords and md5 hashes. My previous server had both types stored. I suppose one would be to move to a more stable (newer) version of pam_mysql. However, my patch only seems to work with

ACL usage revisted (need feedback)

2004-02-09 Thread Jason Williams
Hello everyone. About a week ago, I started a thread explaining my attempts to use ACL's on shared folders and bulletin boards using Postfix. I explained in the thread that I could not get ACL's to work correctly with specfic users. It was then pointed out to me that the problem was in the MTA

Re: ACL usage revisted (need feedback)

2004-02-09 Thread Henrique de Moraes Holschuh
On Mon, 09 Feb 2004, Jason Williams wrote: that I could not get ACL's to work correctly with specfic users. It was then pointed out to me that the problem was in the MTA itself, Postfix. Then it must mean you need ACLs for _posting_. Yes, you will need to modify postfix itself to get this to

ldap/cyrus server

2004-02-09 Thread Robin M.
Hope this does not insult anyone here... I am trying to build an ldap cyrus server. Is there a site that anyone knows of with good examples of schemas for use with an ldap email server that resemble all the fields a user would find in an outlook address book, or that work well with a netscape

Re: ldap/cyrus server

2004-02-09 Thread Craig Ringer
On Tue, 2004-02-10 at 11:05, Robin M. wrote: I am trying to build an ldap cyrus server. As in an LDAP directory server and Cyrus IMAP server on the same machine, or as in a Cyrus server that uses LDAP for user authentication? I presume you mean the former, but wasn't certain. Is there a site

Re: ldap/cyrus server

2004-02-09 Thread Robin M.
On Tue, 10 Feb 2004, Craig Ringer wrote: My ldap/cyrus server is now looking fairly complete but this is my first time and I have not really seen much recent documentation in this vein. Having a better idea of what you're trying to achieve might be very helpful in better answering your

Re: ldap/cyrus server

2004-02-09 Thread Craig Ringer
On Tue, 2004-02-10 at 12:41, Robin M. wrote: I have a complete server doing virtual domains with ldap/cyrus/postfix/squirrelmail. I do not need the calendering and scheduling of exchange. I have included the samba schemas and for ldap, and such, and thought I'd take it a step further. Maybe I