perl issues

2003-01-17 Thread Kevin J. Menard, Jr.
Hey info-cyrus, I'm not sure if this is debian specific (or just an issue with my machine's config), if so, I apologize in advance. But, whenever I try to use Cyrus::IMAP::Admin, I get the following error: /usr/bin/perl: relocation error:

Re[2]: Virtual domains and Postfix..

2001-12-19 Thread Kevin J. Menard, Jr.
Hey Dustin, Wednesday, December 19, 2001, 5:20:23 AM, you wrote: DP I would like user names to be in the form of [EMAIL PROTECTED], but I DP found that cyradm rejects the '.'. Instead, I am using DP dpuryear~hostname~tld. Is this just plain impossible? DP Regards, Dustin If you use the

php 4.1.0

2001-12-11 Thread Kevin J. Menard, Jr.
Hey guys, For those of you that care, PHP 4.1.0 has Sterling Hughes' Cyrus ext in the source tree itself, meaning no more patching. Have fun :) -- Kevin

quota question

2001-11-27 Thread Kevin J. Menard, Jr.
Hey guys, I forget if this has been discussed before, so please forgive me if it has (but I didn't find all that much useful info in the archives). As of now quotas are bound per mailbox. a) Is there a way to bind this to system quotas as well? (so if user foo has a 10 MB

Re[2]: quota question

2001-11-27 Thread Kevin J. Menard, Jr.
Hey Ken, Tuesday, November 27, 2001, 12:26:22 PM, you wrote: KM No. Cyrus was designed to be a black-box service, so it assumes that KM there are no user accounts, let alone quotas. Oh yes, I know this. And I think it's great. Makes virtual users simple :) But I didn't know if there might

Re: LDAP Virtual Hosting (Multiple Domains)

2001-11-25 Thread Kevin J. Menard, Jr.
Hey James, Sunday, November 25, 2001, 5:28:08 AM, you wrote: JS What work has been done in this area please specify URLs to patches JS pertaining to this matter Check the archives from this summer. There was quite a bit of discussion going on between Devdas Bhagat, Ken, Larry, and myself on

Re[2]: LDAP quota lookups question

2001-08-17 Thread Kevin J. Menard, Jr.
Hey Lawrence, Friday, August 17, 2001, 2:17:08 PM, you wrote: LG Oh, the other thing that I've been seriously considering is making an LG OpenLDAP backend that interfaces into some of the Cyrus information. LG Instead of having the IMAP server contact an LDAP server for LG information, run an

Re[4]: LDAP quota lookups question

2001-08-17 Thread Kevin J. Menard, Jr.
Hey Lawrence, Friday, August 17, 2001, 2:38:23 PM, you wrote: LG Well, it's unlikely you're going to gain performance by moving the LG quota lookups into LDAP. Well, I figured LDAP, which is innately fast for reads, and some caching, would be quicker than having to open a file all the time

Re[6]: LDAP quota lookups question

2001-08-17 Thread Kevin J. Menard, Jr.
Hey Lawrence, Friday, August 17, 2001, 2:47:31 PM, you wrote: LG Local opens are fast compared to network I/O. (Making quotas LG potentially serviced by Berkeley db would probably be even faster; I LG believe there's already a bugzilla bug filed about this.) Cool. LG Ah, I was thinking the

Re: SSL capability

2001-08-17 Thread Kevin J. Menard, Jr.
Hey chirs, Friday, August 17, 2001, 4:47:08 PM, you wrote: cc Hello, cc I am trying to get TLS working with Cyrus. This is cc what I am seeing in the Header for cc S01 NO Error initializing TLS I don't use SSL yet, but I think it's saying S01 NO, then Error initializing TLS cc SSL_connect

cyrus_ldap_quota perl script

2001-08-16 Thread Kevin J. Menard, Jr.
Hey guys, Here's a script I thought some of you might find useful. Just download it, edit a couple variables (pretty self-explantory when you look at the names and default values), and slap it in a cron job or something. In a nutshell, the script reads

LDAP/SASL search patch update

2001-08-13 Thread Kevin J. Menard, Jr.
Hey guys, Well, I finally fixed my patch, and it's running well for me. So here it is again. New changes: o Fixed stupid bug with free()'ing the dn rather than the filter o Added a ton of LDAP structure freeing -- didn't know there were methods for doing this :) So,

Re: cyrus troubles

2001-08-08 Thread Kevin J. Menard, Jr.
Hey Andrew, Wednesday, August 08, 2001, 4:21:10 AM, you wrote: AK hi all. AKI have trouble after running CYRADM . There are : AK#cyradm 127.0.0.1 AKPlease enter your password: *** AKIMAP password: at /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Cyrus/IMAP/Admin.pm

Re[2]: Cyrus - Mangement !

2001-08-08 Thread Kevin J. Menard, Jr.
Hey Marc, Wednesday, August 08, 2001, 10:02:26 AM, you wrote: MS Hi ! cyradm. It just sends IMAP commands though. View the source (either the perl source of cyradm or imap/imapd.c) MS I know cyradm - but I donĀ“t know how to make automated procedures MS How can I do this ? MS

Re: debian/gnu linux packages of cyrus-imapd 2.0.x

2001-08-06 Thread Kevin J. Menard, Jr.
Hey Peter, Monday, August 06, 2001, 7:25:55 AM, you wrote: PM Heyaaa!!! PM where i can found some unofficial debian packages of new cyrus-imapd 2.0.x? PM in official debian is only 1.5.x version PM thanks for info I was working on this, but it became too bothersome. Found it was much

LDAP quotas

2001-07-26 Thread Kevin J. Menard, Jr.
Hey guys, I'm thinking about patching cyrus imapd to allow the reading of quotas from ldap. Does this appeal to anyone? Does this even make sense? Is this worth the trouble? Any ideas/flames/suggestions would be greatly appreciated. Or more interestingly, I'd like to be

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

Re[2]: quick and *really* dirty hack for virtual domains.

2001-07-24 Thread Kevin J. Menard, Jr.
Hey Devdas, Tuesday, July 24, 2001, 2:58:08 AM, you wrote: o A config switch for imapd.conf. DB I know, this is somewhere in the pipeline. Cool :) o A way to interact with HIERSEP code base so that the rewrite of '.' to '=' is conditional on whether or not '.' are allowed. DB Probably

Re[2]: phantom mailbox

2001-07-24 Thread Kevin J. Menard, Jr.
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... DF cyradm -u cyrus localhost DF Please enter your password: DF IMAP Password: (Why it asks for two passwords I don't DF know... =] ) I

Re: No IMAP server banner

2001-07-24 Thread Kevin J. Menard, Jr.
Hey Philippe, Tuesday, July 24, 2001, 11:05:19 AM, you wrote: PB Hello, PB I compiled cyrus-imapd 2.0.15, and after many efforts, can't success PB in getting an answer/banner from the IMAP server: PB% imtest -m login -u cyrus -p imap localhost PBC: C01 CAPABILITY Did you run

Re[2]: phantom mailbox

2001-07-24 Thread Kevin J. Menard, Jr.
Hey Ken, Tuesday, July 24, 2001, 12:39:19 PM, you wrote: KM 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... DF cyradm -u cyrus localhost DF Please enter your password

Re: Problem Compiling IMAP Server

2001-07-23 Thread Kevin J. Menard, Jr.
Hey Michael, Sunday, July 22, 2001, 4:58:04 PM, you wrote: Drop the export statements. Add your ssl library paths to /etc/ld.so.conf. Run ldconfig. And then use the --with-openssl configure option. MW Any help in comiling this is greatly appreciated. Thanks again for any MW help. MW

Re: quick and *really* dirty hack for virtual domains.

2001-07-23 Thread Kevin J. Menard, Jr.
Hey Devdas, Monday, July 23, 2001, 3:38:56 AM, you wrote: DB My virtual host deadline got pulled up a bit, That sucks. DB so I've merely implemented a userid rewrite. Patches attached. Thanks :) DB This does not affect anything except usernames (which can now contain DB any character

Re: Virtual domains.

2001-07-19 Thread Kevin J. Menard, Jr.
Hey Devdas, Thursday, July 19, 2001, 4:48:19 AM, you wrote: DB I'm working on a patch to suport virtual domains. DB The basic idea is: DB Instead of enforcing the user.username mailbox, I am moving to a DB domain.username mailbox. The user logs in with a user@domain string DB which is then

Re: cyrus-imapd-2.0.14 compile error

2001-07-19 Thread Kevin J. Menard, Jr.
Hey Christoph, Thursday, July 19, 2001, 6:29:07 AM, you wrote: CK Tring to compile cyrus-imapd-2.0.14 under SuSe-Linux 7.0 with CK ./configure --with-pwcheck=/var/pwcheck\ CK --with-pwcheck_method=shadow\ CK --with-dbdir=/usr/local/BerkeleyDB.3.2 CK make depend CK make all CFLAGS=-O CK I

Re[2]: Virtual domains.

2001-07-19 Thread Kevin J. Menard, Jr.
Hey Christopher, Thursday, July 19, 2001, 1:14:03 PM, you wrote: CR One downfall is I run seperate domains same domain name different TLD. and CR they are ran by different people, without the TLD we would get conflicting CR emails. This is more or less the point I was bringing up before. I

Re: IMAP server vs. Database

2001-07-18 Thread Kevin J. Menard, Jr.
Hey Catherine, Wednesday, July 18, 2001, 6:23:07 AM, you wrote: CR1c I have come across mention in this list's archive about using a MySql CR1c database as a mail store for webmail, leaving IMAP out of the loop CR1c completely. Is this possible and, if so, what are the limitations? Anyone CR1c

cyradm + ldap question

2001-07-18 Thread Kevin J. Menard, Jr.
Hey guys, Well, I finally caved in an decided to use Simon Loader's SASL LDAP patch. Actually, I patched that even so I could have LDAP search support. I'll send it out to the list after I make a few cosmetic changes. The problem is, after I log into cyradm, I can't

Re: start master at boot

2001-07-16 Thread Kevin J. Menard, Jr.
Hey Douglas, Wednesday, July 11, 2001, 10:11:01 PM, you wrote: DAS Hi, DAS I'm trying to configure my RH 7.0 box to start /usr/cyrus/bin/master at DAS boot, but the script I created hangs on DAS daemon /usr/cyrus/bin/master DAS is this the proper way to do this? Could someone show me how

Re: deadlines suck! - imtest = zero response

2001-07-16 Thread Kevin J. Menard, Jr.
Hey Brendon, Monday, July 16, 2001, 9:34:32 AM, you wrote: /etc/sasldb will be created when you run saslpasswd. -- Kevin

sasl + pam_ldap woes

2001-07-06 Thread Kevin J. Menard, Jr.
Hey guys, The following is the output from openldap, run with 256 debugging level, when conversing with postfix. The authentication works fine, and I can relay mail. Life is good: daemon: conn=7 fd=9 connection from IP=127.0.0.1:34434 (IP=0.0.0.0:34049) accepted. conn=7

Re[2]: sasl + pam_ldap woes

2001-07-06 Thread Kevin J. Menard, Jr.
Hey Ken, Friday, July 06, 2001, 1:52:21 PM, you wrote: KM Then: KM 1. telnet to port 9143, don't do anything else yet KM 2. in another window, get the pid of the process you are connected to by KM looking for 'service-imap-debug' in imapd.log KM 3. run 'gdb install-path/imapd pid KM 4. hit

Re[2]: sasl + pam_ldap woes

2001-07-06 Thread Kevin J. Menard, Jr.
Hey Ken, Friday, July 06, 2001, 3:24:38 PM, you wrote: KM Postfix isn't using SASL, is it? Indeed it is. Only means of SMTP AUTH it provides. KM I'm not questioning your LDAP config KM (mainly because I'm LDAP ignorant), I think the problem lies between KM SASL and pam_ldap. Did you

Re[4]: sasl + pam_ldap woes

2001-07-06 Thread Kevin J. Menard, Jr.
Linden AL On Fri, 6 Jul 2001, Kevin J. Menard, Jr. wrote: But the time it worked, I had a line for reading symbols from /lib/security/pam_ldap. And in my /var/log/imapd.log, I have: Jul 6 09:26:53 balthasar imapd[559]: pam_ldap: error trying to bind as user uid=cyradm, ou=Admins, o

Re: Followup: cyradm not validating user

2001-07-05 Thread Kevin J. Menard, Jr.
Hey Devdas, Tuesday, June 26, 2001, 5:28:22 AM, you wrote: DB On Tue, 26 Jun 2001, Devdas Bhagat spewed into the ether: DB snip Cannot authenticate to server as cyrus Without the -u option, I get the error Cannot connect to server if I try to do anything DB Ok, I fixed that error by

pam ldap auth

2001-07-03 Thread Kevin J. Menard, Jr.
Hey guys, I'm trying to authenticate using PAM LDAP. I use a debian system, with mostly debs from woody. However, I built Cyrus 2.0.14 from source, since the debian packages are horribly out of date. I set up SASL to use PAM in imapd.conf, but cyradm cannot use a user from

Re[2]: CYRUS_SERVICE - solution ?

2001-06-29 Thread Kevin J. Menard, Jr.
Hey Christoph, Friday, June 29, 2001, 10:22:15 AM, you wrote: CK So I get a new problem: CK Jun 29 16:18:43 hal master[14087]: process 14091 exited, status 0 CK Jun 29 16:19:24 hal imapd: could not getenv(CYRUS_SERVICE) CK Jun 29 16:19:24 hal service-imapd[14099]: executed CK Jun 29 16:19:24

sasl + pam

2001-06-29 Thread Kevin J. Menard, Jr.
Hey guys, I'm not sure if this is the appropriate list for this or not. The SASL one seems to not be very lively, so I don't know if it's gone defunct or what have you. So, if it is the wrong place, I apologize for the spam. The problem is just what I said. Actually, I'm

info on binaries

2001-06-21 Thread Kevin J. Menard, Jr.
Hey guys, So, I've recently installed a new debian system. I got to apt-get cyrus imapd, and to my horror see that it hasn't been updated since 1.5.19. I realize the maintainer was waiting for other libraries, but I can't afford to wait :-/ So, I'm trying to build my own

Re[3]: consistent ldap login problem

2001-06-18 Thread Kevin J. Menard, Jr.
Hey Tarjei, Sunday, June 10, 2001, 5:26:51 PM, you wrote: thanks a lot 4 ur reply. it seems to me that there's no simple way that we can use cyrus 2.x with ldap at this moment?? i swtiched back to cyrus 1.5.19 w/ pwcheck_ldap compiled in. it is working ok now, and i can continue with

Re[2]: Archiving mailboxes

2001-06-15 Thread Kevin J. Menard, Jr.
Hey Jen-Mei, Sunday, May 27, 2001, 11:10:07 PM, you wrote: JMW That doesn't really help, unfortunately. The idea is that on a JMW particular client, someone might want to archive all messages older JMW than 30 days to an identical folder (same place in tree, etc.) JMW locally. I don't know

Re[2]: Virtual domains, SASL, PAM, LDAP

2001-06-14 Thread Kevin J. Menard, Jr.
Hey Kevin, Thursday, April 12, 2001, 4:38:03 PM, you wrote: KMM Both IP addresses use SASL for authenticatiom and I can use multiple LDAP KMM servers and multiple basedns very nicely. Mail is stored in separate KMM spools for each IP address and I can have identical uids for multipe KMM

Re[2]: Virtual domains, SASL, PAM, LDAP

2001-06-14 Thread Kevin J. Menard, Jr.
Hey Kevin, Thursday, April 12, 2001, 4:38:03 PM, you wrote: KMM Both IP addresses use SASL for authenticatiom and I can use multiple LDAP KMM servers and multiple basedns very nicely. Mail is stored in separate KMM spools for each IP address and I can have identical uids for multipe KMM

Re[2]: consistent ldap login problem

2001-06-14 Thread Kevin J. Menard, Jr.
Hey Steve, Monday, June 11, 2001, 2:14:55 PM, you wrote: SS Tarjei Huse wrote: thanks a lot 4 ur reply. it seems to me that there's no simple way that we can use cyrus 2.x with ldap at this moment?? i swtiched back to cyrus 1.5.19 w/ pwcheck_ldap compiled in. it is working ok now,

LDAP and multiple domains

2001-06-11 Thread Kevin J. Menard, Jr.
Hey guys, Hey guys, I'm fairly new to the LDAP game. I've read the list archives a bit, and found a lot of good info. One thing that is still eluding me is the the directory structure itself. I am trying to set up LDAP as my backend for several services: SMTP (Postfix),

Re: Mail delivering

2001-05-30 Thread Kevin J. Menard, Jr.
Hey Andrew, Wednesday, May 30, 2001, 1:33:23 PM, you wrote: AK Hello! AK Just a question: AK When I send mail to some user, it receives into the user's local mailbox AK (and I can read it via pine), but not to cyrus mailbox. How to solve the AK problem? Sounds like you're not delivering to

Re[2]: signalled to death by 11?

2001-05-07 Thread Kevin J. Menard, Jr.
Hey Seva, This could also be due to an overheating system. -- Kevin Friday, March 23, 2001, 11:48:29 AM, you wrote: SA This probably should be a FAQ item by now! One of the most SA common reasons for signal 11 (on Redhat systems) with cyrus SA is mismatch with the shared libraries. Often