summaryrefslogtreecommitdiffstats
path: root/opendkim (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-07-09opendkim: Disable syslogMalfurious1-2/+2
Signed-off-by: Malfurious <m@lfurio.us>
2024-07-09opendkim: Configure postfix milter socketMalfurious1-5/+1
Signed-off-by: Malfurious <m@lfurio.us>
2024-07-09opendkim: Configure signing parametersMalfurious1-3/+3
We use a hard-coded key selector of "default" and store keyfiles in the dkim volume. `Domain` indicates the mail sources for which mail should be signed rather than verified. Because we are using ENV_VIRTUAL_DOMAINS in this context, we now require the variable to be comma separated (no whitespace), as that is what this file requires. All previous usages of ENV_VIRTUAL_DOMAINS are compatible with comma separation. Signed-off-by: Malfurious <m@lfurio.us>
2024-07-09opendkim: Add default config fileMalfurious1-0/+51
Signed-off-by: Malfurious <m@lfurio.us>