Go to file
rune 7f12bd3743 Added function for listing mail domains 2023-09-01 11:22:54 +02:00
.gitignore remove .DS_Store 2023-04-17 14:04:24 +02:00
LICENSE Added readme, license 2023-04-16 18:46:18 +02:00
README.md Added some small fixes and some pepper 2023-08-20 15:53:43 +02:00
malias.png Added screenshot 2023-08-13 18:30:16 +02:00
malias.py Added function for listing mail domains 2023-09-01 11:22:54 +02:00
mit.png Added readme, license 2023-04-16 18:46:18 +02:00
requirements.txt Added some small fixes and some pepper 2023-08-20 15:53:43 +02:00

README.md

malias

malias is a helper for mailcow instances. You can create, delete, search and list aliases.

Installation

Download the latest release from https://gitlab.pm/rune/malias/releases. Unzip and move to a folder in you path (ease of use). I also recommend rename the file malias.py to just malias and make the file executable with chmod +x malias. To install required python modules run pip3 install -r requirements.txt

Usage

For instructions run

malias -h

Screenshot

Screenshot of malias

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Support

If you found a bug or you have suggestion for new features create an issue.

License