ff
This commit is contained in:
parent
4e8b579f3b
commit
b195d9ec05
6 changed files with 14 additions and 14 deletions
|
@ -2,7 +2,7 @@ version: '3.3'
|
||||||
services:
|
services:
|
||||||
postfix:
|
postfix:
|
||||||
image: "registry.mgrote.net/postfix:latest"
|
image: "registry.mgrote.net/postfix:latest"
|
||||||
container_name: mail-relay
|
container_name: postfix
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 1025:25
|
- 1025:25
|
||||||
|
@ -23,9 +23,9 @@ services:
|
||||||
# rewrite FROM "nobody@lldap" to "lldap@mgrote.net"
|
# rewrite FROM "nobody@lldap" to "lldap@mgrote.net"
|
||||||
# /.*/ würde alle absender adressen ersetzen
|
# /.*/ würde alle absender adressen ersetzen
|
||||||
networks:
|
networks:
|
||||||
- mail-relay
|
- postfix
|
||||||
|
|
||||||
######## Networks ########
|
######## Networks ########
|
||||||
networks:
|
networks:
|
||||||
mail-relay:
|
postfix:
|
||||||
external: true
|
external: true
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
MAILCONTACT: michael.grote@posteo.de
|
MAILCONTACT: michael.grote@posteo.de
|
||||||
MAILSERVER: mail-relay
|
MAILSERVER: postfix
|
||||||
MAILPORT: 25
|
MAILPORT: 25
|
||||||
MAILFROM: munin@mgrote.net
|
MAILFROM: munin@mgrote.net
|
||||||
MAILUSER: munin@mgrote.net
|
MAILUSER: munin@mgrote.net
|
||||||
|
@ -39,5 +39,5 @@ volumes:
|
||||||
cache:
|
cache:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
mail-relay:
|
postfix:
|
||||||
external: true
|
external: true
|
||||||
|
|
|
@ -107,7 +107,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- intern
|
- intern
|
||||||
- traefik
|
- traefik
|
||||||
- mail-relay
|
- postfix
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "--insecure", "http://localhost:80"]
|
test: ["CMD", "curl", "-f", "--insecure", "http://localhost:80"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
@ -137,7 +137,7 @@ networks:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
traefik:
|
traefik:
|
||||||
external: true
|
external: true
|
||||||
mail-relay:
|
postfix:
|
||||||
external: true
|
external: true
|
||||||
######## Volumes ########
|
######## Volumes ########
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -29,7 +29,7 @@ services:
|
||||||
- 5514:5514/udp #optional
|
- 5514:5514/udp #optional
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- mail-relay
|
- postfix
|
||||||
- unifi-internal
|
- unifi-internal
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "--insecure", "https://localhost:8443"]
|
test: ["CMD", "curl", "-f", "--insecure", "https://localhost:8443"]
|
||||||
|
@ -66,7 +66,7 @@ volumes:
|
||||||
unifi-data:
|
unifi-data:
|
||||||
######## Networks ########
|
######## Networks ########
|
||||||
networks:
|
networks:
|
||||||
mail-relay:
|
postfix:
|
||||||
external: true
|
external: true
|
||||||
unifi-internal:
|
unifi-internal:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
|
|
@ -13,7 +13,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- intern
|
- intern
|
||||||
- traefik
|
- traefik
|
||||||
- mail-relay
|
- postfix
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
@ -33,7 +33,7 @@ services:
|
||||||
LLDAP_SMTP_OPTIONS__ENABLE_PASSWORD_reset: true
|
LLDAP_SMTP_OPTIONS__ENABLE_PASSWORD_reset: true
|
||||||
LLDAP_SMTP_OPTIONS__FROM: "LLDAP Admin <info@mgrote.net>"
|
LLDAP_SMTP_OPTIONS__FROM: "LLDAP Admin <info@mgrote.net>"
|
||||||
LLDAP_SMTP_OPTIONS__REPLY_TO: "Do not reply <info@mgrote.net>"
|
LLDAP_SMTP_OPTIONS__REPLY_TO: "Do not reply <info@mgrote.net>"
|
||||||
LLDAP_SMTP_OPTIONS__SERVER: mail-relay
|
LLDAP_SMTP_OPTIONS__SERVER: postfix
|
||||||
LLDAP_SMTP_OPTIONS__PORT: 25
|
LLDAP_SMTP_OPTIONS__PORT: 25
|
||||||
LLDAP_SMTP_OPTIONS__SMTP_ENCRYPTION: NONE
|
LLDAP_SMTP_OPTIONS__SMTP_ENCRYPTION: NONE
|
||||||
LLDAP_SMTP_OPTIONS__USER: info@mgrote.net
|
LLDAP_SMTP_OPTIONS__USER: info@mgrote.net
|
||||||
|
@ -69,5 +69,5 @@ networks:
|
||||||
intern:
|
intern:
|
||||||
traefik:
|
traefik:
|
||||||
external: true
|
external: true
|
||||||
mail-relay:
|
postfix:
|
||||||
external: true
|
external: true
|
||||||
|
|
|
@ -56,9 +56,9 @@ compose_files:
|
||||||
network: traefik
|
network: traefik
|
||||||
- name: routeros-config-export
|
- name: routeros-config-export
|
||||||
state: present
|
state: present
|
||||||
- name: mail-relay
|
- name: postfix
|
||||||
state: present
|
state: present
|
||||||
network: mail-relay
|
network: postfix
|
||||||
- name: woodpecker
|
- name: woodpecker
|
||||||
state: present
|
state: present
|
||||||
network: traefik
|
network: traefik
|
||||||
|
|
Loading…
Reference in a new issue