curl -X POST "https://mail.example.com/api/v1/edit/quarantine_notification" -H "X-API-Key: $MAILCOW_API_KEY" -H "Content-Type: application/json" -d '{"active":true,"interval":"daily"}'

Category: Mail Servers & Postfix

curl -X POST "https://mail.example.com/api/v1/edit/quarantine_notification" -H "X-API-Key: $MAILCOW_API_KEY" -H "Content-Type: application/json" -d '{"active":true,"interval":"daily"}'

Configure quarantine digest notifications

This enables the daily quarantine digest that tells users which of their mail is held. The interval accepts values like hourly, daily, or weekly. Users can still manage quarantined mail from the UI regardless of digest settings.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.