Am Friday 16 September 2005 16:10 schrieb Uwe Grosskinsky:
trotzt ändern auf "smtpd_sasl_local_domain = mail" tut es nicht? das log gibt es so her ich verbinde mich vom meinem localen host mit der ip 192.168.8.44
Zeig nochmal die Config. 1. # postconf -n 2. und die master.cf (Ohne Kommentarzeilen) 3. Und prüf auch mal ob Postfix die sasldb lesen darf.
wie bringe ich ihm bei das er eben nicht auf den hostnamen hört da mich der hostnamen ja im moment nicht intressiert ?
Das steht fest in der sasldb und ändert sich nicht. Die Abfrage passiert nur beim anlegen mit saslpasswd2.
wie hängt den das zusammen ? und kann man den realm ändern oder weglöschen?
Ändern geht nicht nur löschen und neu anlegen. Ändern geht nur bei Passwörtern. Löschen: # saslpasswd2 -du alterrealm username Neu anlegen: # saslpasswd2 -cu neuerealm username
Sep 16 15:59:17 mail postfix/smtpd[29290]: warning: 192.168.8.44: address not listed for hostname localhost
Sieht auch merkwürdig aus. Check mal die Namensauflösung.
Sep 16 15:59:17 mail postfix/smtpd[29290]: connect from unknown[192.168.8.44] Sep 16 15:59:26 mail postfix/smtpd[29290]: warning: SASL authentication failure: no secret in database Sep 16 15:59:26 mail postfix/smtpd[29290]: warning: unknown[192.168.8.44]: SASL CRAM-MD5 authentication failed Sep 16 15:59:26 mail postfix/smtpd[29290]: warning: SASL authentication failure: Password verification failed Sep 16 15:59:26 mail postfix/smtpd[29290]: warning: unknown[192.168.8.44]: SASL PLAIN authentication failed Sep 16 15:59:26 mail postfix/smtpd[29290]: warning: unknown[192.168.8.44]: SASL LOGIN authentication failed Sep 16 15:59:28 mail postfix/smtpd[29290]: lost connection after AUTH from unknown[192.168.8.44] Sep 16 15:59:28 mail postfix/smtpd[29290]: disconnect from unknown[192.168.8.44]
-- Andreas