目前,exim4将我的域名的所有电子邮件转发到我的Gmail帐户。 (和我兄弟的帐户。)使用分割configuration,(/etc/exim4/conf.d/routers/350_exim4-config_vdom_aliases)使用(domains = dsearch; / etc / exim4 / virtual),其中我有一个数字的文件,每个域/子域,(*:… @ gmail.com)作为内容。 (它实际上是通过这些内容符号链接到一个文件。)现在,我已经安装了Cyrus和Squirrelmail,并且我想在本地托pipe我的电子邮件,但是仍然将电子邮件的副本转发给gmail。
我如何设置exim4提交电子邮件到我的cyrus(sasl)并将其副本转发给gmail?
如果没有configuration的结构,我不能确定你是怎么做的,有很多方法可以让人们用Eximconfiguration它们的设置。 说,你应该能够用路由器的unseenselect来实现这一点。
您可以在15. Generic options for routers下的手册中find详细信息15. Generic options for routers :
Setting the unseen option has a similar effect to the unseen command qualifier in filter files. It can be used to cause copies of messages to be delivered to some other destination, while also carrying out a normal delivery. In effect, the current address is made into a “parent” that has two children – one that is delivered as specified by this router, and a clone that goes on to be routed further. For this reason, unseen may not be combined with the one_time option in a redirect router.