View, create, delete and search aliases in your postfix alias database
git clone https://github.com/guitarmarx/postfix_virtual_alias_manager.git
cd postfix_virtual_alias_manager
set GOOS=windows
set GOARCH=amd64
go build
git clone https://github.com/guitarmarx/postfix_virtual_alias_manager.git
cd postfix_virtual_alias_manager
GOOS=windows GOARCH=amd64 go build
Create conf.json
in the directory where the executable is located
Content:
{
"ServerPort": "8000",
"DbHost": "<Host>",
"DbPort": "<port>",
"DbUser": "<user>",
"DbPassword": "<password>",
"DbName": "postfix",
"AliasTableName": "virtual_aliases"
}