Sign inSign up

zauberertz/postfixadmin

By zauberertz

Updated almost 11 years ago

Postfix.admin

Image
0

2.5K

zauberertz/postfixadmin repository overview

Postfixadmin

With direct port share:
docker run -d --link mysql:mysql -p 80:80 zauberertz/postfixadmin
With jwilder/nginx-proxy as example for local testing
docker run -d --link mysql:mysql -e VIRTUAL_HOST=~^postfixadmin\..*\.xip\.io zauberertz/postfixadmin
Default values for the DB:
DB_HOST localhost
DB_PORT 3306
DB_NAME postfixadmin
DB_USER postfixadmin
DB_PASS postfixadmin
Smtp setting to enable welcome messages of postfixadmin
SMTP_SERVER localhost
SMTP_PORT 25
DEFAULT_LANG en
To generate a setup password run the image and go to /setup.php and generate one and then run the container with this var set
SETUP_PASSWORD changeme
Setting for the password storage algorythem, default md5
ENCRYPT md5
  • TODO: add IMAP support to PHP

Tag summary

Content type

Image

Digest

sha256:f8bc20f47

Size

205.3 MB

Last updated

almost 11 years ago

docker pull zauberertz/postfixadmin