mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[GH-ISSUE #268] [BUG] smtp配置问题 #83
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jakernel on GitHub (May 24, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/268
使用 docker 部署了 smtp 服务。然后 thunderbird 添加账号后,收发邮件会报错,不知道哪里配置错了

查看 docker 的日志显示如下:
@dreamhunter2333 commented on GitHub (May 24, 2024):
目前还不支持ssl ,需要勾选非 ssl链接
@dreamhunter2333 commented on GitHub (May 24, 2024):
你能使用 api 访问后台服务么,看起来像无法访问 worker api
@jakernel commented on GitHub (May 27, 2024):
可以的,api可以正常访问
https://xxx.xxx.workers.dev收取邮件,但是smtp下调用到 fetchINBOX 这个接口时,却会抛出 ssl 证书异常
@dreamhunter2333 commented on GitHub (May 27, 2024):
很奇怪,尝试过自定义域名么,我有空更新下代码,禁用ssl检查
@jakernel commented on GitHub (May 28, 2024):
测试了自定义域名可以正常收发