1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2025-04-05 11:39:08 +02:00
docker-mailserver/target/bin
Brennan Kinney 23bb1c8e50
refactor: setup CLI open-dkim (#4375)
Refactoring this `setup` CLI command as part of the effort to unify our DKIM feature support between OpenDKIM + Rspamd:
- Adds a `main()` method similar to other setup CLI commands.
- Help text more aligned with equivalent rspamd DKIM setup CLI command.
- DRY some repetition such as hard-coded paths to use variables.
- OpenDKIM config files are created / initialized early on now with `_create_opendkim_configs()`. `while` loop only needs to append entries, so is easier to grok.
- `_create_dkim_key()` to scope just the logic (_and additional notes_) to key generation via `opendkim-genkey`
- Now overall logic with the `while` loop of the script occurs in `_generate_dkim_keys()`:
  - Ownership fixes are now applied after the `while` loop as that seems more appropriate than per iteration.
  - Temporary VHOST config is now removed since it's no longer useful after running.
- Tests adjusted for one new log for adding of default trusted hosts content.

Overall this should be nicer to grok/maintain. Some of this logic will be reused for the unified DKIM generation command in future, which is more likely to shift towards all domains using the same keypair by default with rspamd/opendkim config generated at runtime rather than reliant upon DMS config volume to provide that (_still expected for private key_).

---------

Co-authored-by: Casper <casperklein@users.noreply.github.com>
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2025-03-31 11:27:28 +02:00
..
acme_extract.py acme_extract -> acme_extract.py + F_BIN to avoid .py 2022-03-06 22:17:29 -05:00
addalias docs(bin/setup): Add an example for an alias with multiple recipients (#3600) 2023-10-26 13:22:36 +13:00
adddovecotmasteruser feat: Add password confirmation (#4072) 2024-06-19 06:10:00 +00:00
addmailuser feat: Add password confirmation (#4072) 2024-06-19 06:10:00 +00:00
addrelayhost Change 'function' style (#3364) 2023-05-26 01:01:41 +02:00
addsaslpassword feat: Add password confirmation (#4072) 2024-06-19 06:10:00 +00:00
debug-fetchmail fix: /var/mail-state should not symlink non-existing directories (#4018) 2024-05-19 22:32:53 +12:00
debug-getmail breaking: Refactor getmail support (#4156) 2024-08-17 12:14:59 +02:00
delalias Change 'function' style (#3364) 2023-05-26 01:01:41 +02:00
deldovecotmasteruser Change 'for' style (#3368) 2023-05-26 14:00:40 +02:00
delmailuser Make deletion of mailbox data opt-in (#4365) 2025-02-16 10:46:49 +01:00
delquota Change 'function' style (#3364) 2023-05-26 01:01:41 +02:00
excluderelaydomain Change 'function' style (#3364) 2023-05-26 01:01:41 +02:00
fail2ban feat(setup): Add fail2ban sub-command status <JAIL> (#3455) 2023-08-02 12:09:01 +12:00
listalias Change 'while' style (#3365) 2023-05-26 01:39:39 +02:00
listdovecotmasteruser Change 'while' style (#3365) 2023-05-26 01:39:39 +02:00
listmailuser Change 'while' style (#3365) 2023-05-26 01:39:39 +02:00
open-dkim refactor: setup CLI open-dkim (#4375) 2025-03-31 11:27:28 +02:00
postfix-summary change if style (#3361) 2023-05-24 09:06:59 +02:00
print-environment Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
quota-warning Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
report-pflogsumm-yesterday Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
restrict-access change if style (#3361) 2023-05-24 09:06:59 +02:00
rspamd-dkim doc: add an example for using the keytype ed25519 when using DKIM & Rspamd (#4243) 2024-10-30 13:32:17 +13:00
sedfile change if style (#3361) 2023-05-24 09:06:59 +02:00
setquota tests(refactor): Dovecot quotas (#3068) 2023-12-19 14:33:38 +13:00
setup Add missing "setup debug getmail" command and documentation (#4346) 2025-02-05 23:10:57 +01:00
updatedovecotmasteruser feat: Add password confirmation (#4072) 2024-06-19 06:10:00 +00:00
updatemailuser feat: Add password confirmation (#4072) 2024-06-19 06:10:00 +00:00
virus-wiper Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00