Mika: Postfix SMTP AUTH

Hi,

ich bin gerade am testen von Postfix. Ich hab den Cyrus-SASL installiert und wollte ihn konfigurieren. Folgendes habe ich in die main.cf:

broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous

und das da in die: /usr/lib/sasl2/smtpd.conf

pwcheck_method: saslauthd
mech_list: LOGIN PLAIN

ps x Auszug:

7153 ?        S      0:00 /usr/sbin/saslauthd -a pam
 7154 ?        S      0:00 /usr/sbin/saslauthd -a pam
 7155 ?        S      0:00 /usr/sbin/saslauthd -a pam
 7157 ?        S      0:00 /usr/sbin/saslauthd -a pam
 7158 ?        S      0:00 /usr/sbin/saslauthd -a pam
 7436 ?        S      0:00 /usr/lib/postfix/master

das sagt telnet:
rosso log # telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 x.maschine.de ESMTP Postfix
EHLO ich bins
250-x.maschine.de
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-XVERP
250 8BITMIME

Was ist falsch. Bin echt ratlos!

  1. Werden meine Threads eigentlich alle ignoriert? Kann mir nicht vorstellen, dass das keiner weiß!