|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: cyrus-sasl + mysql auth isn't working
From: Aaron Gallagher (habnabit
gmail.com)
Date: Tue Nov 29 2005 - 01:44:15 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Nov 28, 2005, at 11:30 PM, Patrick Ben Koetter wrote:
> What do you get as ouput, when you run saslauthd like this from
> terminal:
>
> # saslauthd -a rimap -r -O localhost -d
saslauthd[3947] :main : num_procs : 5
saslauthd[3947] :main : mech_option: localhost
saslauthd[3947] :main : run_path : /var/lib/sasl2
saslauthd[3947] :main : auth_mech : rimap
saslauthd[3947] :ipc_init : using accept lock file: /var/lib/
sasl2/mux.accept
saslauthd[3947] :detach_tty : master pid is: 0
saslauthd[3947] :ipc_init : listening on socket: /var/lib/
sasl2/mux
saslauthd[3947] :main : using process model
saslauthd[3948] :get_accept_lock : acquired accept lock
saslauthd[3947] :have_baby : forked child: 3948
saslauthd[3947] :have_baby : forked child: 3949
saslauthd[3947] :have_baby : forked child: 3950
saslauthd[3947] :have_baby : forked child: 3951
saslauthd[3947] :server_exit : pid file lock removed: /var/lib/
sasl2/saslauthd.pid.lock
saslauthd[3947] :ipc_cleanup : accept lock file removed: /var/lib/
sasl2/mux.accept
saslauthd[3948] :server_exit : child exited: 3948
saslauthd[3949] :server_exit : child exited: 3949
saslauthd[3950] :server_exit : child exited: 3950
saslauthd[3951] :server_exit : child exited: 3951
saslauthd[3947] :handle_sigchld : child exited: 3948
saslauthd[3947] :handle_sigchld : child exited: 3949
saslauthd[3947] :handle_sigchld : child exited: 3950
saslauthd[3947] :handle_sigchld : child exited: 3951
saslauthd[3947] :ipc_cleanup : socket removed: /var/lib/sasl2/mux
saslauthd[3947] :server_exit : master exited: 0
> disable TLS while you configure SASL.
Done.
> Your machine has ANONYMOUS, CRAM-MD5, DIGEST-MD%, LOGIN, PLAIN and
> NTLM as
> mechanisms.
I believe that ANONYMOUS is disabled in my postfix configuration file.
> Do a telnet to localhost on port 25, issue "EHLO foo" and paste the
> output in
> your reply.
220 ferazelhosting.net ESMTP Postfix
EHLO there
250-ferazelhosting.net
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250 8BITMIME
and then with TLS disabled:
220 ferazelhosting.net ESMTP Postfix
EHLO there
250-ferazelhosting.net
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH NTLM LOGIN PLAIN GSSAPI DIGEST-MD5 CRAM-MD5
250-AUTH=NTLM LOGIN PLAIN GSSAPI DIGEST-MD5 CRAM-MD5
250 8BITMIME
Aaron Gallagher
<habnabit
gmail.com>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]