RH7 + cyrus imapd CVS -> undefined symbol: imclient_connect

2001-03-18 Thread Darren Nickerson
Folks, I wasn't able to get 2.0.12 to compile on Redhat-7 (all updates applied): gcc -c -I.. -I/usr/include/db3 -I/usr/local/include -I/usr/include/et -I/usr/include/db3 -I/usr/include/db1 -I/usr/include -I/usr/include -DHAVE_CONFIG_H -I. -I. -O2 -march=i386 -mcpu=i686 -fPIC \ util.c util.c:

Re: Patch to change dots to slashes.

2001-03-18 Thread David Fuchs
Thus far I've not had any problems with dots in mailbox names. I've tried the different scenarios you've mentioned on my personal computer (running Microsoft Outlook Express). I cannot create any mailbox folders that end with a dot in the name, although you can prefix the mailbox name with a dot

Re: creating mailbox from php

2001-03-18 Thread prune
Hi, You was right. I need to create a cyrus user in my ldap. I think admins musn't have real imap account... so don't create a "cyrus" imap mailbox. The question is "what auth scheme is used when using cyradm" ? and "what can I do to make cyradm use the same scheme as a normal imap connection

Re: Authentification problem (no AUTH= to see)

2001-03-18 Thread Scott Smith
this will happen if you only have plain mechanism libs installed in /usr/lib/sasl. Scott On Sun, 18 Mar 2001, Sven Flossmann wrote: > Hi, > > I wonder that I can't see any AUTH= statements using imtest. > > Is this ok or not? Connecting and authentificating to the imap-server works. > > The

Re: Cyrus & SNMP

2001-03-18 Thread Lawrence Greenfield
Ok, I took a poke around, and you definitely want Net SNMP 4.2, not 4.1.anything. Larry From: Amos Gouaux <[EMAIL PROTECTED]> Date: 18 Mar 2001 09:10:22 -0600 > On Sat, 17 Mar 2001 14:39:16 -0500, > Lawrence Greenfield <[EMAIL PROTECTED]> (lg) writes: lg> Is ucd-snmp 4.

Re: creating mailbox from php

2001-03-18 Thread Pascal Pucci
> Hi, > > Hope you'll be able to help me. maybe something already exists Creating mailboxes with php is possible and it run fine. I developped first a script using a class from php-cyradm (using direct telnet on the sockets), but the php-imap (>= 4.0) functions run fine and are easy to impleme

Connection error

2001-03-18 Thread Andreas Theofilu
-BEGIN PGP SIGNED MESSAGE- Hi, I've compiled and installed Cyrus 2.0.12. I had no problems to compile the source and installation was ok. After this I configured the software as described on the WEB sites, but it does not work. After starting the "master" process, I can see that it is li

Re: creating mailbox from php

2001-03-18 Thread prune
Hi It's not working. I've read through the .php files... and it seems everything comes from "lib/cyradm-php.lib " Normaly, to create new users, I need to login as user "cyrus". This user is not present in ldap. it's a "internal system cyrus user" I don't know how cyradm do, but trying to logi

Re: Cyrus & SNMP

2001-03-18 Thread Amos Gouaux
> On Sat, 17 Mar 2001 14:39:16 -0500, > Lawrence Greenfield <[EMAIL PROTECTED]> (lg) writes: lg> Is ucd-snmp 4.1.2 the latest version? Was your snmpd compiled with lg> agentx support? Perhaps he's using: http://download.sourceforge.net/net-snmp/ucd-snmp-4.1.2.tar.gz which is the new h

ldap <-> cyrus

2001-03-18 Thread Tarjei Huse
Dear list, I'm not sure whether this is a LDAP config issue og a cyrus issue, threfore I post the question here as well as on the comp.mail.imap news group. My problem is that I cannot get users authenticated to cyrus so I can start adding mailboxes. I'm using Openldap 2.0.7 compiled from source

Re: creating mailbox from php

2001-03-18 Thread Alain Turbide
Check out this php based web admin interface ftp://ftp.hr.vc-graz.ac.at/cyrus-tools/ Alain Turbide - Original Message - From: "prune" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 18, 2001 8:13 AM Subject: creating mailbox from php > Hi, > > I would like to create

creating mailbox from php

2001-03-18 Thread prune
Hi, I would like to create new mail user acount from a web page in PHP. I'm using cyrus + pam ldap, with lmtp transfert with postfix. Here are some solutions : -creating a script file from php, and passing it to cyradm -passing infos from php to cyradm (possible ??) -using Cyrus::IMAP::Admin

Authentification problem (no AUTH= to see)

2001-03-18 Thread Sven Flossmann
Hi, I wonder that I can't see any AUTH= statements using imtest. Is this ok or not? Connecting and authentificating to the imap-server works. The problem is that I get an error using installsieve (see other mail). The output of "telnet localhost sieve" has no AUTH= statement, too. I'm using si