Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

kura/postfix-mgmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Postfix MGMT

Installation

Install all requirements

pip install -r reqs.txt

Install postfix-mgmt

python setup.py install

Create an admin account

python manage.py admin -m add -e YOU@DOMAIN.TLD -a 1

Usage

Web

Start the web console using

python postfixmgmt/server.py

And browse to

http://localhost:5000

CLI

Base command

python postfixmgmt/manage.py

Available commands

Actions

  • List
  • Add
  • Edit
  • Delete
Manage domains
List domains

domain -m list

Add a domain

domain -m add -n kura.io -d "Test domain"

Edit a domain

domain -m edit -n kura.io -d "This is a live domain"

Delete a domain

domain -m del -n kura.io

Manage addresses

Actions

  • List (filtered/unfiltered)
  • Add
List addresses

address -m list

List addresses, filtering by domain

address -m list -d kura.io

Manage admins

Actions

  • Add
Add an admin

admin -m add -e YOU@DOMAIN.TLD -a 1

About

A web and CLI-based management tool for Postfix SQL installs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published