mdecimus
38fa0291e2
Port Spam filter to Rust - part 8
2024-12-17 18:01:12 +01:00
mdecimus
07449a3622
Port Spam filter to Rust - part 6
2024-12-15 18:01:17 +01:00
mdecimus
08c43e2f15
ASN/Geolocation support
2024-12-13 11:32:52 +01:00
mdecimus
b5696c2d26
Port Spam filter to Rust - part 5
2024-12-11 17:57:34 +01:00
mdecimus
44ae796d9b
Port Spam filter to Rust - part 4
2024-12-10 18:56:09 +01:00
mdecimus
f0d84c8e68
Port Spam filter to Rust - part 3
2024-12-09 17:49:11 +01:00
mdecimus
4453dc8f3d
Port Spam filter to Rust - part 2
2024-12-07 18:45:50 +01:00
mdecimus
db7ae48c77
Port Spam filter to Rust - part 1
2024-12-06 18:35:39 +01:00
mdecimus
33a59cd8ef
Added AppArmor
trivy / Check (push) Waiting to run
2024-10-06 21:19:19 +02:00
mdecimus
881d4497ce
Updated spam filter rules
trivy / Check (push) Waiting to run
2024-10-06 14:56:28 +02:00
mdecimus
d0ce2b1a96
AI models
trivy / Check (push) Waiting to run
2024-10-05 19:05:04 +02:00
mdecimus
71c3c06c01
Add enterprise feature to directory crate ( #783 ).
trivy / Check (push) Failing after -9m10s
2024-09-22 10:36:40 +02:00
Viktor Szépe
82f7311a4d
Fix typos ( #599 )
...
* Fix typos
* Fix typos in excluded files
2024-07-08 15:28:32 +02:00
mdecimus
50a2f50e58
REUSE-compliant licensing
2024-06-25 19:57:25 +02:00
mdecimus
835c7d8c30
Manually train and test spam classifier ( closes #473 closes #264 closes #257 closes #471 )
2024-06-10 13:02:52 +01:00
mdecimus
0d2e58361b
IP addresses trigger R_SUSPICIOUS_URL false positive ( closes #461 #419 )
2024-05-22 16:52:26 +02:00
mdecimus
0fc5d40ec1
POP3 support ( closes #100 )
2024-05-22 11:28:35 +02:00
mdecimus
7a25689288
Use permanent links for blobs in the SMTP queue
2024-05-09 09:09:12 +02:00
Lukas Lihotzki
b5a5858ec2
Drop root privileges in systemd unit ( #402 )
2024-05-06 14:53:04 +02:00
Lukas Lihotzki
67db7348e7
Fix Dockerfile.fdb ( #401 )
2024-05-06 14:43:49 +02:00
Moritz Poldrack
54dbd9ec5e
Add Microsoft Office Macro types to bad mime types ( #391 )
...
Since these are a rather popular infection vector, mark these files as
bad.
2024-05-05 16:01:13 +02:00
Linus
0d78f66bcf
Remove StandardOutput, StandardError in service ( #390 )
...
systemd 249 (used in Ubuntu 22.04 LTS) throws the following error:
/etc/systemd/system/stalwart-mail.service:16: Standard output type
syslog is obsolete, automatically updating to journal. Please update
your unit file, and consider removing the setting altogether.
/etc/systemd/system/stalwart-mail.service:17: Standard output type
syslog is obsolete, automatically updating to journal. Please update
your unit file, and consider removing the setting altogether.
This is caused by StandardOutput=syslog and StandardError=syslog found
in install.sh, which are as the error suggests obsolete options that
should not be used.[1] They have "correct" settings in
stalwart-mail.service, but these settings are also the implicit
default, which means they are not necessary.[1]
This was patched in systemd #15812 in May, 2020.[2]
I have tested this by simply removing the values in
/etc/systemd/system/stalwart-mail.service on my server, running
'daemon-reload' and restarting the service, then confirming that logs
are still being written to journalctl as well as /opt/stalwart-mail/logs
[1]: <https://github.com/systemd/systemd/issues/15807#issuecomment-628528787 >
[2]: <https://github.com/systemd/systemd/pull/15812 >
2024-05-05 15:59:13 +02:00
mdecimus
5838b61c80
Fixed BOGUS_ENCRYPTED_AND_TEXT spam filter rule
2024-04-23 18:44:07 +02:00
Teal
5885eaf3f8
Update stalwart-mail.service ( #373 )
...
systemd deprecated `syslog` output and automatically converts it to `journal`. Making the change in the unit file will silence the warning notice on service (re)start.
2024-04-22 17:41:32 +02:00
mdecimus
0caaf43d31
v0.7.0
2024-04-09 12:54:49 +02:00
mdecimus
62aa3be182
Updated resources
2024-04-09 11:57:53 +02:00
mdecimus
841b8000c4
Updated install script
2024-04-07 17:20:50 +02:00
mdecimus
89433f3f06
Updated spamfilter rules
2024-04-05 15:27:16 +02:00
mdecimus
3a5ca70365
DKIM record management API
2024-04-04 11:51:47 +02:00
mdecimus
93a2f691ea
OAuth and cryto management APIs + Store OAuth codes in lookup stores rather than memory
2024-04-02 17:50:37 +02:00
mdecimus
223bd59bab
REST API cleanup
2024-04-01 19:48:59 +02:00
mdecimus
35562bb9fd
Use safe defaults when settings are missing
2024-03-30 18:12:40 +01:00
mdecimus
37eb6483ca
Settings hot reloading - All tests passing
2024-03-27 11:35:02 +01:00
mdecimus
333a0d5a1b
Settings hot reloading - Part 1
2024-03-21 20:07:21 +01:00
mdecimus
7e1a95c1ee
Config file changes
2024-03-20 12:03:10 +01:00
mdecimus
9a4110e343
Config API changes
2024-03-18 16:16:00 +01:00
mdecimus
310ce49314
Updated settings REST API
2024-03-11 11:30:12 +01:00
mdecimus
3081958765
Escape regexes within matches() ( #155 )
2024-03-07 16:57:53 +01:00
mdecimus
875b1fa744
Store incoming reports in the data store
2024-03-02 12:21:03 +01:00
mdecimus
414a1434e0
Add allow plain text auth on ManageSieve
2024-02-25 19:27:29 +01:00
mdecimus
044ecda98a
Principal update API changes
2024-02-24 20:22:34 +01:00
mdecimus
75bb02d13a
OAuth REST API
2024-02-20 18:44:14 +01:00
mdecimus
53f0222f30
Updated directory expressions
2024-02-14 15:44:35 +01:00
mdecimus
9472456ea0
v0.6.0
2024-02-14 14:38:04 +01:00
Mauro D
d7d27063d8
Updated configuration files
2024-01-19 19:10:31 +01:00
mdecimus
4b5576cab4
v0.5.3
2024-01-14 10:53:41 +01:00
mdecimus
6aeadb9cda
Fail2ban and IP address blocking support ( closes #164 )
2024-01-13 12:59:10 +01:00
mdecimus
c7be16692e
Fixed IMAP retrieval of auto-encrypted emails ( fixes #203 )
2024-01-09 12:26:30 +01:00
mdecimus
d829b56571
v0.5.2
2024-01-07 15:34:46 +01:00
mdecimus
3a800aff7a
HAProxy protocol support ( closes #36 )
2024-01-06 20:02:31 +01:00