邮件服务器-邮件系统-邮件技术论坛(BBS)

 找回密码
 会员注册
查看: 9004|回复: 6
打印 上一主题 下一主题

[求助] dkim处理设定??

[复制链接]
跳转到指定楼层
顶楼
发表于 2010-2-19 09:32:10 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
小弟我於mdaemon设定了dkim

按照mdaemon knowledge设定dkim於dns server

然後dns server与dns client服务重新启动

但寄信到gmail.看该信件原始档案~得到其中一行为:
Authentication-Results: mx.google.com; spf=pass (google.com: domain of [email=prvs=16663f4093=ttt@abc.com]prvs=16663f4093=ttt@abc.com[/email] designates 1.2.3.4 as permitted sender) [email=smtp.mail=prvs=16663f4093=abc.com]smtp.mail=prvs=16663f4093=ttt@abc.com[/email]; dkim=neutral (no key) [email=header.i=@abc.com]header.i=@abc.com[/email]
为何还说没有dkim呢?
谢谢~
沙发
发表于 2010-2-19 19:53:12 | 只看该作者
原帖由 luke999 於 2010-2-19 09:32 發表
小弟我於mdaemon設定了dkim

按照mdaemon knowledge設定dkim於dns server

然後dns server與dns client服務重新啟動

但寄信到gmail.看該信件原始檔案~得到其中一行為:
Authentication-Results: mx.googl ...




MDaemon supports both Sender Policy Framework (SPF) and Sender ID Framework (SIDF) to help verify sending servers and protect against spoofing and phishing, which are two common types of email forgery in which the sender of the message attempts to make the message appear to be coming from someone else.

Many domains publish MX records in the Domain Name System (DNS) to identify the locations permitted to receive mail for them, but this doesn't identify the locations allowed to send mail for them. SPF is a means whereby domains can also publish sender records to identify those locations authorized to send messages. By performing an SPF lookup on incoming messages, MDaemon can attempt to determine whether or not the sending server is permitted to deliver mail for the purported sending domain, and consequently determine whether or not the sender's address may have been forged or "spoofed". Sender ID is related to SPF, but it is more complex in order to more reliably determine the actual domain purported to have sent the message, and to reduce the likelihood of incorrect results.

Use the options on this tab to configure your server's SPF and Sender ID settings.

For more information on SPF, visit:

http://spf.pobox.com

For more information on Sender ID, visit:

http://www.microsoft.com/mscorp/safety/technologies/senderid/default.mspx


------



Use this screen to configure MDaemon to verify DomainKeys Identified Mail (DKIM) and/or DomainKeys (DK) signatures in incoming remote messages. When this feature is enabled and an incoming message has been cryptographically signed, MDaemon will retrieve the public key from the DNS record of the domain taken from the signature and then use that key to test the message’s DKIM  or DK signature to determine its validity.

If the signature passes the verification test, the message will continue on to the next step in the regular delivery process. Additionally, if the domain taken from the signature also appears on the Approved List, the message’s Spam Filter score will receive a beneficial adjustment.

If a message has no signature, or if the signature is invalid, MDaemon will retrieve the Author Domain Signing Practices (ADSP) record of the domain in the From header to determine whether or not all of that domain’s messages should be signed. If the ADSP record indicates that a valid signature is required and the public key indicates that the signer is not merely testing DKIM, the message will receive a "Fail" result and be treated accordingly—it can be rejected outright or accepted but have its Spam Filter score adjusted upward.

Finally, if a site's ADSP record uses a syntax unknown to MDaemon, if no record exists at all, or if the ADSP option located on the DKIM Options screen is disabled, then no punitive measures will be taken. The unsigned or invalidly signed message will be treated as if the domain signs only some of its messages.

For more on DKIM see: http://www.dkim.org/
藤椅
 楼主| 发表于 2010-2-19 21:26:59 | 只看该作者
原帖由 Kyan 于 2010-2-19 19:53 发表


9087

MDaemon supports both Sender Policy Framework (SPF) and Sender ID Framework (SIDF) to help verify sending servers and protect against spoofing and phishing, which are two common types of e ...


大哥~你似乎只介绍SPF与DK内容
这我知道~也查过了


首先
那信件的内容是我寄送到gmail的原始档部分内容
你第一个画面为本邮件伺服器检查来信的信件spf
这不是我现在的问题

我现在的问题~在於本邮件伺服器寄送信件到gmail
(1)
spf~gmail检查问题~由於本机器有几个固定IP在跑~所以可能会跑来跑去~
所以(1)是另外一个帖子问题
http://www.5dmail.net/bbs/thread-187699-1-1.html

(2)
现在是我邮件伺服器寄件到Gmail
从gmail收件者~检视该信件原始档~重点部分内容有:

该如何正确在mdaemon设定
dkim=neutral (no key)


但重点是在mdaemon如何正确的设定
麻烦一步步的指导~谢谢

[ 本帖最后由 luke999 于 2010-2-19 21:41 编辑 ]
板凳
发表于 2010-12-24 16:18:34 | 只看该作者
今天也碰到这个问题了,对方发过来的邮件,通过不了我的DKIM验证,被当作垃圾邮件处理了。会不会国内很多邮件发出来跟本就没有做DKIM的签名之类的,所以过不了DKIM验证?是不是该将DKIM验证先暂时取消掉?
报纸
发表于 2010-12-24 23:05:29 | 只看该作者
dkim 邮件服务器上的密钥确认生成并保存了?
dns 上的 dkim 密钥确认格式正确?
这两个是一对儿, 都不能少,也不能错
地板
发表于 2010-12-30 18:39:50 | 只看该作者

请教hyacinth㊣

dkim 邮件服务器上的密钥确认生成并保存了?
dns 上的 dkim 密钥确认格式正确?
这两个是一对儿, 都不能少,也不能错
请问你说的这2个具体的操作时该怎么操作,要点哪个菜单来设置,和具体的操作方法请说,谢谢
7
发表于 2010-12-30 20:53:03 | 只看该作者

回复 6楼 tongxin365 的帖子

不用md,所以不清楚具体设置位置
你截图你设置的看看
您需要登录后才可以回帖 登录 | 会员注册

本版积分规则

小黑屋|手机版|Archiver|邮件技术资讯网

GMT+8, 2026-8-5 00:03

Powered by Discuz! X3.2

© 2001-2016 Comsenz Inc.

本论坛为非盈利中立机构,所有言论属发表者个人意见,不代表本论坛立场。内容所涉及版权和法律相关事宜请参考各自所有者的条款。
如认定侵犯了您权利,请联系我们。本论坛原创内容请联系后再行转载并务必保留我站信息。此声明修改不另行通知,保留最终解释权。
*本论坛会员专属QQ群:邮件技术资讯网会员QQ群
*本论坛会员备用QQ群:邮件技术资讯网备用群

快速回复 返回顶部 返回列表