[GH-ISSUE #207] [BUG]DKIM验证一直失败 #66

Closed
opened 2026-02-26 20:35:27 +03:00 by kerem · 2 comments
Owner

Originally created by @CoolkHz on GitHub (May 6, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/207

"logs": [ { "message": [ "400 Bad Request: {\"errors\":[\"bad request - DKIM public key and private key mismatch: fail to get public key from DNS record\"]}\n" ], "level": "log", "timestamp": 1714982310775 } ],

image
txt 记录已经解析了公钥

配置文件也配置了私钥 但是一发邮件就显示错误
image

Originally created by @CoolkHz on GitHub (May 6, 2024). Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/207 `"logs": [ { "message": [ "400 Bad Request: {\"errors\":[\"bad request - DKIM public key and private key mismatch: fail to get public key from DNS record\"]}\n" ], "level": "log", "timestamp": 1714982310775 } ],` ![image](https://github.com/dreamhunter2333/cloudflare_temp_email/assets/34871925/c1de2f9f-f6c9-4d2b-b3c8-7ae9a7760b7d) txt 记录已经解析了公钥 配置文件也配置了私钥 但是一发邮件就显示错误 ![image](https://github.com/dreamhunter2333/cloudflare_temp_email/assets/34871925/ee60086a-51e9-485d-ac9b-7a1abfed0b8e)
kerem closed this issue 2026-02-26 20:35:27 +03:00
Author
Owner

@dreamhunter2333 commented on GitHub (May 6, 2024):

_dmarc 配置了么,用 dig 命令验证下 txt 记录是否生效(替换下域名),需要一定时间
dig -t txt _mailchannels.awsl.uk
dig -t txt mailchannels._domainkey.awsl.uk
dig -t txt _dmarc.awsl.uk

<!-- gh-comment-id:2095655188 --> @dreamhunter2333 commented on GitHub (May 6, 2024): _dmarc 配置了么,用 dig 命令验证下 txt 记录是否生效(替换下域名),需要一定时间 `dig -t txt _mailchannels.awsl.uk` `dig -t txt mailchannels._domainkey.awsl.uk` `dig -t txt _dmarc.awsl.uk `
Author
Owner

@dreamhunter2333 commented on GitHub (Jul 8, 2024):

已经移除 mail channels 相关部分,resend 无需手动配置

<!-- gh-comment-id:2213013626 --> @dreamhunter2333 commented on GitHub (Jul 8, 2024): 已经移除 mail channels 相关部分,resend 无需手动配置
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudflare_temp_email#66
No description provided.