megaads/postfix-virtual-user-mapping

使用电子邮件而不是用户名登录,通过Postfix虚拟用户表进行映射

安装: 17

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 1

类型:roundcube-plugin

1.0 2016-03-23 19:50 UTC

This package is auto-updated.

Last update: 2024-09-08 17:20:20 UTC


README

在您的配置文件中添加

$config['postfixVirtualMapPath'] = "/etc/postfix/virtual";

现在您可以使用"mailto:user@domain.com"而不是"user",如Postfix虚拟用户表中所定义的进行登录。

注意:这是从文本文件中读取的,而不是从Postfix的优化.db文件中读取的。