@@ -10,15 +10,16 @@ PostfixAdmin is a web based interface used to manage mailboxes, virtual domains
1010
1111- Lightweight & secure image (no root process)
1212- Based on Alpine Linux
13- - Latest Postfixadmin version (3.1 )
13+ - Latest Postfixadmin version (3.2 )
1414- MariaDB/PostgreSQL driver
1515- With PHP7
1616
1717### Built-time variables
1818
19- - ** VERSION** : version of postfixadmin (default: ** 3.1 ** )
19+ - ** VERSION** : version of postfixadmin
2020- ** GPG_SHORTID** : short gpg key ID
2121- ** GPG_FINGERPRINT** : fingerprint of signing key
22+ - ** SHA256_HASH** : SHA256 hash of Postfixadmin archive
2223
2324### Ports
2425
@@ -30,9 +31,9 @@ PostfixAdmin is a web based interface used to manage mailboxes, virtual domains
3031| -------- | ----------- | ---- | ------------- |
3132| ** UID** | postfixadmin user id | * optional* | 991
3233| ** GID** | postfixadmin group id | * optional* | 991
33- | ** DBDRIVER** | Database type: mysql, pgsql | optional | mysql
34+ | ** DBDRIVER** | Database type: mysql, pgsql | * optional* | mysql
3435| ** DBHOST** | Database instance ip/hostname | * optional* | mariadb
35- | ** DBPORT** | Database instance port ** DOES NOT WORK ON MYSQL FOR NOW ** | optional | 3306
36+ | ** DBPORT** | Database instance port | * optional* | 3306
3637| ** DBUSER** | Database database username | * optional* | postfix
3738| ** DBNAME** | Database database name | * optional* | postfix
3839| ** DBPASS** | Database database password or location of a file containing it | ** required** | null
0 commit comments