假设我希望用户A和B在Postfix下接收对方的邮件。 有没有办法将其设置为root? 我的第一种方法没有奏效。 也就是说,在/etc/aliases下面是:
A: A, B B: B, A
导致可理解的转发循环。
在此先感谢您的帮助。
给用户A和B一个不同的login名:C和D.
然后将A和Bconfiguration为C和D的别名。
为了说清楚:A和B不会是真实的,也不是虚拟用户,只是别名。
[email protected]会将所有邮件redirect到[email protected]和[email protected]
[email protected]会将所有邮件redirect到[email protected]和[email protected]
C和D都会收到所有的邮件。
不要透露C和D,并将他们的邮件客户端configuration为[email protected]和[email protected]作为主邮件地址:尽量确保没有合法邮件直接写入C和D.
这是你想要实现的吗?