34 lines
992 B
Markdown
34 lines
992 B
Markdown
# 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](https://iurl.no/malias). 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
|
|
|
|
```bash
|
|
malias -h
|
|
```
|
|
|
|
## Screenshot
|
|
|
|
![Screenshot of malias](https://gitlab.pm/rune/malias/raw/branch/main/malias.png)
|
|
|
|
## 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
|
|
|
|
[<img src="https://gitlab.pm/rune/malias/raw/branch/main/mit.png">](https://gitlab.pm/rune/malias/src/branch/main/LICENSE)
|