Re: [postfix-tls] SASL LOGIN authentication failed [SOLVED]

2004-01-10 Thread Michael B Allen
> | Do you think it would be productive to contact the maintainer? > > Probaly not. LaMont knows he chroots the daemons for the debian > package (it's a conscious change from the defaults Wietse ships > postfix with). He may know but I sure didn't. It would have helped a lot to at least mention s

Re: [postfix-tls] SASL LOGIN authentication failed [SOLVED]

2004-01-09 Thread Derrick 'dman' Hudson
On Fri, Jan 09, 2004 at 09:51:09PM -0500, Michael B Allen wrote: | Thanks as usual Derrick. I got it working. I believe the problem was | that postfix opens the pwcheck UNIX domain socket in | /var/spool/postfix/var/run/pwcheck whereas the pwcheck daemon opens | it in /var/run/pwcheck. Aha. That

Re: [postfix-tls] SASL LOGIN authentication failed [SOLVED]

2004-01-09 Thread Michael B Allen
Thanks as usual Derrick. I got it working. I believe the problem was that postfix opens the pwcheck UNIX domain socket in /var/spool/postfix/var/run/pwcheck whereas the pwcheck daemon opens it in /var/run/pwcheck. The postfix-tls package does not create these directories and the necessary link. Thi