mail-relay: fix posteo bug (#592)
Reviewed-on: #592 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
78b54f12dd
commit
5a0830ffc5
2 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ services:
|
||||||
SERVER_HOSTNAME: mgrote.net
|
SERVER_HOSTNAME: mgrote.net
|
||||||
# DEBUG: "yes" # literal
|
# DEBUG: "yes" # literal
|
||||||
ALWAYS_ADD_MISSING_HEADERS: "no" # literal
|
ALWAYS_ADD_MISSING_HEADERS: "no" # literal
|
||||||
OVERWRITE_FROM: info@mgrote.net
|
|
||||||
# LOG_SUBJECT: "yes" # literal
|
# LOG_SUBJECT: "yes" # literal
|
||||||
INET_PROTOCOL: ipv4
|
INET_PROTOCOL: ipv4
|
||||||
|
SMTP_GENERIC_MAP: "/.*/ info@mgrote.net"
|
||||||
networks:
|
networks:
|
||||||
- mail-relay
|
- mail-relay
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
---
|
---
|
||||||
### wird in vielen Rollen verwendet
|
### wird in vielen Rollen verwendet
|
||||||
ssh_public_key_mg: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKL8opSQ0rWVw9uCfbuiqmXq188OP4xh66MBTO3zV5jo heimserver_mg_v3
|
ssh_public_key_mg: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKL8opSQ0rWVw9uCfbuiqmXq188OP4xh66MBTO3zV5jo heimserver_mg_v3
|
||||||
my_mail: info@mgrote.net # wird von Strato an info@mgrote.net weitergeleitet, direkter Versand an Posteo geht warum auch immer nicht, Einstellung bei Strato: "Mail -> Verwaltung -> info@mgrote.net -> Filterreglen verwalten"
|
my_mail: michael.grote@posteo.de
|
||||||
# Ticket bei Posteo ist offen
|
|
||||||
file_header: |
|
file_header: |
|
||||||
#----------------------------------------------------------------#
|
#----------------------------------------------------------------#
|
||||||
# This file is managed with ansible! #
|
# This file is managed with ansible! #
|
||||||
|
@ -136,6 +135,7 @@ apt_packages_common:
|
||||||
- iotop
|
- iotop
|
||||||
- pwgen
|
- pwgen
|
||||||
- keychain
|
- keychain
|
||||||
|
- fwupd
|
||||||
apt_packages_physical:
|
apt_packages_physical:
|
||||||
- s-tui
|
- s-tui
|
||||||
- smartmontools
|
- smartmontools
|
||||||
|
|
Loading…
Reference in a new issue