• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

postfix keine mails an web.de

Status
Für weitere Antworten geschlossen.
Hallo,
kann von meinem Server an alle adressen mails (postfix) versenden nur nicht an Adressen bei web.de hier der Auszug aus meiner /log/mail:

Jul 16 15:31:52 xxx postfix/smtp[2328]: 2B93D38C46: to=<yyyyyyyyy@web.de>, relay=mx-ha01.web.de[217.72.192.149], delay=5, status=deferred (lost connection with mx-ha01.web.de[217.72.192.149] while sending HELO)

Hat jemand eine Idee? :idea:
 
ja ;)
such mal im Forum nach
1.) POP3-vor-SMTP
2.) SMTP-AUTH

wenn du dann immer noch nicht schlauer bist, meld dich nochmal
 
Hatte ich bereits durchsucht, bin aber nicht weiter gekommen.
Vielleicht ein Hinweis: auf dem Server läuft SASL und auch pop-before-smtp!
 
Sorry...
nein,

den punkt:
smtp_always_send_ehelo = no

Habe ich nicht in meiner /etc/postfix/main.cf :?: :!:
 
Code:
# The smtp_always_send_ehlo parameter specifies that the SMTP client
# should always send EHLO at the start of an SMTP session.
#
# By default, Postfix sends EHLO only when the word "ESMTP" appears
# in the server greeting banner (example: 220 spike.porcupine.org
# ESMTP Postfix).
#
smtp_always_send_ehlo = no

# The smtp_never_send_ehlo parameter specifies that the SMTP client
# should never send EHLO at the start of an SMTP session.
#
# By default, Postfix sends EHLO whenever the word "ESMTP" appears
# in the server greeting banner (example: 220 spike.porcupine.org
# ESMTP Postfix).
#
smtp_never_send_ehlo = no

welche postfix version hast du? bei mir steht der in der main.cf drin
 
dann probier doch die beiden Optionen einfach mal aus

postfix mault ja beim Start, wenn er etwas nicht versteht.
 
amkurpark schrieb:
Hallo,
kann von meinem Server an alle adressen mails (postfix) versenden nur nicht an Adressen bei web.de hier der Auszug aus meiner /log/mail:

Jul 16 15:31:52 xxx postfix/smtp[2328]: 2B93D38C46: to=<yyyyyyyyy@web.de>, relay=mx-ha01.web.de[217.72.192.149], delay=5, status=deferred (lost connection with mx-ha01.web.de[217.72.192.149] while sending HELO)

Hat jemand eine Idee? :idea:


- hast du eine feste ip?
- mit welchem HELO meldet sich dein server?
- ist dieser HELO name aufloesbar (ptr gesetzt?)
 
Status
Für weitere Antworten geschlossen.
Oben