Sign inSign up

michaelk/postfixadmin

By michaelk

Updated about 8 years ago

Postfix Admin is a web based interface used to manage mailboxes, virtual domains and aliases.

Image
0

300

michaelk/postfixadmin repository overview

hardware/postfixadmin

postfixadmin

What is this ?

PostfixAdmin is a web based interface used to manage mailboxes, virtual domains and aliases. It also features support for vacation/out-of-the-office messages.

Features
  • Lightweight & secure image (no root process)
  • Based on Alpine Linux
  • Latest Postfixadmin version (3.2)
  • PostgreSQL driver
  • With PHP7
Built-time variables
  • VERSION : version of postfixadmin
  • GPG_SHORTID : short gpg key ID
  • GPG_FINGERPRINT : fingerprint of signing key
  • SHA256_HASH : SHA256 hash of Postfixadmin archive
Ports
  • 8888
Environment variables
VariableDescriptionTypeDefault value
UIDpostfixadmin user idoptional991
GIDpostfixadmin group idoptional991
DBHOSTDatabase instance ip/hostnameoptionalpostgresql
DBPORTDatabase instance portoptional3306
DBUSERDatabase database usernameoptionalpostfix
DBNAMEDatabase database nameoptionalpostfix
DBPASSDatabase database password or location of a file containing itrequirednull
SMTPHOSTSMTP server ip/hostnameoptionalmailserver
DOMAINMail domainoptionaldomainname value
ENCRYPTIONPasswords encryption methodoptionaldovecot:SHA512-CRYPT
PASSVAL_MIN_LENPasswords validation: minimum password lengthoptional5
PASSVAL_MIN_CHARPasswords validation: must contain at least charactersoptional3
PASSVAL_MIN_DIGITPasswords validation: must contain at least digitsoptional2
PAGE_SIZENumber of entries (mailboxes, alias, etc) that you would like to see in one page.optional10
QUOTA_MULTIPLIERNumber of bytes required to represent a single quota unit. You can either use '1000000', '1024000' or '1048576'optional1024000
Docker-compose.yml
# Full example :
# https://github.com/hardware/mailserver/blob/master/docker-compose.sample.yml

postfixadmin:
  image: hardware/postfixadmin
  container_name: postfixadmin
  domainname: domain.tld
  hostname: mail
  environment:
    - DBPASS=xxxxxxx
  depends_on:
    - mailserver
    - postgresql
How to setup

https://github.com/hardware/mailserver/wiki/Postfixadmin-initial-configuration

Tag summary

Content type

Image

Digest

Size

13.8 MB

Last updated

about 8 years ago

docker pull michaelk/postfixadmin:postgresql