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
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_
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
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
,,,?
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:
>
> ===
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: <
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
> &