This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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" |