PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : mail versenden mit postfix geht nit mit telekom relay



saschab
01.09.04, 15:59
Hallo,

habe as problem das ich mit postfix keine mail ans telkomrelay versenden kann:

Ausgabe vom relayserver:



lxsrv2:~ # telnet relay.t-dsl-business.de 25
Trying 62.156.147.74...
Connected to relay.t-dsl-business.de.
Escape character is '^]'.
220 relay.t-online-com.de ESMTP SMTPSVC(1.0.0.1)
ehlo localhost
250-relay.t-online-com.de
250-PIPELINING
250-SIZE 15360000
250-VRFY
250-ETRN
250-AUTH GSSAPI PLAIN LOGIN
250-XVERP
250 8BITMIME


die methoden die er anbietet sind gssapi plain und login

meine postfix main.cf:




...
broken_sasl_auth_clients = yes
relayhost = [relay.t-dsl-business.de]
smtp_sasl_auth_enable = yes
smtp_sasl_secutity_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/smtp_auth

...



meine smtp_auth :




relay.t-dsl-business.de username:passw




Fehlerausgabe in der /var/log/mail:



Sep 1 15:31:59 lxsrv2 postfix/smtp[4050]: smtp_connect_addr: trying: relay.t-dsl-business.de[62.156.147.74] port 25...
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: maps_find: smtp_tls_per_site: relay.t-dsl-business.de: not found
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: maps_find: smtp_tls_per_site: elay.t-dsl-business.de: not found
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: < relay.t-dsl-business.de[62.156.147.74]: 220 relay.t-online-com.de ESMTP SMTPSVC(1.0.0.2)
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: > relay.t-dsl-business.de[62.156.147.74]: EHLO lxsrv2.mickscar.local
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: < relay.t-dsl-business.de[62.156.147.74]: 250-relay.t-online-com.de
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: < relay.t-dsl-business.de[62.156.147.74]: 250-PIPELINING
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: < relay.t-dsl-business.de[62.156.147.74]: 250-SIZE 15360000
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: < relay.t-dsl-business.de[62.156.147.74]: 250-VRFY
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: < relay.t-dsl-business.de[62.156.147.74]: 250-ETRN
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: < relay.t-dsl-business.de[62.156.147.74]: 250-AUTH GSSAPI PLAIN LOGIN
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: < relay.t-dsl-business.de[62.156.147.74]: 250-XVERP
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: < relay.t-dsl-business.de[62.156.147.74]: 250 8BITMIME
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: server features: 0x2f size 15360000
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: maps_find: smtp_sasl_passwd: hash:/etc/postfix/smtp_auth(0,100): relay.t-dsl-business.de = xxx:xxx
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: smtp_sasl_passwd_lookup: host `relay.t-dsl-business.de' user `xxx' pass `xxx'
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: starting new SASL client
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: name_mask: noplaintext
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: name_mask: noanonymous
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: smtp_sasl_authenticate: relay.t-dsl-business.de[62.156.147.74]: SASL mechanisms GSSAPI PLAIN LOGIN
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: warning: SASL authentication failure: No worthy mechs found
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: connect to subsystem private/defer
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: send attr nrequest = 0
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: send attr flags = 0
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: send attr queue_id = 5F0822157D
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: send attr original_recipient = buescher.sascha@web.de
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: send attr recipient = buescher.sascha@web.de
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: send attr offset = 249
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: send attr status = 4.0.0
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: send attr action = delayed
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: send attr reason = Authentication failed: cannot SASL authenticate to server relay.t-dsl-business.de[62.156.147.74
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: private/defer socket: wanted attribute: status
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: input attribute name: status
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: input attribute value: 0
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: private/defer socket: wanted attribute: (list terminator)
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: input attribute name: (end)
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: 5F0822157D: to=<buescher.sascha@web.de>, relay=relay.t-dsl-business.de[62.156.147.74], delay=2318, status=deferred
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: flush_add: site web.de id 5F0822157D
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: match_hostname: web.de ~? lxsrv2.mickscar.local
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: match_hostname: web.de ~? localhost.mickscar.local
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: match_list_match: web.de: no match
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: flush_add: site web.de id 5F0822157D status 4
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: name_mask: resource
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: name_mask: software
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: disposing SASL state information
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: deliver_request_final: send: "Authentication failed: cannot SASL authenticate to server relay.t-dsl-business.de[62
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: send attr reason = Authentication failed: cannot SASL authenticate to server relay.t-dsl-business.de[62.156.147.74
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: send attr status = 4294967295
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: master_notify: status 1
Sep 1 15:32:00 lxsrv2 postfix/smtp[4050]: connection closed


warum findet er keinen Mechanismus ??

System suse 9.1 Prof

packete :

cyrus-sasl
cyrus-sasl-devel
cyrus-sasl-plain
cyrus-sasl-crammd5
cyrus-sasl-digestmd5

Vielen dank schom mal im vorraus

eminfra
05.10.04, 12:50
Das selbe Problem hatten wir heute auch.
Als wir auf den Server auf mailto.t-dsl-business.de geändert haben, lief es wieder.

MfG

saschab
13.10.04, 11:38
Hi,
wenn du auf mailto. .... änderst ist es aber nicht mer der relay server kann probleme geben.

Wenn man die einstellung über yast macht gehts auch mit dem relayserver