Hallo zusammen,
ich habe mir einen Mailserver aufgesetzt mit Postfix, Fetchmail, Dovecot und Amavis
Wenn ich nun zum Testen eine E-Mail schicken möchte ( mail -s "Betreff" empfänger@mail.de), sagt mir das mail.log folgendens:
May 20 13:27:22 mailsrv01 postfix/pickup[1900]: 35EA321596: uid=0 from=<root> May 20 13:27:22 mailsrv01 postfix/cleanup[2000]: 35EA321596: message-id=<20110520112722.35EA321596@mailsrv01.domain.local> May 20 13:27:22 mailsrv01 postfix/qmgr[1901]: 35EA321596: from=<root@mailsrv01.domain.local>, size=305, nrcpt=1 (queue active) May 20 13:27:22 mailsrv01 postfix/smtp[2003]: warning: SASL authentication failure: No worthy mechs found May 20 13:27:22 mailsrv01 postfix/smtp[2003]: 35EA321596: to=<meineMAil@mail.de>, relay=smtp.web.de[217.72.192.157]:25, delay=0.48, delays=0.24/0.06/0.18/0, dsn=4.7.0, status=deferred (SASL authentication failed; cannot authenticate to server smtp.web.de[217.72.192.157]: no mechanism available)
Wo liegt da der Fehler? Hier meine main.cfg:
myhostname = mailsrv01.domain.local alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname mydestination = mailsrv01.domain.local, localhost.domain.local, localhost relayhost = smtp.web.de mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all smtp_sasl_auth_enable = yes # noplaintext weglassen, wenn Passwörter im Klartext übertragen werden müssen: # (nicht empfohlen, nur wenn's anders nicht funktioniert) smtp_sasl_security_options = noplaintext noanonymous smtp_sasl_password_maps = hash:/etc/postfix/sasl_password mailbox_command = /usr/lib/dovecot/deliver content_filter=smtp-amavis:[127.0.0.1]:10024 sender_canonical_maps = hash:/etc/postfix/sender_canonical
Schon mal Danke! MfG