GitHub - dobisel/postmin: Postfix administration for virtual mail system.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

PostMin

Contribution

Get started

Install the dependencies.

You need the nodejs, python3 and pip3 to install the yhttp which required by the postmin.py.

make env

Lint

make lint

...then start the development server.

make serve

Contribution rules

  • Lint before commit
  • Maximum line width: 79 characters.
  • Single qoute for string literals: ' ('foo')