Re: Perl module interface (disposion)

2002-09-25 Thread matsu
I could connect plain authentification!! I changed /etc/imapd.conf sasl_pwcheck_method: PAM And restarted cyrus daemon. I thank all who gave me advices!!! OBATA Akio <[EMAIL PROTECTED]> wrote @2002/09/25 1:28:22 title Re: Perl module interface $B!'(B > > By typing co

Re: Perl module interface

2002-09-24 Thread OBATA Akio
In message <[EMAIL PROTECTED]> "Re: Perl module interface" "matsu <[EMAIL PROTECTED]>" wrote: > By typing correct password, I could make a correct mailbox. > But, cannot login and make mailbox automatically... What is spesified to "sasl_pwcheck_

Re: Perl module interface

2002-09-23 Thread matsu
OBATA Akio <[EMAIL PROTECTED]> wrote @2002/09/23 22:13:39 title Re: Perl module interface $B!'(B > > Sure thing, I can login by this command. > > $ cyradm --user foo localhost > > Try > $ cyradm --user foo --auth login localhost > Is it su

Re: Perl module interface

2002-09-23 Thread OBATA Akio
In message <[EMAIL PROTECTED]> "Re: Perl module interface" "matsu <[EMAIL PROTECTED]>" wrote: > Sure thing, I can login by this command. > $ cyradm --user foo localhost Try $ cyradm --user foo --auth login localhost Is it succeed? Porbably, this

Re: Perl module interface

2002-09-22 Thread matsu
,,,? Sure thing, I can login by this command. $ cyradm --user foo localhost Thanks "Mark Davis" <[EMAIL PROTECTED]> wrote @2002/09/22 5:36:10 title Re: Perl module interface $B!'(B > Hi. > > Try it like that: > > ===

Re: Perl module interface

2002-09-21 Thread Mark Davis
eate the account print "Creating $mbox on \n"; $cyrus->createmailbox($mbox); warn $cyrus->error if $cyrus->error; # Finished :) == Greets Mark - Original Message - From: "matsu" <[EMAIL PROTECTED]> To: <

Re: Perl module interface

2002-09-21 Thread matsu
Thank you for your advise. Jim Levie <[EMAIL PROTECTED]> wrote @2002/09/22 3:11:18 title Re: Perl module interface $B!'(B > I suspect that you aren't sucessfully connecting to the Cyrus Admin > function. A slightly modified version of your script follows. Replace > &

Perl module interface

2002-09-21 Thread matsu
Hello this is Yuki. I start to use cyrus-imapd+sasl authorization, and I want to make new mailbox from perl script. I tried to write seeing by this. $ perldoc /usr/lib/perl5/site_perl/5.6.0/i386-linux/Cyrus/IMAP/Admin.pm I'll put a copy of my perl script. When execute this scrpt by this, $ ./ma