AW: SPF reject von Outlook und Hotmail
Daniel
daniel at ist-immer-online.de
Mo Jun 27 11:14:12 CEST 2016
Hi,
~# grep hosts /etc/nsswitch.conf; grep -E '(25.152.0|outlook|hotmail)' /etc/hosts
hosts: files dns
Postfix soll ja auch nur DNS verwenden
smtp_dns_support_level = dnssec
smtp_host_lookup = dns
in der hosts Datei steht ja eh nur localhost, und sonst wird ja lokal nichts vorgegeben.
Gruß Daniel
-----Ursprüngliche Nachricht-----
Von: Postfixbuch-users [mailto:postfixbuch-users-bounces at listen.jpberlin.de] Im Auftrag von Winfried Neessen
Gesendet: Montag, 27. Juni 2016 10:11
An: Diskussionen und Support rund um Postfix
Betreff: Re: SPF reject von Outlook und Hotmail
Hi,
Am 26.06.2016 um 21:26 schrieb Daniel <daniel at ist-immer-online.de>:
> authentication-results: spf=softfail (sender IP is 25.152.0.54)
> smtp.mailfrom=outlook.de; ist-immer-online.de; dkim=none (message not signed)
> header.d=none;ist-immer-online.de; dmarc=none action=none
> header.from=outlook.de;
> received-spf: SoftFail (protection.outlook.com: domain of transitioning
> outlook.de discourages use of 25.152.0.54 as permitted sender)
Du pruefst zum testen die ganze Zeit nur den DNS. Postfix wird aber normalerweise
die Reihenfolge der nsswitch.conf durchgehen. Das heisst i. d. R. erst die lokale hosts
Datei und dann erst den DNS. Vielleicht ist da was bei Dir krumm.
Check mal:
% grep hosts /etc/nsswitch.conf; grep -E '(25.152.0|outlook|hotmail)' /etc/hosts
und (falls Postfix im chroot laeuft):
% grep hosts /var/spool/postfix/etc/nsswitch.conf; grep -E '(25.152.0|outlook|hotmail)' /var/spool/postfix/etc/hosts
Winni
Mehr Informationen über die Mailingliste Postfixbuch-users