mirror of
https://github.com/maillab/cloud-mail.git
synced 2026-04-26 00:36:23 +03:00
[GH-ISSUE #84] 添加一键路由关键邮箱地址到超级管理员邮箱 #60
Labels
No labels
bug
enhancement
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloud-mail-maillab#60
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 @Masterain98 on GitHub (Aug 18, 2025).
Original GitHub issue: https://github.com/maillab/cloud-mail/issues/84
问题
部分邮箱地址在 IT 领域被用于验证域名所有权,或被用于常见的系统服务,比如:
admin,administrator,hostmaster,postmaster,webmaster,root,no-reply,这些邮箱地址应该被限制公开注册,或者说至少系统管理员应有权限去限制它们的注册。在目前的版本,可以通过在 Cloudflare 上单独设置路由,或者管理员手动添加这些邮箱暂时解决问题。想法
在后台,允许管理员设置一个列表,列表中的账户自动禁止注册。添加额外的选项,允许这些地址被路由到管理员的账号上。
@eoao commented on GitHub (Aug 20, 2025):
你可以把这些邮箱全部注册
@Masterain98 commented on GitHub (Aug 20, 2025):
是的,这也是我目前的临时解决方案。但正如我所说,允许这些用户名被注册是存在安全隐患的,有一个机制能避免它们被注册才是解决这一问题的关键。