Skip to content

Commit 727a589

Browse files
navossocSaraSmiseth
authored andcommitted
sync documentation.
1 parent 5fc26bc commit 727a589

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hardware/postfixadmin
1+
# mailserver2/postfixadmin
22

33
![postfixadmin](http://i.imgur.com/UCtvKHR.png "postfixadmin")
44

@@ -17,8 +17,6 @@ PostfixAdmin is a web based interface used to manage mailboxes, virtual domains
1717
### Built-time variables
1818

1919
- **VERSION** : version of postfixadmin
20-
- **GPG_SHORTID** : short gpg key ID
21-
- **GPG_FINGERPRINT** : fingerprint of signing key
2220
- **SHA256_HASH** : SHA256 hash of Postfixadmin archive
2321

2422
### Ports
@@ -47,7 +45,7 @@ PostfixAdmin is a web based interface used to manage mailboxes, virtual domains
4745
| **QUOTA_MULTIPLIER** | Number of bytes required to represent a single quota unit. You can either use '1000000', '1024000' or '1048576' | *optional* | 1024000
4846
| **FETCHMAIL_EXTRA_OPTIONS** | Allows to pass additional options to fetchmail | *optional* | NO
4947

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 :
5149

5250
```yml
5351
postfixadmin:
@@ -59,10 +57,10 @@ postfixadmin:
5957
6058
```yml
6159
# Full example :
62-
# https://github.com/hardware/mailserver/blob/master/docker-compose.sample.yml
60+
# https://github.com/mailserver2/mailserver/blob/master/docker-compose.sample.yml
6361

6462
postfixadmin:
65-
image: hardware/postfixadmin
63+
image: mailserver2/postfixadmin
6664
container_name: postfixadmin
6765
domainname: domain.tld
6866
hostname: mail
@@ -75,4 +73,4 @@ postfixadmin:
7573
7674
### How to setup
7775
78-
https://github.com/hardware/mailserver/wiki/Postfixadmin-initial-configuration
76+
https://github.com/mailserver2/mailserver/wiki/Postfixadmin-initial-configuration

0 commit comments

Comments
 (0)