有没有办法在Postfix虚拟表中指定通配符别名?
例如。
support+*@foo,bar
被发送到
support+*@bar.foo
在这种方式下,我想实现所有邮件support@[email protected]地址被redirect到另一台服务器..
谢谢!
使用regex table或pcre_table作为你的alias_maps (或virtual_alias_maps )之一。 如果您希望将邮件传递到另一个框而不会出现别名,请考虑使用transport_maps 。