Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 1 | ## |
| 2 | ## Set haproxy_trusted_networks in Dovecots extra.conf! |
Matthias Andreas Benkard | 1ba5381 | 2022-12-27 17:32:58 +0100 | [diff] [blame] | 3 | ## |
Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 4 | |
| 5 | version: '2.1' |
| 6 | services: |
| 7 | |
| 8 | dovecot-mailcow: |
| 9 | ports: |
| 10 | - "${IMAP_PORT_HAPROXY:-127.0.0.1:10143}:10143" |
| 11 | - "${IMAPS_PORT_HAPROXY:-127.0.0.1:10993}:10993" |
| 12 | - "${POP_PORT_HAPROXY:-127.0.0.1:10110}:10110" |
| 13 | - "${POPS_PORT_HAPROXY:-127.0.0.1:10995}:10995" |
| 14 | - "${SIEVE_PORT_HAPROXY:-127.0.0.1:14190}:14190" |
| 15 | |
| 16 | postfix-mailcow: |
| 17 | ports: |
| 18 | - "${SMTP_PORT_HAPROXY:-127.0.0.1:10025}:10025" |
| 19 | - "${SMTPS_PORT_HAPROXY:-127.0.0.1:10465}:10465" |
| 20 | - "${SUBMISSION_PORT_HAPROXY:-127.0.0.1:10587}:10587" |