我有以下postfix虚拟文件:
[email protected] [email protected]
这正确地将所有电子邮件转发到[email protected]到[email protected]
不过,我想将这些电子邮件转发给[email protected].
我尝试了这个改变,它似乎不起作用:
[email protected] [email protected] [email protected] [email protected]
如何告诉postfix将所有电子邮件转发给多个收件人?
解决方法
将所有地址放在由逗号分隔的同一行上,如
Postfix manual for virtual中所述.
[email protected] [email protected],[email protected]
应该做的伎俩.