Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-09 | opendkim: Disable syslog | Malfurious | 1 | -2/+2 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2024-07-09 | opendkim: Configure postfix milter socket | Malfurious | 1 | -5/+1 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2024-07-09 | opendkim: Configure signing parameters | Malfurious | 1 | -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-09 | opendkim: Add default config file | Malfurious | 1 | -0/+51 | |
Signed-off-by: Malfurious <m@lfurio.us> |