megaads/postfix-virtual-user-mapping

Log in with email instead of username, mapping via Postfix virtual users table

1.0 2016-03-23 19:50 UTC

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.