[Postfix] Don't remove authed header from Received
[Compose] New watchdog imagemaster
parent
7c567678ad
commit
9de821c3b0
|
@ -1,6 +1,6 @@
|
||||||
if /^\s*Received:.*Authenticated sender.*\(Postcow\)/
|
#if /^\s*Received:.*Authenticated sender.*\(Postcow\)/
|
||||||
/^\s*Received:.*Authenticated sender:(.+)/
|
/^\s*Received:.*Authenticated sender:(.+)/
|
||||||
REPLACE Received: from localhost (localhost [127.0.0.1])
|
REPLACE Received: from localhost (localhost [127.0.0.1]) (Authenticated sender:$1
|
||||||
endif
|
endif
|
||||||
/^\s*X-Enigmail/ IGNORE
|
/^\s*X-Enigmail/ IGNORE
|
||||||
/^\s*X-Mailer/ IGNORE
|
/^\s*X-Mailer/ IGNORE
|
||||||
|
|
|
@ -365,7 +365,7 @@ services:
|
||||||
- /lib/modules:/lib/modules:ro
|
- /lib/modules:/lib/modules:ro
|
||||||
|
|
||||||
watchdog-mailcow:
|
watchdog-mailcow:
|
||||||
image: mailcow/watchdog:1.50
|
image: mailcow/watchdog:1.51
|
||||||
# Debug
|
# Debug
|
||||||
#command: /watchdog.sh
|
#command: /watchdog.sh
|
||||||
build: ./data/Dockerfiles/watchdog
|
build: ./data/Dockerfiles/watchdog
|
||||||
|
|
Loading…
Reference in New Issue