我对opendmarc和gmail有问题(gmail会把我服务器上的邮件发送到垃圾邮件中)。我读了很多论坛和话题,但是到处都找不到我的问题的解决方案。如果我尝试mail-tester.com,我得到了10/10,但gmail仍然接受我的邮件。
如果我检查邮件,有:
Authentication-Results: mx.google.com;
dkim=pass header.i=@mydomain.com;
dkim=pass header.i=@mydomain.com;
spf=pass (google.com: domain of madaraszko@mydomain.com designates 11.22.33.44 as permitted sender) smtp.mailfrom=madaraszko@mydomain.com;
dmarc=pass (p=QUARANTINE dis=NONE) header.from=mydomain.com
Received: by mail.mydomain.com (Postfix, from userid 111)
id A4F4160598; Thu, 28 Apr 2016 10:29:48 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mydomain.com; s=mail;
t=1461832188; bh=8fggacpyUWh5Kr8oMgY87yEuuCmYt5ETnFZxhdP9YIE=;
h=From:Subject:Date:References:To:From;
b=B24WlYMHGLqC8d+B5MnBByWUg+zkKqfRSiiRP0pahD5bHGvNCOFCpBkWlklu8pjmJ
oKyShimi91qFf7IcPrvkP4UCAB0KPTR+LX3n4S7pV54JIKXr7hkLQENqsgWiE9CjlU
ijd7JXTp0FZH0SKSh1Un24Pv4bPKl0j10j4OG6A4=
Received: from [10.238.2.155] (mail.otherdomain.com [44.55.66.77])
by mail.mydomain.com (Postfix) with ESMTPSA id 7FCFC60555
for <xxxx@gmail.com>; Thu, 28 Apr 2016 10:29:46 +0200 (CEST)
Authentication-Results: mydomain.com; dmarc=fail header.from=mydomain.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mydomain.com; s=mail;
t=1461832186; bh=8fggacpyUWh5Kr8oMgY87yEuuCmYt5ETnFZxhdP9YIE=;
h=From:Subject:Date:References:To:From;
b=acvw+r2aUiHroR6h/D+NzgRnRWFeci84Vot+gcQJ5vfom2y13QH/3P9mvkUCq230H
sPBDR0Ov3B6b0vz12MUgCXO/lqRGKpKWKWTE+5Z0VY5a6EUrwNo1Rr8Q5EO5Ymjhkf
5Z3SgXHsUUjBeiwuI0AlEa646PMjRgqwqE4skp+U=我在邮件服务器上的日志是
Apr 28 10:34:52 mail opendmarc[23264]: implicit authentication service: mydomain.com
Apr 28 10:34:52 mail opendmarc[23264]: 33EE560555: mydomain.com fail我的opendmarc.conf
AuthservID mydomain.com
PidFile /var/run/opendmarc.pid #Debian default
RejectFailures false
Syslog true
TrustedAuthservIDs mydomain.com
UMask 0002
UserID opendmarc:opendmarc
IgnoreHosts /etc/opendmarc/ignore.hosts
HistoryFile /var/run/opendmarc/opendmarc.dat文件ignore.hosts
localhost我应该检查或更改什么?我有后缀dovecot spamassasin opendkim和opendmarc
谢谢你的帮助。
发布于 2016-07-02 10:03:59
添加
IgnoreAuthenticatedClients true对opendmarc.conf确实帮了我。我的ignore.hosts文件中也有所有本地in (IPv4+IPv6范围和::1),但这没有帮助。
https://stackoverflow.com/questions/36910145
复制相似问题