[Watchdog] Send mails with priority 1
parent
6a95d217b4
commit
8a441dd77a
|
@ -113,6 +113,7 @@ function mail_error() {
|
||||||
--charset=UTF-8 \
|
--charset=UTF-8 \
|
||||||
--subject="${SUBJECT}" \
|
--subject="${SUBJECT}" \
|
||||||
--body-plain="${BODY}" \
|
--body-plain="${BODY}" \
|
||||||
|
--add-header="X-Priority: 1" \
|
||||||
--to=${rcpt} \
|
--to=${rcpt} \
|
||||||
--from="watchdog@${MAILCOW_HOSTNAME}" \
|
--from="watchdog@${MAILCOW_HOSTNAME}" \
|
||||||
--hello-host=${MAILCOW_HOSTNAME} \
|
--hello-host=${MAILCOW_HOSTNAME} \
|
||||||
|
|
|
@ -396,7 +396,7 @@ services:
|
||||||
- /lib/modules:/lib/modules:ro
|
- /lib/modules:/lib/modules:ro
|
||||||
|
|
||||||
watchdog-mailcow:
|
watchdog-mailcow:
|
||||||
image: mailcow/watchdog:1.76
|
image: mailcow/watchdog:1.77
|
||||||
# Debug
|
# Debug
|
||||||
#command: /watchdog.sh
|
#command: /watchdog.sh
|
||||||
dns:
|
dns:
|
||||||
|
|
Loading…
Reference in New Issue