You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,8 +17,6 @@ PostfixAdmin is a web based interface used to manage mailboxes, virtual domains
17
17
### Built-time variables
18
18
19
19
-**VERSION** : version of postfixadmin
20
-
-**GPG_SHORTID** : short gpg key ID
21
-
-**GPG_FINGERPRINT** : fingerprint of signing key
22
20
-**SHA256_HASH** : SHA256 hash of Postfixadmin archive
23
21
24
22
### Ports
@@ -47,7 +45,7 @@ PostfixAdmin is a web based interface used to manage mailboxes, virtual domains
47
45
| **QUOTA_MULTIPLIER** | Number of bytes required to represent a single quota unit. You can either use '1000000', '1024000' or '1048576' | *optional* | 1024000
48
46
| **FETCHMAIL_EXTRA_OPTIONS** | Allows to pass additional options to fetchmail | *optional* | NO
49
47
50
-
* If you use this docker image and [hardware/mailserver](https://github.com/hardware/mailserver) with fetchmail support enabled, a dedicated port (10025) is available with less restrictions for delivery. Use `FETCHMAIL_EXTRA_OPTIONS` environment variable for that purpose. Example :
48
+
* If you use this docker image and [mailserver2/mailserver](https://github.com/mailserver2/mailserver) with fetchmail support enabled, a dedicated port (10025) is available with less restrictions for delivery. Use `FETCHMAIL_EXTRA_OPTIONS` environment variable for that purpose. Example :
0 commit comments