Hallo, seit Tagen sitzte ich an der Konfiguration von Postfix. Nach verschiedenen anleitungen im Interne hatte ich versucht es ein mal mit pwcheck und jetzt sasl.
Das ist die Fehlermeldung: ------------------------------------- Feb 10 11:38:33 localhost postfix/pickup[4936]: B49D781D0: uid=1000 from=<marek> Feb 10 11:38:33 localhost postfix/cleanup[5047]: B49D781D0: message-id=<[EMAIL PROTECTED]> Feb 10 11:38:33 localhost postfix/qmgr[4937]: B49D781D0: from=<[EMAIL PROTECTED]>, size=628, nrcpt=1 (queue active) Feb 10 11:38:34 localhost postfix/smtp[5048]: warning: SASL authentication failure: No worthy mechs found Feb 10 11:38:34 localhost postfix/smtp[5048]: B49D781D0: Authentication failed: cannot SASL authenticate to server smtp.1und1.de[212.227.15.167]: no mechanism available Feb 10 11:38:34 localhost postfix/smtp[5048]: warning: SASL authentication failure: No worthy mechs found Feb 10 11:38:34 localhost postfix/smtp[5048]: B49D781D0: to=<[EMAIL PROTECTED]>, relay=smtp.1und1.de[212.227.15.153], delay=1, status=deferred (Authentication failed: cannot SASL authenticate to server smtp.1und1.de[212.227.15.153]: no mechanism available) ---------------------------------------------------------------------- Meine main.cf: smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no # appending .domain is the MUA's job. append_dot_mydomain = no # Uncomment the next line to generate "delayed mail" warnings #delay_warning_time = 4h myhostname = localhost.localdomain alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname mydestination = opielka.org, localhost.localdomain, localhost.localdomain, localhost relayhost = smtp.1und1.de mynetworks = 127.0.0.0/8 mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 recipient_delimiter = + smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/saslpasswd smtp_sasl_security_options = noanonymous In der /etc/postfix/saslpasswd steht: smtp.1und1.de pxxxxxxxx-x:xxxxxxxxx Mit: debian:/etc/postfix# postmap saslpasswd habe die die saslpasswd.db generiert. Wenn ich jetzt eine Mail von Mutt aus versenden m�chte bekomme ich die obrige Fehlermeldung. Ich komme einfach schon seit Tagen nicht weiter, f�r ein Tipp w�re ich sehr dankbar. Gru� Marek Opielka

