vmail-admin
vmail-admin
is a command line tool for managing a mail-server database
based on the great HowTo (german version)
from Thomas Leister written in Bash.
The databses is extended for field notes in accounts and aliases.
Installation
- Download vmail-admin.sh.
- Make it executable with "chmod +x vmail-admin.sh".
- Run it with "./vmail-admin.sh".
Usage
You can change the parameters for the script under Definitions in the script. Start the script with:
./vmail-admin.sh
Note that you also can initialize the database with this tool.
Menu
Menu items are:
- User Management
- Add user
- Delete user
- Show all user
- Change user password
- Change user quota
- Change user sendonly
- Enable/Disable user
- Back to main menu
- Domain Management
- Add Domain
- Delete Domain
- Show users for domain
- Show all domains
- Back to main menu
- Aliases Management
- Add alias
- Delete alias
- Show aliases for domain
- Show all aliases
- Back to main menu
- Database Management
- Export database as sql.gz
- Import database from sql.gz
- Delete database
- Initialize database
- Back to main menu
- Exit