From 436e630938971c7c8be3fcc67aa6e943c142934c Mon Sep 17 00:00:00 2001 From: timo Date: Sat, 6 May 2017 02:29:52 +0200 Subject: [PATCH] Added config parameter to port table --- docs/requirements.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/requirements.md b/docs/requirements.md index 4ead30dc8..f32eb70ef 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -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: -| Service | Protocol | Port | Container | -| --------------------|:--------:|:-------|:----------------| -| Postfix Submission | TCP | 587 | postfix-mailcow | -| Postfix SMTPS | TCP | 465 | postfix-mailcow | -| Postfix SMTP | TCP | 25 | postfix-mailcow | -| Dovecot IMAP | TCP | 143 | dovecot-mailcow | -| Dovecot IMAPS | TCP | 993 | dovecot-mailcow | -| Dovecot POP3 | TCP | 110 | dovecot-mailcow | -| Dovecot POP3S | TCP | 995 | dovecot-mailcow | -| Dovecot ManageSieve | TCP | 4190 | dovecot-mailcow | -| HTTP(S) | TCP | 80/443 | nginx-mailcow | +| Service | Protocol | Port | Container | Variable | +| --------------------|:--------:|:-------|:----------------|--------------------------------| +| Postfix SMTP | TCP | 25 | postfix-mailcow | `${SMTP_PORT}` | +| Postfix SMTPS | TCP | 465 | postfix-mailcow | `${SMTPS_PORT}` | +| Postfix Submission | TCP | 587 | postfix-mailcow | `${SUBMISSION_PORT}` | +| Dovecot IMAP | TCP | 143 | dovecot-mailcow | `${IMAP_PORT}` | +| Dovecot IMAPS | TCP | 993 | dovecot-mailcow | `${IMAPS_PORT}` | +| Dovecot POP3 | TCP | 110 | dovecot-mailcow | `${POP_PORT}` | +| Dovecot POP3S | TCP | 995 | dovecot-mailcow | `${POPS_PORT}` | +| Dovecot ManageSieve | TCP | 4190 | dovecot-mailcow | `${SIEVE_PORT}` | +| HTTP(S) | TCP | 80/443 | nginx-mailcow | `${HTTP_PORT}`/`${HTTPS_PORT}` | ## Enabling NTP services