[Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname" - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega International Area (/forum-22.html) +--- Forum: German Corner (/forum-26.html) +---- Forum: Archiv (/forum-54.html) +---- Thread: [Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname" (/thread-1755.html) Pages: 1 2 |
[Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname" - Breaki - 11-10-2007 09:09 PM So, es ist soweit, nun muss ich auch mal ne Frage an euch stellen, bevor ich noch weiter dran verzweifele Also Mailzustellung klappt einwandfrei (Webmail, PHP, u.s.w.) nur eben nicht über SMTP. Was mich etwas stutzig macht, ist das in der mail.log nichts kommt von "Login" oder sonstigen Dingen, die darauf hinweisen, dass sich mein lokaler PC authentifiziert hätte. /var/log/mail.log: Code: Nov 10 11:05:47 stokes postfix/smtpd[30205]: connect from p54AAA0BD.dip0.t-ipconnect.de[84.170.160.189] Wenn irgendwelche zusätzlichen Infos gebraucht werden, dann bitte antworten. Danke RE: SMTP: "Helo command rejected: need fully-qualified hostname" - rbtux - 11-10-2007 09:12 PM verschiebe reject_invalid_hostname aus den smtpd_recipient_restrictions der main.cf sodass es nach permit_sasl_authenticated kommt. Wenn das nicht hilft bitte die Ausgabe von postconf -n posten RE: SMTP: "Helo command rejected: need fully-qualified hostname" - rbtux - 11-10-2007 09:13 PM sowas in der art: http://www.isp-control.net/ispcp/ticket/825 RE: SMTP: "Helo command rejected: need fully-qualified hostname" - Breaki - 11-10-2007 09:17 PM ne, hat leider nicht geholfen, nun hier "postconf -n": Code: root@stokes:/etc# postconf -n thx ; ) RE: SMTP: "Helo command rejected: need fully-qualified hostname" - rbtux - 11-10-2007 09:20 PM knall die smtpd_sender_restrictions raus... die brauchst du nicht!!! Wenns dann immer noch nicht geht schau ich es noch genauer an... RE: SMTP: "Helo command rejected: need fully-qualified hostname" - Breaki - 11-10-2007 09:21 PM vielleicht noch nen paar infos: - aktueller trunk - debian etch - saslfinger -c Code: saslfinger - postfix Cyrus sasl configuration Sat Nov 10 11:20:01 UTC 2007 und wie schon gesagt, es sieht nichtmal so aus, als ob er sich authentifizieren würde (log im 1. post) grüße aus dem verschneiten bayern RE: SMTP: "Helo command rejected: need fully-qualified hostname" - rbtux - 11-10-2007 09:22 PM sry der fehler liegt wo anders smtpd_helo_restrictions = reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname brauchst du nicht!!! wenn dann nach reject_invalid_hostname in den recipient restrictions einfügen! Es braucht nur data und recipient restrictions. Den Rest kannst du schmeissen! RE: SMTP: "Helo command rejected: need fully-qualified hostname" - Breaki - 11-10-2007 09:23 PM rbtux Wrote:knall die smtpd_sender_restrictions raus... die brauchst du nicht!!! Wenns dann immer noch nicht geht schau ich es noch genauer an... ich sags ja nur ungern, geht aber noch immer nicht aber schonmal danke für die hilfe RE: SMTP: "Helo command rejected: need fully-qualified hostname" - rbtux - 11-10-2007 09:24 PM die helo_restrictions sind auch raus? RE: SMTP: "Helo command rejected: need fully-qualified hostname" - Breaki - 11-10-2007 09:31 PM rbtux Wrote:die helo_restrictions sind auch raus? ne, der post bezog sich auf deinen vorherigen vorschlag (wir schreiben zu schnell *gg*) aber nun gehts mit dem letzten (hab mal aus #825 den code kopiert). aber eigentlich ungut, dass ispcp out of the box so modifiziert werden muss, oder liegt der fehler nur an mir? grüße |