是否有一个简单的方法来设置一个MTA只redirect传入的邮件
[email protected] -> [email protected]
是的,我已经尝试了各种后缀指南,但我迷失在configuration。
主持人:新鲜的debian
谢谢,
您将您的virtual_alias_maps设置为一个文件:
postconf -e virtual_alias_maps=hash:/etc/postfix/virtual
然后你把文件:
[email protected] [email protected]
您现在需要激活更改:
postmap hash:/etc/postfix/virtual
就这些。