Added config parameter to port table

Dieser Commit ist enthalten in:
timo 2017-05-06 02:29:52 +02:00
Ursprung a566154449
Commit 436e630938

Datei anzeigen

@ -32,17 +32,17 @@ If this command returns any results please remove or stop the application runnin
If you have a firewall already up and running please make sure that these ports are open for incomming connections: If you have a firewall already up and running please make sure that these ports are open for incomming connections:
| Service | Protocol | Port | Container | | Service | Protocol | Port | Container | Variable |
| --------------------|:--------:|:-------|:----------------| | --------------------|:--------:|:-------|:----------------|--------------------------------|
| Postfix Submission | TCP | 587 | postfix-mailcow | | Postfix SMTP | TCP | 25 | postfix-mailcow | `${SMTP_PORT}` |
| Postfix SMTPS | TCP | 465 | postfix-mailcow | | Postfix SMTPS | TCP | 465 | postfix-mailcow | `${SMTPS_PORT}` |
| Postfix SMTP | TCP | 25 | postfix-mailcow | | Postfix Submission | TCP | 587 | postfix-mailcow | `${SUBMISSION_PORT}` |
| Dovecot IMAP | TCP | 143 | dovecot-mailcow | | Dovecot IMAP | TCP | 143 | dovecot-mailcow | `${IMAP_PORT}` |
| Dovecot IMAPS | TCP | 993 | dovecot-mailcow | | Dovecot IMAPS | TCP | 993 | dovecot-mailcow | `${IMAPS_PORT}` |
| Dovecot POP3 | TCP | 110 | dovecot-mailcow | | Dovecot POP3 | TCP | 110 | dovecot-mailcow | `${POP_PORT}` |
| Dovecot POP3S | TCP | 995 | dovecot-mailcow | | Dovecot POP3S | TCP | 995 | dovecot-mailcow | `${POPS_PORT}` |
| Dovecot ManageSieve | TCP | 4190 | dovecot-mailcow | | Dovecot ManageSieve | TCP | 4190 | dovecot-mailcow | `${SIEVE_PORT}` |
| HTTP(S) | TCP | 80/443 | nginx-mailcow | | HTTP(S) | TCP | 80/443 | nginx-mailcow | `${HTTP_PORT}`/`${HTTPS_PORT}` |
## Enabling NTP services ## Enabling NTP services