From: Florian Lindner (mailinglists at xgm dot de)
Date: Tue Jun 15 2004 - 08:38:05 EDT
Am Dienstag, 15. Juni 2004 14:22 schrieb Ken Murchison:
> Florian Lindner wrote:
> > Hello,
> > i'm running Postix 2.0.19 with cyrus-sasl 2.1.14. I try to authenticate
> > through PAM. The username I supply to the SMTP server is a valid username
> > which can also login through SSH for example.
> > That's my syslog:
> >
> > Jun 15 13:29:14 anubis postfix/smtpd[25084]: connect from
> > pD9E48F39.dip.t-dialin.net[217.228.143.57]
> > Jun 15 13:29:14 anubis postfix/smtpd[25084]: warning: SASL authentication
> > failure: Password verification failed
> > Jun 15 13:29:14 anubis postfix/smtpd[25084]: warning:
> > pD9E48F39.dip.t-dialin.net[217.228.143.57]: SASL PLAIN authentication
> > failed Jun 15 13:29:15 anubis postfix/smtpd[25084]: lost connection after
> > AUTH from pD9E48F39.dip.t-dialin.net[217.228.143.57]
> > Jun 15 13:29:15 anubis postfix/smtpd[25084]: disconnect from
> > pD9E48F39.dip.t-dialin.net[217.228.143.57]
> >
> > And from my cyrus-sasl/smtpd.conf:
> >
> > pwcheck_method: auxprop
> > auxprop_plugin: pam
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^
>
> This should be:
>
> pwcheck_method: saslauthd
>
> and run 'saslauthd -a pam'
Thx, it works this way.
But isn't there a way to make it work without the saslauthd? There are not
very much SMTP authentication (maybe 10 per day) so I don't really want to
start anouther daemon just for this purpose.
Thx,
Florian
|
|
|