SASL authentication failure: cannot connect to saslauthd server

2014-08-12 Thread pavel degtiarev
Hi there, I know this is a common error but I swear I checked everything, yet still get that error trying to setup Postfix with Cyrus SASL on Debian wheezy. Here’s my confgs: /etc/postfix/sasl/smtp.comf: pwcheck_method: saslauthd mech_list: PLAIN LOGIN saslauthd_path: /var/run/saslauthd/mux

Re: SASL authentication failure: cannot connect to saslauthd server

2014-08-12 Thread nicolas
El 2014-08-12 22:29, pavel degtiarev escribió: Hi there, I know this is a common error but I swear I checked everything, yet still get that error trying to setup Postfix with Cyrus SASL on Debian wheezy. Here’s my confgs: /etc/postfix/sasl/smtp.comf: Be careful with the extension.

Re: SASL authentication failure: cannot connect to saslauthd server

2014-08-12 Thread pavel degtiarev
Sorry, typo: /etc/postfix/sasl/smtpd.conf - that’s what I have. On Aug 12, 2014, at 6:13 PM, nico...@devels.es wrote: El 2014-08-12 22:29, pavel degtiarev escribió: Hi there, I know this is a common error but I swear I checked everything, yet still get that error trying to setup Postfix with

Re: SASL authentication failure: cannot connect to saslauthd server

2014-08-12 Thread Patrick Ben Koetter
* nico...@devels.es nico...@devels.es: El 2014-08-12 22:29, pavel degtiarev escribió: Hi there, I know this is a common error but I swear I checked everything, yet still get that error trying to setup Postfix with Cyrus SASL on Debian wheezy. Here’s my confgs:

Re: SASL authentication failure: cannot connect to saslauthd server

2014-08-12 Thread pavel degtiarev
I checked that as well: ls -ld /proc/1831/root lrwxrwxrwx 1 root root 0 Aug 12 17:14 /proc/1831/root - / It does not look like postfix is chrooted, 1831 is postfix pid. The entry in master.cf also points to non chrooted install: smtps inet n - - - - smtpd

Re: SASL authentication failure: cannot connect to saslauthd server

2014-08-12 Thread Patrick Ben Koetter
* pavel degtiarev paul.d...@gmail.com: I checked that as well: ls -ld /proc/1831/root lrwxrwxrwx 1 root root 0 Aug 12 17:14 /proc/1831/root - / It does not look like postfix is chrooted, 1831 is postfix pid. The entry in master.cf also points to non chrooted install: smtps inet

Re: SASL authentication failure: cannot connect to saslauthd server

2014-08-12 Thread li...@rhsoft.net
Am 13.08.2014 um 01:52 schrieb Patrick Ben Koetter: * pavel degtiarev paul.d...@gmail.com: I checked that as well: ls -ld /proc/1831/root lrwxrwxrwx 1 root root 0 Aug 12 17:14 /proc/1831/root - / It does not look like postfix is chrooted, 1831 is postfix pid. The entry in master.cf also

Re: SASL authentication failure: cannot connect to saslauthd server

2014-08-12 Thread Patrick Ben Koetter
* li...@rhsoft.net li...@rhsoft.net: Am 13.08.2014 um 01:52 schrieb Patrick Ben Koetter: * pavel degtiarev paul.d...@gmail.com: I checked that as well: ls -ld /proc/1831/root lrwxrwxrwx 1 root root 0 Aug 12 17:14 /proc/1831/root - / It does not look like postfix is chrooted,

Re: SASL authentication failure: cannot connect to saslauthd server

2014-08-12 Thread /dev/rob0
On Wed, Aug 13, 2014 at 01:56:41AM +0200, li...@rhsoft.net wrote: Am 13.08.2014 um 01:52 schrieb Patrick Ben Koetter: * pavel degtiarev paul.d...@gmail.com: I checked that as well: ls -ld /proc/1831/root lrwxrwxrwx 1 root root 0 Aug 12 17:14 /proc/1831/root - / It does not look like

Re: SASL authentication failure: cannot connect to saslauthd server

2014-08-12 Thread li...@rhsoft.net
Am 13.08.2014 um 02:07 schrieb Patrick Ben Koetter: * li...@rhsoft.net li...@rhsoft.net: Am 13.08.2014 um 01:52 schrieb Patrick Ben Koetter: * pavel degtiarev paul.d...@gmail.com: I checked that as well: ls -ld /proc/1831/root lrwxrwxrwx 1 root root 0 Aug 12 17:14 /proc/1831/root - /

Re: SASL authentication failure: cannot connect to saslauthd server

2014-08-12 Thread Viktor Dukhovni
On Wed, Aug 13, 2014 at 02:42:47AM +0200, li...@rhsoft.net wrote: what i meant is if it is not recommended why - means yes The recommended *configuration* is an explicit chroot=no, the default behaviour of the software is to be more secure when no explicit setting is specified. This is not

Re: SASL authentication failure: cannot connect to saslauthd server

2014-08-12 Thread pavel degtiarev
I changed Postfix to non chroot, plus some manipulation on saslauthd path permissions, and it worked. I must say that testsaslauthd thing is really confusing, it makes it look like it’s all postfix fault. :-) Thanks a lot guys! On Aug 12, 2014, at 9:17 PM, Viktor Dukhovni