Casper
891e820d0a
Merge branch 'master' into fail2ban
2024-06-19 15:55:24 +02:00
casperklein
f817be69cf
changelog
2024-06-19 15:54:14 +02:00
Brennan Kinney
8a082be714
docs: Add info regarding DKIM key rotation and non-expiry ( #4076 )
...
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2024-06-19 08:39:06 +00:00
Casper
d7dab2d20d
feat: Add password confirmation ( #4072 )
...
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2024-06-19 06:10:00 +00:00
casperklein
d9c66f3e82
remove -k from curl option
...
-k, --insecure
(TLS SFTP SCP) By default, every secure connection curl makes is
verified to be secure before the transfer takes place. This op‐
tion makes curl skip the verification step and proceed without
checking.
When this option is not used for protocols using TLS, curl veri‐
fies the server's TLS certificate before it continues: that the
certificate contains the right name which matches the host name
used in the URL and that the certificate has been signed by a CA
certificate present in the cert store. See this online resource
for further details:
https://curl.se/docs/sslcerts.html
For SFTP and SCP, this option makes curl skip the known_hosts
verification. known_hosts is a file normally stored in the
user's home directory in the ".ssh" subdirectory, which contains
host names and their public keys.
WARNING: using this option makes the transfer insecure.
When curl uses secure protocols it trusts responses and allows
for example HSTS and Alt-Svc information to be stored and used
subsequently. Using -k, --insecure can make curl trust and use
such information from malicious servers.
Providing -k, --insecure multiple times has no extra effect.
Disable it again with --no-insecure.
Example:
curl --insecure https://example.com
See also --proxy-insecure, --cacert and --capath.
2024-06-19 01:29:44 +02:00
dependabot[bot]
98cbcfc171
chore(deps): Bump docker/build-push-action from 5.4.0 to 6.0.0 ( #4074 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2024-06-18 22:30:24 +00:00
beertje44
40aab6bd18
docs: Add tutorial for configuring Dovecot FTS with Solr ( #4070 )
...
Describe how to use Apache Solr as a Dovecot FTS backend.
---------
Co-authored-by: Casper <casperklein@users.noreply.github.com>
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2024-06-18 08:46:34 +02:00
github-actions[bot]
e4aff5531e
docs: updated `CONTRIBUTORS.md` ( #4069 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-16 18:36:10 +02:00
Brennan Kinney
8e32635993
docs: Document fix for PROXY protocol with `postscreen` ( #4066 )
2024-06-15 14:26:33 +02:00
dependabot[bot]
e6713a0aec
chore(deps): Bump docker/build-push-action from 5.3.0 to 5.4.0 ( #4062 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-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>
2024-06-11 14:33:57 +12:00
mmehnert
5c798e6829
Update logwatch ignore.conf to exclude Xapian messages about pending documents ( #4060 )
...
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2024-06-09 15:12:49 +02:00
Casper
18d9d1adcc
Fail2ban 1.1.0 ( #4045 )
2024-06-08 13:43:25 +02:00
Brennan Kinney
f1df81a7e4
docs: `mailserver.env` improve description for `SPAM_SUBJECT` ( #4050 )
...
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2024-06-07 18:42:05 +12:00
Georg Lauterbach
eb165ded65
prepare v14.0.0 release ( #4013 )
...
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2024-06-05 17:14:35 +02:00
github-actions[bot]
e78d5c61ee
docs: updated `CONTRIBUTORS.md` ( #4043 )
2024-06-03 08:35:07 +02:00
Georg Lauterbach
f8b3f40276
scripts: update log format ( #4035 )
...
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2024-05-29 12:28:51 +12:00
Guillaume VARA
95d965fb76
docs(k8s): Advise `externalTrafficPolicy: Local` if no PROXY protocol configured ( #4039 )
...
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2024-05-28 15:52:30 +00:00
Tobias Knecht
a96a4e2768
Abusix docs links update. ( #4038 )
2024-05-28 13:20:15 +02:00
github-actions[bot]
94bde85ac6
docs: updated `CONTRIBUTORS.md` ( #4036 )
2024-05-26 10:41:01 +02:00
Georg Lauterbach
b222035112
scripts: perform additional checks when updating/adding/deletting accounts ( #4033 )
...
* normalize accounts to lowercase
* update CHANGELOG
* add test to verify bug fix works correctly
2024-05-25 17:56:19 +00:00
Georg Lauterbach
4119849284
update: Dovecot FTS Xapian from 1.5.5 to 1.7.12 ( #4034 )
...
* update `compile.sh` and Dovecot FTS Xapian to 1.7.12
- I updated from 1.5.5. Moreover, I adjusted the script to have what I
consider better style.
* update Dockerfile to use recent updates
* update CHANGELOG
2024-05-25 19:49:45 +02:00
Jiří Štefka
993c7b044f
breaking: Drop Dovecot support for Solr ( #4025 )
2024-05-21 16:49:39 +02:00
Jiří Štefka
92b06c4020
docs(rspamd): Add guidance for setting WebUI password ( #4023 )
...
* fix(docs/rspamd): Add section on how to setup WebUI password
* Apply review suggestion
* Apply suggestions from code review
* Update rspamd.md
---------
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2024-05-20 15:07:42 +02:00
github-actions[bot]
03c905e6f1
docs: updated `CONTRIBUTORS.md` ( #4021 )
2024-05-19 14:06:59 +02:00
Brennan Kinney
ed669bd314
fix: `/var/mail-state` should not symlink non-existing directories ( #4018 )
...
Fixes an issue with the Getmail service, view PR thread for additional details.
- Log an error when the expected service state directory doesn't exist.
- The location `/var/lib/getmail/` doesn't seem like it should have been introduced. Drop it in favor of `/tmp/docker-mailserver/getmail`. It appears to be for storing remote mail that was retrieved if not configured to send to Dovecot like our docs advise. This location was never valid anyway (_as referenced issue covers_).
2024-05-19 22:32:53 +12:00
pyy
a780fb3311
docs: Add tip for disabling the default SPF service ( #4019 )
...
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2024-05-17 21:38:02 +12:00
Georg Lauterbach
006f442cd0
Update `.ecrc.json` to exclude `CONTRIBUTORS.md` ( #4020 )
2024-05-17 09:57:07 +02:00
github-actions[bot]
5bd8df68eb
docs: updated `CONTRIBUTORS.md` ( #4014 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-12 11:55:22 +02:00
mmehnert
dab3d9fe71
chore(logwatch): Add `ignore.conf` to ignore logs from Dovecot `index-worker` ( #4012 )
2024-05-12 09:59:22 +02:00
dependabot[bot]
016d6b5255
chore(deps): Bump akhilmhdh/contributors-readme-action ( #4005 )
2024-05-06 19:02:41 +02:00
F. Eber
10f72224ca
Update typo in kubernetes.md ( #4003 )
...
Added the missing "s" on "submissions", otherwise this error comes up:
The Service "mailserver" is invalid: spec.ports[2].name: Duplicate value: "submission"
2024-05-05 19:26:58 +02:00
github-actions[bot]
d52b813cd9
docs: updated `CONTRIBUTORS.md` ( #4002 )
2024-05-05 11:42:59 +02:00
Brennan Kinney
e2c2a22dcf
fix: `postfix-main.cf` may depend upon `postfix-master.cf` ( #3880 )
...
Custom parameters must be referenced to be retained when `postconf -n` is run. If those parameters are referenced by `postfix-master.cf` this needs to update `master.cf` before updating `main.cf`.
2024-05-03 11:12:34 +12:00
Brennan Kinney
7822a97430
docs(FAQ): Add advice for restricting login by IP ( #3999 )
2024-05-02 07:48:05 +00:00
Brennan Kinney
d00edd7209
docs: Revise fetchmail page ( #3998 )
2024-05-02 07:44:54 +00:00
Brennan Kinney
7dcbbd7173
fix(`accounts.sh`): Sync user home location for alias workaround ( #3997 )
2024-05-02 19:41:25 +12:00
Wael
83da191f3a
docs: Fix link for `getmail6` ( #3996 )
2024-05-02 12:08:29 +12:00
github-actions[bot]
be8615f129
docs: updated `CONTRIBUTORS.md` ( #3992 )
2024-04-28 19:06:50 +02:00
github-actions[bot]
162e66276a
docs: updated `CONTRIBUTORS.md` ( #3984 )
2024-04-25 08:38:38 +02:00
dependabot[bot]
1051a5d921
chore(deps): Bump akhilmhdh/contributors-readme-action ( #3987 )
...
Bumps [akhilmhdh/contributors-readme-action](https://github.com/akhilmhdh/contributors-readme-action ) from 2.3.6 to 2.3.8.
- [Release notes](https://github.com/akhilmhdh/contributors-readme-action/releases )
- [Commits](https://github.com/akhilmhdh/contributors-readme-action/compare/v2.3.6...v2.3.8 )
---
updated-dependencies:
- dependency-name: akhilmhdh/contributors-readme-action
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>
2024-04-22 15:46:34 +02:00
Fürst
df360516ff
docs: Add config guide for relaying to and from a private DMS instance ( #3973 )
...
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2024-04-22 11:50:02 +12:00
Brennan Kinney
d739fe3785
chore: Remove base-60 port quote warning from example `compose.yaml` ( #3982 )
...
This should not be relevant to users of `docker compose` which is the primary demographic.
2024-04-21 23:28:11 +00:00
Brennan Kinney
ac22caf74e
docs: Updates to TLS page (Caddy, testing, etc) ( #3981 )
2024-04-20 11:25:02 +12:00
Tobia Bocchi
942920615c
docs: Fix typo on usage page ( #3980 )
2024-04-18 13:08:26 +12:00
Iztok Fister Jr
d87e4d3bfd
docs: Fix typos ( #3979 )
2024-04-16 20:25:45 +00:00
fanqiaojun
dc51850030
chore: remove repetitive words ( #3977 )
2024-04-15 19:48:55 +00:00
dependabot[bot]
f231425982
chore(deps): Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 ( #3978 )
2024-04-15 18:05:07 +02:00
github-actions[bot]
ad5d1011f8
docs: updated `CONTRIBUTORS.md` ( #3971 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-11 10:18:17 +02:00
dependabot[bot]
8c5cf03203
chore(deps): Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 ( #3972 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 17:56:12 +02:00
github-actions[bot]
d502dae068
docs: updated `CONTRIBUTORS.md` ( #3967 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-01 17:20:35 +02:00