A simple dokku wrapper for the postfixadmin docker image
You must link the dokku app to a database
i.e.
dokku mariadb:create postfixadmin
dokku mariadb:link postfixadmin postfixadmin
Where postfixadmin
is the name of your app
Key | Description | Required | Default |
---|---|---|---|
POSTFIXADMIN_SETUP_PASSWORD |
The initial setup password | Yes | |
POSTFIXADMIN_SMTP_SERVER |
The SMTP server host for sending mails | ||
POSTFIXADMIN_SMTP_PORT |
The SMTP server port for sending mails |
Go to your deployed app's URL and change the path to /setup.php
and setup an initial administration user.
This is out of the scope of this, but I will give a few pointers ;-)
See the postfixadmin documentation
NOTE you will have to use the env vars from the previously created database
For example
- vanilla docker postfix/dovecot/etc then link your container to the
dokku.mariadb.postfixadmin
container.- dokku postfix/dovecot/etc then link the db to the app via the dokku commands