Re: Log message: No worthy mechs found

2003-07-10 Thread Scott Bronson
On Thu, 2003-07-10 at 05:19, Ken Murchison wrote: > What is this perl script trying to do? Can you get a protocol dump? The script: I require a server-side sent directory. That way, I don't have to try to synchronize the sent directory on the three clients that I use, and we have a copy of ever

Re: Log message: No worthy mechs found

2003-07-10 Thread Ken Murchison
Scott Bronson wrote: On Wed, 2003-07-09 at 14:05, Ken Murchison wrote: It looks like your perl script is trying to authenticate to your server using DIGEST-MD5 and failing. ... Yes. Read doc/options.html in the SASL distro. I'm guessing that you want: sasl_mech_list: PLAIN Thanks,

Re: Log message: No worthy mechs found

2003-07-09 Thread Scott Bronson
On Wed, 2003-07-09 at 14:05, Ken Murchison wrote: > It looks like your perl script is trying to authenticate to your server > using DIGEST-MD5 and failing. ... > Yes. Read doc/options.html in the SASL distro. I'm guessing that you want: > sasl_mech_list: PLAIN Thanks, Ken. That helped a

Re: Log message: No worthy mechs found

2003-07-09 Thread Ken Murchison
Scott Bronson wrote: I have tons of log messages (level=notice, log=auth) from "perl" claiming: Jul 8 11:26:46 eden cyrus/imapd[30661]: DIGEST-MD5 server step 2 Jul 8 11:26:46 eden perl: DIGEST-MD5 client step 3 Jul 9 10:33:22 eden perl: No worthy mechs found Well, this sure sound

Log message: No worthy mechs found

2003-07-09 Thread Scott Bronson
I have tons of log messages (level=notice, log=auth) from "perl" claiming: Jul 8 11:26:46 eden cyrus/imapd[30661]: DIGEST-MD5 server step 2 Jul 8 11:26:46 eden perl: DIGEST-MD5 client step 3 Jul 9 10:33:22 eden perl: No worthy mechs found Well, this sure sounds SASL-related, not Pe