ich habe mit Outlook ein kleines Problem, welches bisher mit noch keiner Outlook Version auftrat. Wie ich im Netz gelesen habe, scheint das bei Outlook sehr sporadisch aufzutreten. Vielleicht gibt es aber ne Lösung, außer den Hostnamen Check in postfix zu deaktivieren:
postfix/smtpd[9403]: NOQUEUE: reject: RCPT from p5DC5A927.dip.t-dialin.net[93.197.0.0]: 504 5.5.2 <PC>: Helo command rejected: need fully-qualified hostname; from=<info@meine_domain.de> to=<info@meine_domain.de> proto=SMTP helo=<PC>
Warum sendet Outlook nur den Namen des Rechners? Wie kann ich Outlook beibringen, die IP-Adresse des sendenden Rechnes zu verwenden? Oder gibt es eine andere Lösung?
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Eine mögliche Lösung, funktioniert bei mir seit mehreren Jahren:
Einen DynDNS-Account für den Internetanschluss einrichten und gegebenenfalls den FQDN des DynDNS-Accounts zusätzlich noch in die hosts Datei Deines OS eintragen.
Ich meine zwar vor einigen Jahren Windows direkt einen FQDN verpasst zu haben, kann momentan aber keine passenden Optionen in Win7Pro finden. Vielleicht verwechsle ich das aber auch mit einer alten KDE3-Installation.
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Ja, dieser Check könnte die Ursache sein, aber nur dann, wenn Du ohne SMTP-AUTH (SASL) versenden würdest. Mit SMTP-AUTH würde zuerst permit_sasl_authenticated greifen und reject_non_fqdn_helo_hostname gar nicht mehr gefragt, da es hinter permit_sasl_authenticated steht.
Die Reihenfolge der Optionen ist sehr wichtig, denn first-match-wins.
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.