Hi list Probably quite a few of you are running virtual domain hosting http://www.postfix.org/VIRTUAL_README.html. I have started with similar setup, but then I merged all tables into one to make management simpler. Unfortunately there wasn’t any web admin for managing such a set-up so I wrote one myself in PHP / Agile Toolkit. As it might be useful to others, I’m sharing it here:
https://github.com/romaninsh/Agile-Postfix-Admin Features: - create mailboxes, redirects, aliases - supports several access levels 0=single user, 9=domain access, 99=all domains - simple to install, very small code footprint (all logic in 160 lines of PHP) - searching, filtering by domain - postfix and courier sample config included Feel free to use the tool. PHP5.3 required. You are welcome to contribute any fixes back by forking me on github. Installation instructions are in README file. Regards, Romans. NOTE: This is beta version and it stores passwords in clear text in the database. I will add encryption in the further releases.