NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
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
docker-compose.override.yml
##
## Set haproxy_trusted_networks in Dovecots extra.conf!
##

services:

    dovecot-mailcow:
      ports:
        - "${IMAP_PORT_HAPROXY:-127.0.0.1:10143}:10143"
        - "${IMAPS_PORT_HAPROXY:-127.0.0.1:10993}:10993"
        - "${POP_PORT_HAPROXY:-127.0.0.1:10110}:10110"
        - "${POPS_PORT_HAPROXY:-127.0.0.1:10995}:10995"
        - "${SIEVE_PORT_HAPROXY:-127.0.0.1:14190}:14190"

    postfix-mailcow:
      ports:
        - "${SMTP_PORT_HAPROXY:-127.0.0.1:10025}:10025"
        - "${SMTPS_PORT_HAPROXY:-127.0.0.1:10465}:10465"
        - "${SUBMISSION_PORT_HAPROXY:-127.0.0.1:10587}:10587"