-
released this
2025-03-03 14:06:52 +01:00 | 1 commits to main since this releaseImportant!
- Moved from Requests to httpx - so run
pip/pip3 install -r requirements.txt
again! - To not change any data locally the db file is named
malias2.db
and the log filemalias2.log
. Location is the same as before. - Added export function to plain json file named
alias.json
. - Many of the arguments has changed. Please see the README.md for updated list of arguments or run
malias -h
. - Temporary alias has been updated to align with new (not yet documented) functionality.
The rest
If you find any errors, typos etc, please create an issue!
Downloads
- Moved from Requests to httpx - so run
-
Timed Aliases Stable
released this
2024-04-10 13:44:12 +02:00 | 8 commits to main since this releaseThis release gives you timed aliases.
Usage
malias -t user@domain.com domain.com
The aliases have one year validity. Changes and/or removal needs to be done in the Mailcow GUI. Read more about timed aliases (or temporary email addresses) @mailcow.
Downloads
-
Search refining Stable
released this
2023-11-09 12:04:53 +01:00 | 9 commits to main since this releaseNo breaking changes.
Downloads
-
Small fixes Stable
released this
2023-10-03 10:18:21 +02:00 | 12 commits to main since this releaseA small code cleanup. Changed version check and search function. No breaking changes.
Downloads
-
Added app release check Stable
released this
2023-09-06 12:30:59 +02:00 | 13 commits to main since this releaseThe app now checks the repo for new releases.
Downloads
-
Added functionality Stable
released this
2023-09-04 15:16:12 +02:00 | 15 commits to main since this releaseCopying data from Mailcow instance to local db now adds any aliases that are missing from the local db.
Downloads
-
New function Stable
released this
2023-09-01 11:26:02 +02:00 | 16 commits to main since this releaseAdded function for showing all mail domains on the Mailcow instance. With the number of aliases for each domain. Use the command
malias -o
ormalias --domains
Downloads
-
Some small stuff Stable
released this
2023-08-20 15:55:26 +02:00 | 17 commits to main since this releaseDownloads
-
Bug fixes Stable
released this
2023-04-18 14:42:36 +02:00 | 23 commits to main since this releaseMinor bug fix.
Downloads
-
Better search Stable
released this
2023-04-17 14:06:23 +02:00 | 24 commits to main since this releaseBetter search function.
If all aliases has been added to the local db it only seaarch in the db and not the server.
Downloads