Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 转发邮件到 outlook 邮箱失败 #449

Open
1 of 2 tasks
xiecang opened this issue Sep 27, 2024 · 3 comments
Open
1 of 2 tasks

[BUG] 转发邮件到 outlook 邮箱失败 #449

xiecang opened this issue Sep 27, 2024 · 3 comments

Comments

@xiecang
Copy link

xiecang commented Sep 27, 2024

复现步骤

  1. 按照文档全部配置好,且待接受转发邮件的 outlook 邮箱已验证
  2. 设置 FORWARD_ADDRESS_LIST 为 outlook 邮箱
  3. 打开 Cloudflare 日志
  4. 发送邮件到配置好的域名邮箱
  5. 界面上和 tg 上均可收到,会看到一条转发错误日志,日志如下
{
  "truncated": false,
  "outcome": "ok",
  "scriptVersion": {
    "id": "78b78a77-266b-4a94-a976-51dbfb7dec19"
  },
  "scriptName": "cloudflare_temp_email",
  "diagnosticsChannelEvents": [],
  "exceptions": [],
  "logs": [
    {
      "message": [
        "forward email error",
        "Error: could not initialize upstream: Unknown error: permanent error (550): 5.7.1 Unfortunately, messages from [104.30.10.138] weren't sent. Please contact your Internet service provider since part of their network is on our block list (S3150). You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors. [Name=Protocol Filter Agent][AGT=PFA][MxId=11B9B95C2559844F] [SJ1PEPF0000231B.namprd03.prod.outlook.com 2024-09-27T16:45:23.545Z 08DCDCAE168C8DA6]"
      ],
      "level": "log",
      "timestamp": 1727455523552
    }
  ],
  "eventTimestamp": 1727455521571,
  "event": {
    "rawSize": 20008,
    "rcptTo": "[email protected]",
    "mailFrom": "[email protected]"
  },
  "id": 11
}

预期行为

可以正常转发,outlook 邮箱可以收到邮件

部署方式

  • cli 部署
  • 用户界面部署

浏览器环境

@xiecang xiecang changed the title [BUG] [BUG] 转发邮件到 outlook 邮箱失败 Sep 27, 2024
@dreamhunter2333
Copy link
Owner

看起来是 outlook 不允许cf 的ip发送,有试过 gmail 么

@xiecang
Copy link
Author

xiecang commented Sep 30, 2024

在用大佬的 worker 前,一直转发到 outlook 邮箱的,理论上讲应该是可以的。
试了 qq 邮箱是没问题的,Gmail 还没尝试。

@dreamhunter2333
Copy link
Owner

在用大佬的 worker 前,一直转发到 outlook 邮箱的,理论上讲应该是可以的。

试了 qq 邮箱是没问题的,Gmail 还没尝试。

感觉是 outlook 做了更改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants