Brennan Kinney
d2d74a29a7
fix: Ensure `/var/log/mail` permissions + ownership are correct ( #4374 )
2025-02-18 09:02:35 +13:00
Georg Lauterbach
0294294755
fix: revert `__declare_readonly` overcomplication ( #4372 )
...
* fix: revert `__declare_readonly` overcomplication
* chore: remove redundant checks
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2025-02-17 00:14:18 +00:00
Casper
0ebf820b00
Make deletion of mailbox data opt-in ( #4365 )
...
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2025-02-16 10:46:49 +01:00
Brennan Kinney
425d1162ae
chore: `packages.sh` - Bump versions + housekeeping ( #4357 )
2025-02-13 13:16:31 +01:00
Alessio Artoni
ca877999ec
docs: Fix typo in DKIM and utils.sh ( #4358 )
2025-02-12 20:34:22 +01:00
Brennan Kinney
83bfe72d48
chore: Migrate dovecot config from Dockerfile ( #4350 )
2025-02-12 11:56:51 +13:00
Georg Lauterbach
59a379aed7
scripts: restructure container restart behavior ( #4323 )
...
Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-09 10:23:06 +13:00
Casper
e116920f4d
Add missing "setup debug getmail" command and documentation ( #4346 )
2025-02-05 23:10:57 +01:00
Casper
96bffd7979
chore(compile.sh): Consistent apt-get install command
2024-12-06 21:22:37 +01:00
Brennan Kinney
9f0918c335
fix(`packages.sh`): `swaks --help` ( #4282 )
...
This command requires the `perl-doc` package to work.
2024-12-07 02:02:35 +13:00
Brennan Kinney
d07e6d67d6
chore: Update `jaq` to `2.0.0` ( #4277 )
...
- Bump to [`jaq` v2 release](https://github.com/01mf02/jaq/releases/tag/v2.0.0 ), artifact naming convention changed.
- Tidied up the changelog a little bit unrelated to this `jaq` update.
- Fixed a typo with an `rspamd.sh` comment + minor revision to the comment.
2024-11-29 16:12:00 +13:00
Brennan Kinney
c15354058f
fix: SASLAuth - Drop services for `mysql`, `shadow`, `pam` auth mechanisms ( #4259 )
2024-11-20 17:19:58 +13:00
Georg Lauterbach
662afec1d1
doc: add an example for using the keytype ed25519 when using DKIM & Rspamd ( #4243 )
2024-10-30 13:32:17 +13:00
pitilux
34eb54ac39
fix: Avoid alias being used as regex during dovecot dummy account userdb detection ( #4222 )
...
Applies alternative approach previously suggested by @polarathene and adds test cases to prevent future regressions
2024-10-12 11:34:20 +13:00
Georg Lauterbach
3937e1e719
scripts: improve DKIM path scanning in Rspamd setup ( #4201 )
2024-09-29 12:18:43 +02:00
Brennan Kinney
025a38d736
chore: Add maintenance note for LMTP ( #4199 )
2024-09-26 20:01:35 +12:00
Georg Lauterbach
94751e00c9
dependency: update `jaq` from `1.3.0` to `1.6.0` ( #4190 )
2024-09-21 21:04:06 +02:00
Brennan Kinney
4e85f799fc
fix: Dovecot LDAP config should exist
2024-09-09 09:58:12 +12:00
Casper
ab2127ba67
chore: Add comments to `start-mailserver.sh` and stop using `inherit_errexit` ( #4161 )
2024-08-19 00:51:44 +02:00
Casper
b2978fd760
breaking: Refactor `getmail` support ( #4156 )
...
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2024-08-17 12:14:59 +02:00
Brennan Kinney
526fd64d11
fix: Ensure main log file is tailed from the start ( #4146 )
...
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2024-08-03 12:04:21 +12:00
Brennan Kinney
2f8ad142ec
fix: Prevent `stderr` being written to `/etc/postfix/main.cf` ( #4147 )
...
`stderr` is filtered by `grep` to discard unwanted (expected) log noise when appending the override `postfix-main.cf` content (_updated settings did not replace earlier defined instances_).
That `grep` filter introduced a regression into DMS v14 release, since any other `stderr` content not being excluded was now blended into `stdout` and redirected with the original `stdout` output for the `postconf -n` command.
The fix is to ensure the `grep` output is redirect to `stderr` to avoid that mishap.
2024-08-02 09:42:39 +12:00
Moritz Poldrack
009237cc26
chore: Prevent Microsoft MUAs from sending reactions ( #4120 )
...
---------
Signed-off-by: Moritz Poldrack <~git@mp.gy>
2024-07-22 23:43:11 +12:00
Brennan Kinney
9175424d0f
fix: Update `dovecot-fts-xapian` to `1.7.13` ( #4095 )
...
* fix: Update `dovecot-fts-xapian` to `1.7.13`
Contains a fix to a regression introduced that broke indexing
---------
Co-authored-by: casperklein <casperklein@users.noreply.github.com>
2024-07-03 22:16:02 +12:00
Casper
e370c0c96a
fail2ban install: remove -k (--insecure) from curl options ( #4080 )
2024-06-19 18:34:18 +02: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
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
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
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
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
mmehnert
dab3d9fe71
chore(logwatch): Add `ignore.conf` to ignore logs from Dovecot `index-worker` ( #4012 )
2024-05-12 09:59:22 +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
7dcbbd7173
fix(`accounts.sh`): Sync user home location for alias workaround ( #3997 )
2024-05-02 19:41:25 +12:00
Casper
3125cad45a
Enable spamassassin only, when amavis is enabled too. ( #3943 )
2024-03-21 00:53:04 +01:00
Casper
066773e79f
Better support regular container restarts ( #3929 )
...
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2024-03-17 16:31:55 +01:00
Casper
267fc552d2
getmail: remove temp file usage ( #3920 )
2024-03-09 14:21:02 +01:00
Kirill Kirilenko
3649699197
fix: Move spam to mailbox associated to the `\Junk` special-use attribute ( #3925 )
...
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2024-03-07 11:13:22 +13:00
Georg Lauterbach
e21e5e0490
Rspamd: update history key in Redis configuration ( #3927 )
2024-03-06 08:44:34 +01:00
Georg Lauterbach
b5b193ca4c
Rspamd: minor tweaks and follow-up for SPF, DKIM and DMARC symbols ( #3923 )
...
* move `policies_group.conf` to correct location
I originally assumed the file had to be placed into `scores.d`, but I
now know that `local.d` is actually correct.
* add configuration for composite symbols
See updates to #3690 :
Additional Rspamd Symbols
Rspamd has so-called composite symbols that trigger when a condition
is met. Especially AUTH_NA and AUTH_NA_OR_FAIL will adjust the scores
of various lines in the table above. This needs to be taken into account.
* update CHANGELOG
2024-03-05 10:48:49 +01:00
Casper
83a48e8958
Fail2ban logrotate interval/count: substitute only when necessary ( #3919 )
2024-03-03 22:48:42 +01:00
Georg Lauterbach
12f5101d84
Rspamd: improve SPF, DKIM and DMARC Symbol Weights ( #3913 )
2024-03-02 02:42:47 +01:00
Casper
736f2e44bc
Fail2Ban: Align logrotate count & interval ( #3915 )
2024-03-01 01:00:23 +01:00
Casper
aa9465773c
Rename supervisor-app.conf to dms-services.conf ( #3908 )
...
* rename supervisor-app.conf to dms-services.conf
* changelog added
2024-02-28 22:08:19 +01:00
Dominic Germain
512f39c7eb
feat: Configurable number of rotated log files ( #3907 )
2024-02-28 15:34:30 +01:00
Casper
e232e43d32
fix: fetchmail environment variables ( #3901 )
2024-02-21 11:19:41 +01:00
Brennan Kinney
67faa95b0b
fix(`setup`): `open-dkim` log for conflicting implementations ( #3899 )
2024-02-20 21:33:04 +13:00
Brennan Kinney
d86c3cb159
chore: `packages.sh` - Remove redundant comment ( #3900 )
2024-02-20 21:21:22 +13:00