配置 postfix+dovecot+OpenLDAP ,虚拟多域用户。
一切安好,只是……
mydestination 里面如果有$mydomain ,那么所有发给$mydomain 虚拟用户的信就都被退回来
去掉$mydomain ,一切正常
似乎是加了$mydomain , postfix 就有去查询本机真实用户欲望,这个也算是合理。
然而,官方文档却这样说:
http://www.postfix.org/VIRTUAL_README.html
> In the examples we will use "example.com" as the domain that is being hosted on the local Postfix machine.
>
> /etc/postfix/main.cf:
> mydestination = $myhostname localhost.$mydomain ...
example.com