guitarmarx / postfix_virtual_alias_manager

view, add and delete aliases in virtual_aliases table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postfix Virtual Alias Manager

Description

View, create, delete and search aliases in your postfix alias database

Alt text

Build

Windows (CMD)
git clone https://github.com/guitarmarx/postfix_virtual_alias_manager.git
cd postfix_virtual_alias_manager
set GOOS=windows
set GOARCH=amd64
go build
Linux
git clone https://github.com/guitarmarx/postfix_virtual_alias_manager.git
cd postfix_virtual_alias_manager
GOOS=windows GOARCH=amd64 go build

Configuration

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"
}

About

view, add and delete aliases in virtual_aliases table


Languages

Language:CSS 95.2%Language:Go 2.5%Language:HTML 2.0%Language:JavaScript 0.3%