Re: perl cyradm

2000-12-24 Thread +archive . info-cyrus
Yeah, I recollect something like this. Since I was concentrating on other things at the moment, I forced my way through this issue as follows: LIBS="-L/usr/local/lib -R/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib" SASL_LIB="$LIBS -lsasl" ./configure gmake SASL_LIB="$SASL_LIB" g

Re: perl cyradm

2000-12-24 Thread William K. Hardeman
Ilya, I've had the same problems. I solved mine by manually editing the makefiles in the perl subdirectories to point to 'prefix=/usr', as my perl installation is in the /usr tree. I believe that CMU's perl installation is in the /usr/local tree, as the shellsieve.pl script has '#!/usr/local/

perl cyradm

2000-12-23 Thread Ilya
Guys, you've been great help. Couple of last things, like: cyradm Can't load '/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Cyrus/IMAP/IMAP.so' for module Cyrus::IMAP: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Cyrus/IMAP/IMAP.so: Undefined symbol "sasl_client_init" at /usr/li

Re: How to use the perl cyradm to create mailboxes?

2000-12-10 Thread Lawrence Greenfield
This was an oversite in the Perl implementation (because us silly people use Kerberos and it just slipped our mind). Look for it to be fixed in the future, but it hasn't been done yet. The basic problem is that the imclient library didn't allow libsasl callbacks to be set when the perl interf

Re: How to use the perl cyradm to create mailboxes?

2000-11-27 Thread mills
Rob Tanner writes: > >Go to CPAN and download and IMAP::Admin. All our accounts are created >via automated processes in perl, and that's what I use. You can create >and delete users, set ACLs and quota roots. It's also partition aware. Well, I'd prefer to use the version of IMAP::Admin that

Re: How to use the perl cyradm to create mailboxes?

2000-11-27 Thread Rob Tanner
e <[EMAIL PROTECTED]> wrote: > On 11/27/00 12:19 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > >> Is there an easy way to invoke the perl cyradm from a script to >> create mailboxes for new users? I'd like to incorporate this into >>

Re: How to use the perl cyradm to create mailboxes?

2000-11-27 Thread Darron Froese
On 11/27/00 12:19 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Is there an easy way to invoke the perl cyradm from a script to > create mailboxes for new users? I'd like to incorporate this into > our account creation scripts to do a few simple things su

How to use the perl cyradm to create mailboxes?

2000-11-27 Thread mills
Is there an easy way to invoke the perl cyradm from a script to create mailboxes for new users? I'd like to incorporate this into our account creation scripts to do a few simple things such as create the mailbox and set the quota. Would it be better to use the underlying perl library in