public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
helper-scripts/docker-compose.override.yml.d/HAPROXY/docker-compose.override.yml
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
##
2
## Set haproxy_trusted_networks in Dovecots extra.conf!
3
##
5
services:
7
dovecot-mailcow:
8
ports:
9
- "${IMAP_PORT_HAPROXY:-127.0.0.1:10143}:10143"
10
- "${IMAPS_PORT_HAPROXY:-127.0.0.1:10993}:10993"
11
- "${POP_PORT_HAPROXY:-127.0.0.1:10110}:10110"
12
- "${POPS_PORT_HAPROXY:-127.0.0.1:10995}:10995"
13
- "${SIEVE_PORT_HAPROXY:-127.0.0.1:14190}:14190"
15
postfix-mailcow:
16
ports:
17
- "${SMTP_PORT_HAPROXY:-127.0.0.1:10025}:10025"
18
- "${SMTPS_PORT_HAPROXY:-127.0.0.1:10465}:10465"
19
- "${SUBMISSION_PORT_HAPROXY:-127.0.0.1:10587}:10587"