megaads / postfix-virtual-user-mapping
Log in with email instead of username, mapping via Postfix virtual users table
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Type:roundcube-plugin
Requires
- php: >=5.3.0
- roundcube/plugin-installer: >=0.1.3
This package is auto-updated.
Last update: 2024-11-08 17:40:18 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.