Skip to content

Instantly share code, notes, and snippets.

@farhadhf
farhadhf / dkim.toml
Last active September 17, 2024 10:57
[base]
# If these are present, we'll use hashicorp vault instead
# of reading from disk
# vault_mount = "secret"
# vault_path_prefix = "dkim"
# If these are present, we'll use sqlite instead
# of reading from hashicorp vault or disk.
# Query is "SELECT key FROM sqlite_table WHERE domain = ? and selector = ?"
sqlite_path = "/opt/kumomta/etc/policy/dkim.db"