mirror of
https://github.com/chillout2k/ExOTA-Milter.git
synced 2025-12-12 18:00:19 +00:00
15 lines
297 B
YAML
15 lines
297 B
YAML
---
|
|
kind: ConfigMap
|
|
apiVersion: v1
|
|
metadata:
|
|
name: exota-milter-policy-cmap
|
|
data:
|
|
exota-milter-policy: |
|
|
{
|
|
"example.com": {
|
|
"tenant_id": "abcd1234-18c5-45e8-88de-987654321cba",
|
|
"dkim_enabled": true,
|
|
"dkim_alignment_required": true
|
|
}
|
|
}
|