Skip to content

diefans/postamt-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postamt - Admin

Objective

Have a command line interface for managing the postamt of https://github.com/diefans/postamt-docker.

Usage

Install postamt with pip:

$ pip install postamt

Just call it from CLI:

$ postamt
Usage: postamt [OPTIONS] COMMAND [ARGS]...

  Manage postamt sqlite database.

Options:
  --debug / --no-debug
  --db PATH             The postamt database file
  --help                Show this message and exit.

Commands:
  address  Manage Address table.
  alias    Manage Alias table.
  domain   Manage Domain table.
  init     Init or reset the whole postamt database.
  user     Manage VMailbox table.

You can set POSTAMT_DB environment to point to your database.

About

maintain postamt sqlite db

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages