Brennan Kinney
b45b4a29c8
Apply suggestions from code review
2024-01-19 13:55:15 +13:00
Brennan Kinney
2b63a785f2
chore: Don't repeat heading twice
2023-08-11 15:42:47 +12:00
Brennan Kinney
a91afd8dec
chore: Fix indentation
2023-08-11 15:37:13 +12:00
Brennan Kinney
734961858f
Apply suggestions from code review
2023-08-11 15:26:27 +12:00
Roy Sindre Norangshol
ec5e3b1bf0
Docs: Tips about server with multiple IP-addresses
2023-08-08 00:24:38 +02:00
Georg Lauterbach
b001f5a140
Rspamd: local network addition and user name mismatch ( #3453 )
2023-08-04 13:45:35 +02:00
Nils Höll
85603193a2
feat(setup): Add `fail2ban` sub-command `status <JAIL>` ( #3455 )
...
* Added status command to fail2ban setup script
* Switched to `printf` for command output
Co-authored-by: Casper <casperklein@users.noreply.github.com>
* Update docs/content/config/security/fail2ban.md
Co-authored-by: Casper <casperklein@users.noreply.github.com>
---------
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2023-08-02 12:09:01 +12:00
Georg Lauterbach
da984e5696
see https://github.com/docker-mailserver/docker-mailserver/issues/3433#issuecomment-1646532264 ( #3439 )
2023-07-28 13:39:23 +02:00
rmlhuk
f53a40d2ae
docs(page:usage): Add `internet.nl` to the testing tools section ( #3445 )
...
Adding `internet.nl` mail tester, this testing services gives users in-depth analysis of their mail server, connectivity, DKIM/SPF/DMARC records and DNS.
2023-07-28 11:07:26 +12:00
rriski
59f483f157
docs: Fix typos ( #3443 )
...
Various typos fixed in docs, in addition to a config and ENV template.
2023-07-27 12:24:36 +12:00
Brennan Kinney
a0fde8b83f
docs: IPv6 config examples with content tabs ( #3436 )
...
For added clarity, a user requested we document the example config snippets instead of only linking external references to them. Revised section and adjusted to presenting via the content tabs feature.
2023-07-20 23:05:19 +02:00
Brennan Kinney
5ef048bfae
chore: Discourage `latest` in bug report version field ( #3435 )
2023-07-20 22:45:33 +02:00
dependabot[bot]
7d5c2736ce
chore(deps): Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 ( #3430 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 21:48:19 +02:00
dependabot[bot]
18f8d2573b
chore(deps): Bump docker/setup-buildx-action from 2.8.0 to 2.9.0 ( #3421 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 19:25:14 +02:00
dependabot[bot]
ee7c4b1ede
chore(deps): Bump docker/setup-buildx-action from 2.7.0 to 2.8.0 ( #3414 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.7.0...v2.8.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-03 14:54:14 +02:00
Georg Lauterbach
9f5d662da7
docs: Rewrite of IPv6 page ( #3244 )
...
Much better docs for IPv6 support. Third-party container no longer required, Docker has `ip6tables` feature now.
---------
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2023-07-03 11:33:14 +12:00
Felix N
a2247bf655
fix spelling issues in rspamd-dkim ( #3411 )
...
Co-authored-by: Felix Nieuwenhuizen <felix@tdlrali.com>
2023-06-28 20:42:57 +00:00
dependabot[bot]
32c3ecd00e
chore(deps): Bump anchore/scan-action from 3.3.5 to 3.3.6 ( #3406 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 20:01:26 +02:00
Brennan Kinney
a276589e40
docs: Add compatibility section to debugging page ( #3404 )
...
docs: Add compatibility section to debugging page
ci: Adjust bug report template
Reduce some text + compress the preliminary checks down to single check item.
2023-06-22 09:17:41 +02:00
wligtenberg
68c6f247a6
Fix issue with concatenating $dmarc_milter and $dkim_milter in main.cf ( #3380 )
...
* Fix issue with concatenating $dmarc_milter and $dkim_milter in main.cf
Upon each start the `smtpd_milters` and `non_smtpd_milters` would be extended with the following:
```
smtpd_milters = $dmarc_milter $dkim_milter
non_smtpd_milters = $dkim_milter
```
In my case they became long enough that mail delivery stopped. I think this was because of the extra headers that are added by these steps. (which in turn would cause the mail to be dropped)
* fix sed to work when the variables are there and when they are not.
---------
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2023-06-20 19:44:54 +00:00
Claude Brisson
2b400a9269
Fix sieve setup ( #3397 )
2023-06-20 13:37:31 +02:00
dependabot[bot]
4dae83b256
chore(deps): Bump peter-evans/create-pull-request from 5.0.1 to 5.0.2 ( #3399 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5.0.1...v5.0.2 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 09:43:57 +02:00
dependabot[bot]
e380cc3065
chore(deps): Bump docker/setup-buildx-action from 2.6.0 to 2.7.0 ( #3398 )
2023-06-19 23:21:13 +02:00
dependabot[bot]
59bcab6127
chore(deps): Bump docker/build-push-action from 4.1.0 to 4.1.1 ( #3400 )
2023-06-19 23:14:09 +02:00
dependabot[bot]
7a5dfb71c2
chore(deps): Bump docker/metadata-action from 4.5.0 to 4.6.0 ( #3401 )
2023-06-19 23:03:45 +02:00
dependabot[bot]
8fbc58cf5d
chore(deps): Bump docker/setup-qemu-action from 2.1.0 to 2.2.0 ( #3389 )
2023-06-12 19:19:35 +02:00
dependabot[bot]
7b1a712c91
chore(deps): Bump docker/metadata-action from 4.4.0 to 4.5.0 ( #3387 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-12 17:13:51 +00:00
dependabot[bot]
8e87a4d845
chore(deps): Bump docker/setup-buildx-action from 2.5.0 to 2.6.0 ( #3388 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-12 17:12:00 +00:00
dependabot[bot]
7bf772e2d6
chore(deps): Bump docker/build-push-action from 4.0.0 to 4.1.0 ( #3390 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-12 19:10:10 +02:00
Casper
e0c7cd475b
Don't register _setup_spam_to_junk() when SMTP_ONLY=1 ( #3385 )
2023-06-11 22:59:26 +02:00
Thomas Butter
efed9d8012
Dovecot: compile `fts_xapian` from source to match Dovecot ABI ( #3373 )
...
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2023-06-01 10:50:31 +02:00
Brennan Kinney
e68062282a
ci: Simplify GH bug report template ( #3381 )
...
Simplify the bug report form further by dropping / merging form sections.
Change Overview:
- Minor revisions and formatting changes (_multi-line pipe operator, emoji, fix typos, etc_).
- Collapsed OS + Arch into single input field (_not much benefit from the two additional dropdown items_).
- Description/reproduction and expectation sections revised (_expectation intent is typically inferred by the issue description, while detailed reproduction steps can belong a separate optional section_).
- Removed platform dropdown (_Windows and macOS are mentioned in description as unsupported_).
- Removed experience checkboxes (_context doesn't really change responses_).
- Removed the orchestrator dropdown (_we don't seem to use this information, it's just noise_)
- Relocate the DMS version + OS/Arch sections to come after the Reproduction steps.
2023-06-01 12:57:05 +12:00
Brennan Kinney
86e18d04dd
chore: Revise Dockerfile comment on COPY bug ( #3378 )
2023-05-31 01:22:42 +12:00
Georg Lauterbach
6a4fac61f8
misc: remaining v13 todos ( #3370 )
2023-05-29 19:07:45 +02:00
Georg Lauterbach
68265b744d
add note about DMS FQDN ( #3372 )
2023-05-29 18:34:58 +02:00
dependabot[bot]
d1fb8f5958
chore(deps): Bump myrotvorets/set-commit-status-action from 1.1.6 to 1.1.7 ( #3377 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-29 16:52:34 +02:00
Casper
5c504a5741
Bump hadolint/eclint version ( #3371 )
2023-05-28 22:48:11 +02:00
Casper
3d6260adf8
Add BASH syntax check to linter ( #3369 )
2023-05-27 22:12:24 +02:00
Arun
69ae4ff319
Update dkim_dmarc_spf.md ( #3367 )
2023-05-26 14:24:07 +02:00
Casper
8bfe8424fc
Change 'for' style ( #3368 )
2023-05-26 14:00:40 +02:00
Casper
8512dba8ad
Change 'until' style ( #3366 )
2023-05-26 07:42:03 +02:00
Casper
c2d0b748b2
Change 'while' style ( #3365 )
2023-05-26 01:39:39 +02:00
Casper
37ca0f9ba9
Change 'function' style ( #3364 )
2023-05-26 01:01:41 +02:00
Casper
cf74127f78
change if style ( #3361 )
2023-05-24 09:06:59 +02:00
Casper
0e592aa911
SPAM_TO_INBOX=1; add info about SA_KILL ( #3360 )
2023-05-23 19:32:09 +02:00
LucidityCrash
7af7546d88
feature: adding `getmail` as an alternative to `fetchmail` ( #2803 )
...
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2023-05-23 17:25:08 +02:00
Georg Lauterbach
abd72b6f10
ci: fix ShellCheck linting for BATS tests ( #3347 )
...
* updated `lint.sh` to lint BATS (again)
* fix linting errors
2023-05-23 14:33:58 +00:00
Brennan Kinney
1d2df8d499
fix: DB helper should properly filter entries ( #3359 )
...
Previously it was assumed the sed operation was applying the sed expressions as a sequence, but it did not seem to filter entries being looked up correctly.
Instead any line that matched either sed expression pattern was output (_value without matching key, values split by the delimiter_), then grep would match any of that causing false-positives.
Resolved by piping the first sed expression into the next.
2023-05-23 11:02:30 +12:00
georglauterbach
da8d3654b8
add dispatch to scheduled build workflow
2023-05-15 20:36:08 +02:00
Georg Lauterbach
e82f0f2527
ci: fix scheduled build permissions ( #3345 )
2023-05-15 20:35:00 +02:00