Re: imclient leaks memory

2001-07-13 Thread Michael Fair
> # --- > use Cyrus::IMAP::Admin; > while (1) { > my $client = Cyrus::IMAP::Admin->new("localhost"); > my $rc = $client->authenticate( > -mechanism => "login", > -service=> "imap", > -user => "foo", > -password => "bar", >

Re: LDAP && imap (Invalid credentials)

2001-07-13 Thread Norbert Sendetzky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 12 July 2001 20:14, you wrote: > Hi to everybody, I have a problem cyrus & Ldap. > > Ok, here is the problem: > > I have setuped correctly a LDAP database on a RH7.1 box (openldap-2.0.7). > On the LDAP database I have imported /etc/passwd

Re: imclient leaks memory

2001-07-13 Thread Toni Andjelkovic
Michael Fair wrote on Thu, Jul 12 2001 (23:58:53 -0700): > I may be dense but wouldn't this code allocate > a new Cyrus::IMAP::Admin object each pass through > the loop and the reference to the new object be > stored in the same location as the reference to > the instance from the previous iter

Vacation not working!

2001-07-13 Thread Rob O'Connor
Can't get vacation to work and this has got me really confused! Running: Redhat Linux 2.2.19 kernel on everything Postfix 20010228-pl03 on mail relay servers Cyrus IMAPD 1.6.24 on delivery servers Running lmtp from postfix to the deliveries - this works great. The Cyrus build was done on an id

Re: chroot cyrus

2001-07-13 Thread Seva Adari
I have not tried chrooting either DNS or Apache. I assume that chroot for DNS is probably easier than Apache serving multiple sites. With Apache you can clearly demark each site's files and hence chrooting may make sense, but with cyrus (imap/pop3) it is little difficult to separate each user's fi

vacation problem with sieve ... newest stable ...

2001-07-13 Thread Marc G. Fournier
Just had one of my colleagues set her vacation, but it doesn't appear to be working ... default contains: -- # Mail rules for user tammy # Created by Websieve version 0.48 require ["fileinto","vacation"]; vacation :days 7 :addresses ["[EMAIL PROTECTED]

Re: imclient leaks memory

2001-07-13 Thread Michael Fair
Definately agreed. I didn't realize that the scoping rules in PERL are per basic block, not per function. Thanks for the clarification! :) -- Michael -- > # --- > use Cyrus::IMAP::Admin; > for (;;) { > my $obj = Cyrus::IMAP::Admin->new('localhost'); > } > # --- > > $obj will get "destro

Release of Cyrus SASL 2.0.2-ALPHA

2001-07-13 Thread Rob Siemborski
I'd like to announce the release of Cyrus SASL 2.0.2-ALPHA, available on ftp.andrew.cmu.edu. As this is still an ALPHA release, it is intended solely for use by developers as an aide to porting their applications to the new API. It is not intended for use on any production system. New features

Re: vacation problem with sieve ... newest stable ...

2001-07-13 Thread Ken Murchison
"Marc G. Fournier" wrote: > > Just had one of my colleagues set her vacation, but it doesn't appear to > be working ... > > default contains: > > -- > > # Mail rules for user tammy > # Created by Websieve version 0.48 > require ["fileinto","vacation"];