--On Thursday, November 27, 2003 4:54 PM +0000 Phil Chambers <[EMAIL PROTECTED]> wrote:
| I am using saslauthd and that is working fine for my IMAP and POP | processes with | | allowplaintext: yes | sasl_pwcheck_method: saslauthd | sasl_mech_list: plain | | in /etc/imapd.conf. | | I have the following in my /var/imsp/options: | | imsp.allowplaintext N + | imsp.pwcheck_method N saslauthd | imsp.sasl.mech_list n (plain) | | but I get "no mechanism available" when I try to login to IMSP with plain | text password. (CAPABILITY shows AUTH=PLAIN)
Options for SASL in the IMSP options file must all begin with 'imsp.sasl.'. Thus you need:
imsp.sasl.allowplaintext N + imsp.sasl.pwcheck_method N saslauthd imsp.sasl.mech_list n (plain)
Check the 'sasl_syupport.c' file in the IMSP source distribution to see this.
-- Cyrus Daboo