DKIM:“未authentication”,但“validation成功”

一个问题,如果这是正常的DKIM行为。 从mydomain发送电子邮件时,它添加了一个签名,它看起来不错。 但是当收到来自外部的电子邮件,说outlook.com,我得到下面:

是“未authentication”的正常行为? 它确实表示DKIMvalidation成功,但是我稍微担心它之前的消息。

Aug 13 09:39:37 www opendkim[13789]: 50CDC63F63: mail- oln040092065020.outbound.protection.outlook.com [40.92.65.20] not internal Aug 13 09:39:37 www opendkim[13789]: 50CDC63F63: not authenticated Aug 13 09:39:37 www opendkim[13789]: 50CDC63F63: failed to parse authentication-results: header field Aug 13 09:39:37 www opendkim[13789]: 50CDC63F63: DKIM verification successful Aug 13 09:39:37 www postfix/qmgr[14386]: 50CDC63F63: from= <[email protected]>, size=5304, nrcpt=1 (queue active) 

这个消息似乎来自OpenDIM的这里

 authtype = dkimf_getsymval(ctx, "{auth_type}"); ... if (authtype == NULL || authtype[0] == '\0') { syslog(LOG_INFO, "%s: not authenticated", dfc->mctx_jobid); } 

我不是100% {auth_type}来自哪里,但是我在Postfix milter文档中find了以下内容

 {auth_type} MAIL, DATA, EOH, EOM SASL login method 

总而言之,这似乎是一个很好的机会,它只logging客户端是否对SMTP服务器进行了身份validation,这对于入站邮件来说是不太可能的(也是预期的)。