Hallo,
sicher zum x.mal in diesem forum, aber das absetzen meiner mails �ber den
mailserver unseres internetprovider will einfach nicht funktionieren. ich denke
ich alle einstellungen getroffen wie in anleitungen (z.B.
http://www.tuxhausen.de/frameset/postfix_smtp_auth_frameset.html) beschrieben, aber
dennoch
klappt das authentifizieren nicht.
hatt mir noch jemand einen guten tipp ?
gruss (vom verzweifelten) robert
Distribuition: Debian Woody
pakete: postfix 1.1.11-0.woody3
postfix-tls 1.1.11+tls0.7.15-0.woody1
libsasl7 1.5.27-3
libsasl2 2.1.2-2
libsasl2-digestmd5-plain 2.1.2-2
libsasl2-modules-plain 2.1.2-2
die pakete libsasl2 habe ich aufgrund eines hinweises in
http://lists.debian.org/debian-user-german/2003/debian-user-german-200301/msg02998.html
nachinstalliert. hatt mich aber nicht zum ziel gef�hrt.
meine konfiguration in main.cf:
...
relayhost = www.ibw-hs.de
...
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
Als ergebnis bekomme ich im logfile folgendes zu lesen:
11:15:27 goethe1 postfix/smtp[30123]: deliver_message: from
[EMAIL PROTECTED]
Sep 19 11:15:27 goethe1 postfix/smtp[30123]: smtp_parse_destination:
www.ibw-hs.de smtp
Sep 19 11:15:27 goethe1 postfix/smtp[30123]: connecting to www.ibw-hs.de
port 25
Sep 19 11:15:27 goethe1 postfix/smtp[30123]: dns_query: www.ibw-hs.de (MX):
Host found but no data record of requested type
Sep 19 11:15:27 goethe1 postfix/smtp[30123]: smtp_addr_one: host
www.ibw-hs.de
Sep 19 11:15:27 goethe1 postfix/smtp[30123]: dns_query: www.ibw-hs.de (A):
OK
Sep 19 11:15:27 goethe1 postfix/smtp[30123]: dns_get_answer: type A for
www.ibw-hs.de
Sep 19 11:15:27 goethe1 postfix/smtp[30123]: begin www.ibw-hs.de address
list
Sep 19 11:15:27 goethe1 postfix/smtp[30123]: pref 0 host
www.ibw-hs.de/212.223.94.82
Sep 19 11:15:27 goethe1 postfix/smtp[30123]: end www.ibw-hs.de address list
Sep 19 11:15:27 goethe1 postfix/smtp[30123]: smtp_connect_addr: trying:
www.ibw-hs.de[212.223.94.82] port 25...
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: maps_find: www.ibw-hs.de: not
found
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: maps_find: www.ibw-hs.de: not
found
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: < www.ibw-hs.de[212.223.94.82]:
220 105-mx.inl.de (IMail 8.02 29054-8) NT-ESMTP Server X1
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: > www.ibw-hs.de[212.223.94.82]:
EHLO goethe1.ibw-hs.de
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: < www.ibw-hs.de[212.223.94.82]:
250-105-mx.inl.de says hello
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: < www.ibw-hs.de[212.223.94.82]:
250-SIZE 0
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: < www.ibw-hs.de[212.223.94.82]:
250-8BITMIME
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: < www.ibw-hs.de[212.223.94.82]:
250-DSN
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: < www.ibw-hs.de[212.223.94.82]:
250-ETRN
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: < www.ibw-hs.de[212.223.94.82]:
250-AUTH LOGIN CRAM-MD5
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: < www.ibw-hs.de[212.223.94.82]:
250-AUTH=LOGIN
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: < www.ibw-hs.de[212.223.94.82]:
250 EXPN
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: warning:
www.ibw-hs.de[212.223.94.82] offered AUTH option multiple times
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: server features: 0x2b size 0
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: maps_find:
hash:/etc/postfix/sasl_passwd: www.ibw-hs.de = XXX:YYYY
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: smtp_sasl_passwd_lookup: host
`www.ibw-hs.de' user `XXX' pass `YYY'
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: starting new SASL client
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: smtp_sasl_authenticate:
www.ibw-hs.de[212.223.94.82]: SASL mechanisms LOGIN
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: connect to subsystem
private/defer
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: send attr nrequest = 0
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: send attr flags = 0
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: send attr queue_id = B449CA3E
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: send attr recipient =
[EMAIL PROTECTED]
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: send attr reason =
Authentication failed: cannot SASL authenticate to server www.ibw-hs.de[212.223.94.82]:
no mechanism available
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: private/defer socket: wanted
attribute: status
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: input attribute name: status
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: input attribute value: 0
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: private/defer socket: wanted
attribute: (list terminator)
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: input attribute name: (end)
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: B449CA3E:
to=<[EMAIL PROTECTED]>, relay=www.ibw-hs.de[212.223.94.82], delay=1, status=deferred
(Authentication failed: cannot SASL authenticate to server
www.ibw-hs.de[212.223.94.82]: no mechanism available)
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: flush_add: site gmx.de id
B449CA3E
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: connect to subsystem
public/flush
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: send attr request = add
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: send attr site = gmx.de
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: send attr queue_id = B449CA3E
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: public/flush socket: wanted
attribute: status
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: input attribute name: status
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: input attribute value: 4
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: public/flush socket: wanted
attribute: (list terminator)
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: input attribute name: (end)
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: flush_add: site gmx.de id
B449CA3E status 4
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: name_mask: resource
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: name_mask: software
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: disposing SASL state
information
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: deliver_request_final: send:
"Authentication failed: cannot SASL authenticate to server
www.ibw-hs.de[212.223.94.82]: no mechanism available" -1
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: send attr reason =
Authentication failed: cannot SASL authenticate to server www.ibw-hs.de[212.223.94.82]:
no mechanism available
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: send attr status = 4294967295
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: master_notify: status 1
Sep 19 11:15:28 goethe1 postfix/smtp[30123]: connection closed
--
+++ GMX - die erste Adresse f�r Mail, Message, More! +++
Getestet von Stiftung Warentest: GMX FreeMail (GUT), GMX ProMail (GUT)
(Heft 9/03 - 23 e-mail-Tarife: 6 gut, 12 befriedigend, 5 ausreichend)
Jetzt selbst kostenlos testen: http://www.gmx.net
--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)