megaads / postfix-virtual-user-mapping
Log in with email instead of username, mapping via Postfix virtual users table
Package info
github.com/megaads-vn/roundcube-postfix-virtual-user-mapping
Type:roundcube-plugin
pkg:composer/megaads/postfix-virtual-user-mapping
1.0
2016-03-23 19:50 UTC
Requires
- php: >=5.3.0
- roundcube/plugin-installer: >=0.1.3
This package is auto-updated.
Last update: 2026-03-08 20:28:27 UTC
README
Add in your config file:
$config['postfixVirtualMapPath'] = "/etc/postfix/virtual";
Now you can login with "user@domain.com" instead of "user", as defined in virtual users table in Postfix.
Note: This is reading from the text file, not from Postfix's optimized .db file.