Professional Email Administration System built with Go, Echo, and Tailwind CSS.
This is the main entry point for the project documentation. It covers the product overview, build options, runtime basics, and links to the detailed guides.
Go-PostfixAdmin provides a web UI and CLI for managing domains, mailboxes, aliases, admins, vacation rules, and operational mail logs in Postfix/Dovecot environments.
For the full feature list and capability breakdown, see FEATURES.md.
After building, you can run the binary directly:
./postfixadmin server --port=8080Or via Docker:
make build-docker; docker run -p 8080:8080 -e DB_URL="your-dsn" jniltinho/postfixadmin:latestCheck out more images in the screenshots folder.
