From: Andreas Winkelmann (no email)
Date: Wed Jul 02 2008 - 05:47:03 EDT
> On Wednesday 02 July 2008 13:14:48 Ralf Hildebrandt wrote:
>> > I'm testing postfix this way:
>> >
>> > telnet hosting.vpcit.ru 25
>> > Trying 91.192.168.241...
>> > Connected to hosting.vpcit.ru.
>> > Escape character is '^]'.
>> > 220 Welcome to ESMTP llc. Gercon
>> > helo andreyv
>> > 250 mail.1vp.ru
>> > auth plain
>> > 334
>> > AGR1a2VudWtlbUB2cGNpdC5ydQBzdGFydGVy
>> > 535 5.7.0 Error: authentication failed: generic failure
>> >
>> > In syslog I see:
>> > Jul 2 12:18:38 hosting postfix/smtpd[31141]: warning: SASL
>> > authentication failure: cannot connect to saslauthd server: No such
>> file
>> > or directory
>>
>> Is smtpd chrooted?
>
> oh, yes, for unix socket, here is piece of my /etc/postfix/master.cf:
> # service type private unpriv chroot wakeup maxproc command + args
> # (yes) (yes) (yes) (never) (100)
> <...>
> smtp inet n - n - - smtpd
Your smtpd is not chroot()ed. Your saslauthd is:
...
OPTIONS="-m /var/spool/postfix/var/run/saslauthd"
...
Change either the one or the other.
> <...>
> smtp unix - - - - - smtp
-- Andreas
|
|
|