Skip to content

Instantly share code, notes, and snippets.

@JM-Lemmi
Created December 28, 2021 20:43
Show Gist options
  • Save JM-Lemmi/33dd59e41d94510ff3246746f8630a0c to your computer and use it in GitHub Desktop.
Save JM-Lemmi/33dd59e41d94510ff3246746f8630a0c to your computer and use it in GitHub Desktop.
zimbraweb-smtp-bridge issue54
version: '3'
services:
zimbrabridge:
image: ghcr.io/cirosec-studis/zimbraweb-smtp-bridge:dev
restart: unless-stopped
hostname: dhbwbridge
environment:
- ENVCONFIG=true
- smtp_fallback=disabled
- smtp_fallback_relay_host=dhbwrelay
networks:
- front
ports:
- '587:587'
dhbw_relay:
image: boky/postfix
restart: unless-stopped
hostname: dhbwrelay.mail.julian-lemmerich.de
environment:
- ALLOWED_SENDER_DOMAINS=student.dhbw-mannheim.de
networks:
front:
aliases:
- dhbwrelay
networks:
front:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment