add quarantine resend debug info
Dieser Commit ist enthalten in:
Ursprung
aff106e91f
Commit
a7c7c191ad
1 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen
|
@ -210,3 +210,15 @@ Restart Rspamd:
|
||||||
```bash
|
```bash
|
||||||
docker-compose exec redis-mailcow sh
|
docker-compose exec redis-mailcow sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Trigger a resend of quarantine notifications
|
||||||
|
|
||||||
|
Should be used for debugging only!
|
||||||
|
|
||||||
|
```
|
||||||
|
docker-compose exec dovecot-mailcow bash
|
||||||
|
mysql -umailcow -p$DBPASS mailcow -e "update quarantine set notified = 0;"
|
||||||
|
redis-cli -h redis DEL Q_LAST_NOTIFIED
|
||||||
|
quarantine_notify.py
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren