An application to manage email aliases on a Mailcow dockerized server. https://blog.rune.pm/malias/
Go to file
2023-04-16 18:48:07 +02:00
.gitignore Initial commit 2023-04-10 15:07:53 +02:00
LICENSE Added readme, license 2023-04-16 18:46:18 +02:00
malias.py First release 2023-04-16 18:04:24 +02:00
mit.png Added readme, license 2023-04-16 18:46:18 +02:00
README.md Update 'README.md' 2023-04-16 18:48:07 +02:00
requirements.txt Added readme, license 2023-04-16 18:46:18 +02:00

malias

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

Installation

Download the latest relase from https://gitlab.pm/rune/malias/releases. Unzip and move to a folder in you path (ease of use). You can also 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

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