我有几个别名文件被用作 Postfix 中虚拟别名的来源,其中一个是自动生成的。有时,这个包含与静态文件中声明的别名冲突的别名;Postfix 如何决定首选哪个别名?
方案 1
静止的:
[email protected] [email protected]
动态的:
[email protected] [email protected]
我可以强迫它选择我的静态的吗?我无法控制动态文件,所以我需要一些保护措施。
期望的结果:[email protected] -> 授权用户@my.domain
方案 2
静止的:
[email protected] [email protected]
动态的:
[email protected] [email protected]
有时我需要将临时用户添加到别名中,以便他们进入动态文件;在某些情况下可以合并这些而不是像上面那样覆盖吗?
期望的结果:[email protected] -> [email protected], [email protected]
根据 Postfix 文档,任何冲突都会优先解决:先到先得。