Am 12.09.2014 um 07:28 schrieb Joachim Fahrner:
Hallo,
ich sehe in meinem Log gerade folgende Meldung:
postfix/smtpd[1150]: NOQUEUE: reject_warning: RCPT from unknown[2a01:4f8:190:33ed::2]: 450 4.7.1 Client host rejected: cannot find your hostname, [2a01:4f8:190:33ed::2]; from=<news1@boerse-aktuell.de mailto:news1@boerse-aktuell.de> to=<... mailto:jf@fah> proto=ESMTP helo=<news.boerse-aktuell.de>
Hab ich da was falsch konfiguriert? Für die ip gibt es einen Reverse DNS Eintrag.
stimmt
dig -x 2a01:4f8:190:33ed::2
; <<>> DiG 9.9.5-3-Ubuntu <<>> -x 2a01:4f8:190:33ed::2 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21785 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 1
;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.e.3.3.0.9.1.0.8.f.4.0.1.0.a.2.ip6.arpa. IN PTR
;; ANSWER SECTION: 2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.e.3.3.0.9.1.0.8.f.4.0.1.0.a.2.ip6.arpa. 7200 IN PTR www.boerse-aktuell.de.
jetzt muss du nur noch herausfinden ob die DNS server die dein Postfix nutzt auch alle immer das gleiche/dieses Resultat ergeben,
wie ist die conf
hast du
reject_unknown_client_hostname (with Postfix < 2.3: reject_unknown_client) Reject the request when 1) the client IP address->name mapping fails, 2) the name->address mapping fails, or 3) the name->address mapping does not match the client IP address. This is a stronger restriction than the reject_unknown_reverse_client_hostname feature, which triggers only under condition 1) above. The unknown_client_reject_code parameter specifies the response code for rejected requests (default: 450). The reply is always 450 in case the address->name or name->address lookup failed due to a temporary problem. ?
off topic hast du denn eine durchgaengige Ipv6 Umgebung, wenn nicht waere grundsaetzlich auch anzuraten ipv6 abzuschalten
-- Mit besten Grüßen Joachim Fahrner
postfix-users mailing list postfix-users@de.postfix.org http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users
Best Regards MfG Robert Schetterer