configurationdynamic电子邮件别名,如“用户+关键字”

我的Ubuntu服务器使用Exim4 / Courier进行电子邮件,我想知道是否可以创builddynamic电子邮件别名来接收这样的邮件:

[email protected]
[email protected]
[email protected]
[email protected]

一个帐户,你不需要明确创build无限的别名。

这不同于一个全面的地址,因为它caching了一切(包括垃圾邮件)。 有了这些别名,您只会收到发送到[email protected][email protected]的电子邮件。

local_part_suffix = +* : -* local_part_suffix_optional 

在你的exim.conf

  • Doc链接
  • unix.se问题