hc email: reframe value-add to 'No 2FA. No government portals.' (we have a portal; the pain is CMS 2FA/identity-proofing); cron creates fresh dated campaign when prior is finished; add hc bounce watcher (Postfix->listmonk-hc webhook, hard/complaint->blocklist)
This commit is contained in:
parent
2c4854f2db
commit
4233c90a4f
4 changed files with 108 additions and 7 deletions
13
infra/systemd/pw-hc-bounce-watcher.service
Normal file
13
infra/systemd/pw-hc-bounce-watcher.service
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Healthcare Postfix bounce watcher -> listmonk-hc webhook
|
||||
After=network.target docker.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/bin/postfix-hc-bounce-notify.sh
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
User=root
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue