feat: add global forward address list (#288)

This commit is contained in:
Dream Hunter
2024-05-31 23:21:12 +08:00
committed by GitHub
parent f882e4cf97
commit 7a368d7b23
7 changed files with 36 additions and 0 deletions

View File

@@ -105,6 +105,8 @@ ENABLE_AUTO_REPLY = false
# DKIM_PRIVATE_KEY = "" # Refer to the contents of priv_key.txt in the DKIM section
# telegram bot
# TG_MAX_ACCOUNTS = 5
# global forward address list, if set, all emails will be forwarded to these addresses
# FORWARD_ADDRESS_LIST = ["xxx@xxx.com"]
[[d1_databases]]
binding = "DB"

View File

@@ -73,6 +73,8 @@ ENABLE_AUTO_REPLY = false
# DKIM_PRIVATE_KEY = "" # 参考 DKIM 部分 priv_key.txt 的内容
# telegram bot 最多绑定邮箱数量
# TG_MAX_ACCOUNTS = 5
# 全局转发地址列表,如果不配置则不启用,启用后所有邮件都会转发到列表中的地址
# FORWARD_ADDRESS_LIST = ["xxx@xxx.com"]
# D1 数据库的名称和 ID 可以在 cloudflare 控制台查看
[[d1_databases]]