Commit Graph

  • 1e5e01e742 Fix-up dev merge master fox.cpp 2026-01-20 23:26:17 +03:00
  • b1dc3ffed2 maddy 0.9.0 fox.cpp 2026-01-20 23:03:26 +03:00
  • 8d9edb5b1a Merge branch 'dev' fox.cpp 2026-01-20 22:59:53 +03:00
  • 8ccdae7bff Merge pull request #813 from thisisjaymehta/copilot/improve-dnsbl-response-handling Max Mazurov 2026-01-20 22:53:23 +03:00
  • 0d68e634dc Formatted files with goimports Jay Mehta 2026-01-17 18:06:35 +05:30
  • 15b398991e maddy 0.8.2 v0.8.2 fox.cpp 2026-01-14 17:47:13 +03:00
  • f76fa74e47 docs: Sync docs/index.md with main README fox.cpp 2025-03-09 15:52:38 +03:00
  • c29208c95d Add ResponseRules support for checkDomain (domain-based lookups) copilot-swe-agent[bot] 2026-01-11 05:21:16 +00:00
  • 66339ddefb Address upstream PR feedback: use cfg.Callback, extract function, remove version annotation copilot-swe-agent[bot] 2026-01-11 05:02:18 +00:00
  • 11be667952 Improve documentation with clearer scoring behavior examples copilot-swe-agent[bot] 2026-01-11 04:52:26 +00:00
  • fe91076f59 Fix rule matching to count each rule only once copilot-swe-agent[bot] 2026-01-11 04:51:43 +00:00
  • 3404ef66e6 Fix config parsing to use node.Children instead of AllowUnknown copilot-swe-agent[bot] 2026-01-11 04:50:36 +00:00
  • b08b263d27 Merge pull request #812 from hcl/master Max Mazurov 2026-01-11 00:49:29 +03:00
  • b66f114f3c Implement per-response-code DNSBL scoring with custom messages copilot-swe-agent[bot] 2026-01-10 12:53:57 +00:00
  • c39c921e61 Initial plan copilot-swe-agent[bot] 2026-01-10 12:48:27 +00:00
  • acedab39e0 Fix typo in SMTP endpoint section doc hcl 2026-01-08 11:40:58 +08:00
  • 3ee1eae46a Merge pull request #780 from spiarh/implement_queue_length_metric Max Mazurov 2026-01-03 11:46:38 +03:00
  • a89b04453c Merge pull request #785 from cfbraun/master Max Mazurov 2026-01-03 11:36:40 +03:00
  • 013a9bd892 Merge pull request #802 from d3vw/patch-1 Max Mazurov 2026-01-03 11:31:57 +03:00
  • aa06289c3d build(deps): bump golang.org/x/crypto from 0.32.0 to 0.45.0 dependabot/go_modules/golang.org/x/crypto-0.45.0 dependabot[bot] 2025-11-20 01:24:20 +00:00
  • 0ecc909dd4 Fix typo in TLS certificates section doc Ruiyang Guan 2025-10-25 11:14:24 +00:00
  • 133c8abb76 build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.27.0 dependabot/go_modules/golang.org/x/oauth2-0.27.0 dependabot[bot] 2025-07-18 18:37:13 +00:00
  • 14372d6aeb fix: reduce StaleKeyLifetimeSec to 4 minutes Carl-Friedrich Braun 2025-05-26 11:52:43 +02:00
  • dd26ee8850 build(deps): bump golang.org/x/net from 0.34.0 to 0.38.0 dependabot/go_modules/golang.org/x/net-0.38.0 dependabot[bot] 2025-04-16 23:06:03 +00:00
  • ad98777e45 feat: implement maddy_queue_length metric spiarh 2025-04-15 15:26:07 +02:00
  • 7cfee98690 fix: replace typo trasanactions with transactions spiarh 2025-04-15 15:25:03 +02:00
  • fa47d40f6d Merge pull request #760 from mlipscombe/issue-688 Max Mazurov 2025-03-09 15:44:30 +03:00
  • 63420d1bef target/smtp: Fix-up default value for tls_client fox.cpp 2025-03-09 15:39:22 +03:00
  • 9cf2adb5b1 Merge pull request #766 from johnweldon/jw4/fix-logger-errors dev Max Mazurov 2025-02-23 00:04:58 +03:00
  • 4a5f379832 framework/log: Fix Logger usages in tests John Weldon 2025-02-22 13:47:14 -07:00
  • d97f9cb1c9 Merge pull request #758 from nurmukhametov/aarch64-release-binary Max Mazurov 2025-02-22 17:05:32 +03:00
  • 55cd9b0764 Merge pull request #762 from mlipscombe/issue-761 Max Mazurov 2025-02-10 20:40:20 +03:00
  • 68e3065663 fix: correctly announce SASL LOGIN capabilty Mark Lipscombe 2025-02-10 08:48:08 -05:00
  • 0e953a824b fix: make tls_client configuration work in target.smtp block Mark Lipscombe 2025-02-10 08:41:48 -05:00
  • 96790bd82f Build aarch64 binary in release workflow Alexey Nurmukhametov 2025-02-08 19:19:49 +00:00
  • 01c65cfb0e Finally fix tests fox.cpp 2025-02-02 13:14:11 +03:00
  • ef7fa210dc Slightly improve debug logging for complex authentication pipelines fox.cpp 2025-02-01 19:24:53 +03:00
  • 1d044249c2 endpoint/smtp: Fix auth_map ignored fox.cpp 2025-02-01 19:14:45 +03:00
  • c852199ec9 Merge pull request #754 from prologic/gcore_dns Max Mazurov 2025-01-30 21:51:54 +03:00
  • 91c1617698 tests: Fix-up linter nit fox.cpp 2025-01-30 21:50:28 +03:00
  • b4e8716bba Add support for GCore DNS James Mills 2025-01-27 09:17:01 +10:00
  • 95ba6bf1fc cli/cli: Fix panic on module access fox.cpp 2025-01-30 03:52:41 +03:00
  • d712d8cc64 netresource: Improve logging, fix bug with listeners being recreated on reload fox.cpp 2025-01-30 03:36:55 +03:00
  • f82742b392 Implement net.Listener hand-over during config reload fox.cpp 2025-01-30 01:45:19 +03:00
  • 187fc66be1 Fix-up c48332a940 fox.cpp 2025-01-29 23:38:08 +03:00
  • 3ce6ebf60c Add code to trigger module reinitialization on SIGUSR2 fox.cpp 2025-01-29 21:41:29 +03:00
  • 503c9f8849 Implement Configure-Start-Stop module lifetime and non-global Registry object fox.cpp 2025-01-29 21:40:15 +03:00
  • 41b49bd44f tests: Add integration test for multidomain setups with shared namespaces fox.cpp 2025-01-28 23:35:23 +03:00
  • b3ebe4b81e endpoint/smtp: Drop duplicate RunEarlyChecks call fox.cpp 2025-01-28 23:35:08 +03:00
  • c48332a940 auth/sasl: Add missing usernameForAuth call fox.cpp 2025-01-28 23:34:52 +03:00
  • 06fd5249d2 cli/ctl: Add --no-specialuse flag for imap-acct create fox.cpp 2025-01-28 23:34:03 +03:00
  • 69b434f341 tests: Allow to run maddyctl commands in integration tests fox.cpp 2025-01-28 23:33:37 +03:00
  • 21485e99d2 maddy 0.8.1 v0.8.1 fox.cpp 2025-01-25 14:52:02 +03:00
  • be0ec6b7cf target/smtp: Check-in accidentally reverted attempt_starttls changes fox.cpp 2025-01-25 14:51:35 +03:00
  • cff6cfaca6 ci: Another attempt to get ghcr.io upload working... v0.8.0 fox.cpp 2025-01-25 02:01:52 +03:00
  • 5cd2356b28 ci: Try to fix ghcr.io image upload fox.cpp 2025-01-25 01:54:31 +03:00
  • c5c8e4b5b5 ci: Disable arm64 docker build because of SIGSEGV fox.cpp 2025-01-25 01:42:33 +03:00
  • 3e5044ee8e build.sh: Remove -C from install fox.cpp 2025-01-25 01:07:46 +03:00
  • 96bd83316b ci: Fix-up release pipeline fox.cpp 2025-01-25 00:51:05 +03:00
  • aaa838dd79 ci: Upgrade release pipeline actions fox.cpp 2025-01-25 00:49:15 +03:00
  • 21329c8f6f ci: Fix-up release pipeline fox.cpp 2025-01-25 00:11:54 +03:00
  • 7f7903a645 Fix more linter warnings fox.cpp 2025-01-24 23:48:50 +03:00
  • d7dd6ef845 Fix more linter warnings fox.cpp 2025-01-24 23:44:50 +03:00
  • dbc030c267 Clean-up lint warnings fox.cpp 2025-01-24 23:34:09 +03:00
  • 120c5c9ea2 endpoint: Clean-up dead auth_map code fox.cpp 2025-01-24 23:12:45 +03:00
  • f9d49170af ci: Fixup fox.cpp 2025-01-24 22:18:06 +03:00
  • 7ad6925c0d ci: Increase lint timeout fox.cpp 2025-01-24 22:15:59 +03:00
  • 4e1cb7c5c1 build.sh: Fix-up config overwrite check to work when installing not to / fox.cpp 2025-01-24 22:09:17 +03:00
  • c2cb732eef Fix-up fox.cpp 2025-01-24 21:58:11 +03:00
  • 44a23f21ce ci: Refactor CI workflows fox.cpp 2025-01-24 21:55:52 +03:00
  • 78e4600a17 Upgrade all dependencies fox.cpp 2025-01-24 21:29:48 +03:00
  • 87f3ed165a maddy 0.8.0 fox.cpp 2025-01-24 18:56:33 +03:00
  • e4f8b0da70 Merge remote-tracking branch 'origin/dev' fox.cpp 2025-01-24 18:50:28 +03:00
  • a8d639d374 Bump go-imap-sql version fox.cpp 2025-01-24 17:02:52 +03:00
  • adcb33d25d Merge pull request #742 from foxcpp/dependabot/go_modules/golang.org/x/net-0.33.0 Max Mazurov 2025-01-24 16:58:41 +03:00
  • 2781d26626 Merge pull request #680 from reind33r/dev Max Mazurov 2025-01-24 16:55:35 +03:00
  • 3d4e60ac20 Merge branch 'dev' into dev Max Mazurov 2025-01-24 16:55:18 +03:00
  • c4f8a1247b Merge pull request #690 from rjocoleman/feat/add_tags_to_dockerfile Max Mazurov 2025-01-24 16:53:25 +03:00
  • fd40288271 Merge pull request #737 from mschneider82/master Max Mazurov 2025-01-24 16:52:23 +03:00
  • c0fd00de3e build(deps): bump golang.org/x/net from 0.25.0 to 0.33.0 dependabot[bot] 2025-01-24 13:51:38 +00:00
  • 4248fea606 Merge pull request #738 from foxcpp/dependabot/go_modules/golang.org/x/crypto-0.31.0 Max Mazurov 2025-01-24 16:50:11 +03:00
  • 5be9baa7be build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 dependabot[bot] 2024-12-11 23:57:09 +00:00
  • 72416b0456 #736: dmarc evalute added check if fromDomain is a TLD Matthias Schneider 2024-12-09 09:03:45 +01:00
  • 0b6f34fc3f Merge pull request #686 from oidq/fix-build-sh Max Mazurov 2024-11-24 21:17:21 +03:00
  • 5bb56e3777 Merge pull request #708 from w1kee/patch-1 Max Mazurov 2024-11-24 21:16:34 +03:00
  • 63012159c3 Merge pull request #689 from rjocoleman/feat/libdns_acmedns Max Mazurov 2024-11-24 19:44:25 +03:00
  • b33a1e2daa Merge pull request #682 from reind33r/dev-docs Max Mazurov 2024-11-24 19:34:54 +03:00
  • dbd7203ed3 Merge pull request #707 from cuu508/patch-1 Max Mazurov 2024-11-24 19:17:16 +03:00
  • 1b946d2d53 Merge pull request #698 from foxcpp/dependabot/go_modules/golang.org/x/net-0.23.0 Max Mazurov 2024-11-24 19:16:41 +03:00
  • fc179fc54b config/tls: Disable TLS session tickets fox.cpp 2024-11-24 19:11:52 +03:00
  • cbeadf169c storage/imapsql: Bump go-imap-sql version fox.cpp 2024-08-31 15:26:32 +03:00
  • f3a6f3241e config/tls: Set min TLS version to 1.0 fox.cpp 2024-07-23 23:00:11 +03:00
  • bbceeb0ce6 fix possible missing "not" from documentation w1kee 2024-06-03 23:47:28 +02:00
  • dd41af0252 Fix typo receipients -> recipients Pēteris Caune 2024-05-29 10:29:02 +03:00
  • 5b3a8685cd build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 dependabot[bot] 2024-04-19 13:01:20 +00:00
  • 3d81feeeaa Add additional build tags to Dockerfile Robert Coleman 2024-03-16 16:17:46 +13:00
  • 198a9a3fb5 add ACME-DNS provider for libdns Robert Coleman 2024-03-16 16:03:57 +13:00
  • 62799b4b1e build: make "build.sh install" reusable oidq 2024-03-13 09:26:57 +01:00
  • bb2c0c9bcc docs: corrected typo for rspamd check configuration Louis Guidez reind33r 2024-02-16 00:14:44 +01:00
  • eeb49621f4 libdns/rfc2136 use snake_case instead of PascalCase for configuration directives; clarify the meaning of the configuration directives Louis Guidez reind33r 2024-02-15 23:55:55 +01:00