Results 1 to 1 of 1
Hello,
I'm attempting to use saslauthd to handle my smtp auth.
I'm launching it from the command line with these options:
Code:
saslauthd -a rimap -O 127.0.0.1 -n 0 -m ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-17-2004 #1Just Joined!
- Join Date
- Mar 2004
- Posts
- 1
trying to setup saslauthd's rimap authentication w/postfix
Hello,
I'm attempting to use saslauthd to handle my smtp auth.
I'm launching it from the command line with these options:
When I try and login from a remote client, this is what the logs show:Code:saslauthd -a rimap -O 127.0.0.1 -n 0 -m /var/run/saslauthd
Here's my smtpd.conf file from /etc/postfix/sasl/Code:Mar 15 23:47:15 devbox postfix/smtpd[26935]: connect from unknown[192.168.0.5] Mar 15 23:47:15 devbox postfix/smtpd[26935]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory Mar 15 23:47:15 devbox postfix/smtpd[26935]: warning: SASL authentication failure: Password verification failed Mar 15 23:47:15 devbox postfix/smtpd[26935]: warning: unknown[192.168.0.5]: SASL PLAIN authentication failed Mar 15 23:47:16 devbox postfix/smtpd[26935]: lost connection after AUTH from unknown[192.168.0.5] Mar 15 23:47:16 devbox postfix/smtpd[26935]: disconnect from unknown[192.168.0.5]
It might be a chroot issue with postfix, but I did try putting the saslauthd mux within the chroot dir, and I think I set it up correctly, but it had no affect.Code:devbox:/var/log# less /etc/postfix/sasl/smtpd.conf pwcheck_method: saslauthd saslauthd_path: /var/run/saslauthd/mux
Any help is much appreciated.
--Scott


Reply With Quote
