Commit graph

92 commits

Author SHA1 Message Date
mdecimus
9cf2863a8e Stalwart Mail Server is now just Stalwart 2025-05-20 09:59:54 +02:00
mdecimus
8438435fbe Removed local concurrency limiters, switch to global rate limiting 2025-01-18 19:09:02 +01:00
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
881d4497ce Updated spam filter rules
Some checks are pending
trivy / Check (push) Waiting to run
2024-10-06 14:56:28 +02:00
mdecimus
d0ce2b1a96 AI models
Some checks are pending
trivy / Check (push) Waiting to run
2024-10-05 19:05:04 +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
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
mdecimus
5838b61c80 Fixed BOGUS_ENCRYPTED_AND_TEXT spam filter rule 2024-04-23 18:44:07 +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
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
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
mdecimus
ffba9b5a61 ACME TLS implementation using TLS-ALPN-01 - closes #160 2024-01-05 18:44:22 +01:00
mdecimus
172c8afae0 IMAP responses to APPEND and EXPUNGE should include HIGHESTMODSEQ when CONDSTORE is enabled. 2024-01-03 14:55:36 +01:00
mdecimus
b7f9d5ed02 RocksDB optimizations 2023-12-29 17:33:55 +01:00
mdecimus
7ea3460469 Updated configuration files + CHANGELOG 2023-12-25 19:35:15 +01:00
mdecimus
ce456c02eb Lookup store refactoring 2023-12-24 11:25:50 +01:00
mdecimus
bda7cda59d Updated installer 2023-12-21 18:09:37 +01:00
mdecimus
57885e6db6 Move spam messages to Junk folders when spam headers are present 2023-12-21 10:56:28 +01:00
mdecimus
f7313eecaf Internal directory + HTTP management API passing tests 2023-12-19 12:38:46 +01:00
mdecimus
ea94de6d77 CLI account management + Directory refactoring 2023-12-18 22:25:42 +01:00
mdecimus
f21bce722e Directory refactoring 2023-12-14 12:35:25 +01:00
mdecimus
4301ec16d0 Key/value store access from Sieve scripts 2023-12-12 15:28:21 +01:00