Commit graph

177 commits

Author SHA1 Message Date
mdecimus
7826eb3ea1 Perform must-match-sender checks after sender rewriting (closes #394) 2024-08-04 09:57:40 +02:00
mdecimus
5a43455917 Tracing macro improvements 2024-08-03 20:10:01 +02:00
mdecimus
3cb8918d2e v0.9.0 2024-08-01 17:09:39 +02:00
mdecimus
ed214fd087 Journald tracer reimplementation 2024-08-01 10:42:46 +02:00
mdecimus
336c4876e2 Do not provide {auth_authen} Milter macro unless the user is authenticated 2024-07-31 20:05:42 +02:00
mdecimus
87f9736605 Improved OpenTelemetry tracing and logging (closes #297) 2024-07-31 20:00:34 +02:00
mdecimus
d29d21692e Improved tracing (closes #180 closes #417 closes #376 closes #418 closes #517) 2024-07-30 16:12:34 +02:00
mdecimus
a45eb50231 Improved tracing (part 4) 2024-07-28 15:21:22 +02:00
mdecimus
1e76792d03 Improved tracing (part 3) 2024-07-26 19:44:01 +02:00
mdecimus
52cb48353e Improved tracing (part 2) 2024-07-25 20:35:13 +02:00
mdecimus
ae7cadc27d Improved tracing (part 1) 2024-07-23 12:44:14 +02:00
mdecimus
9c23774aa5 Lock-free fast tracing (closes #180) 2024-07-22 17:56:24 +02:00
mdecimus
d2ad44cf9f Improved error handling (part 3) 2024-07-17 18:33:22 +02:00
mdecimus
e74b29189a Improved error handling (part 2) 2024-07-15 15:18:34 +02:00
mdecimus
0c2a3f09fe Improved error handling (part 1) 2024-07-11 18:44:51 +02:00
mdecimus
38ff4b9ea0 Add enterprise cargo feature + Allow copying SEL licensed code for testing/development purposes (closes #602 closes #601) 2024-07-08 18:37:58 +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
14224c5ee0 Undelete emails 💎 (closes #589) 2024-07-07 16:44:37 +02:00
mdecimus
af89725d20 Avoid sending reports for DMARC/delivery reports (closes #173) 2024-07-06 11:14:03 +02:00
mdecimus
ec2cfc2fcd Bump to rustls 0.23 2024-07-03 15:14:50 +02:00
mdecimus
dacd8b384e v0.8.3 2024-06-30 09:46:30 +02:00
mdecimus
4e9b43b26d Authentication flow improvements 2024-06-29 13:11:41 +02:00
mdecimus
d8a73cd0e4 TOTP 2FA, App passwords and account disable support (closes #436 closes #479) 2024-06-28 12:12:51 +02:00
mdecimus
5e7bd3f6be DANE success on EndEntity match regardless of TrustAnchor validation 2024-06-27 11:50:27 +02:00
mdecimus
50a2f50e58 REUSE-compliant licensing 2024-06-25 19:57:25 +02:00
mdecimus
a9a3925e88 v0.8.2 2024-06-22 09:15:45 +02:00
mdecimus
0b46ec5808 Renamed jmilters to hooks 2024-06-21 17:05:14 +02:00
mdecimus
68a189ed9f Webhooks implementation (closes #480 closes #233) 2024-06-20 19:11:15 +02:00
mdecimus
5ff6bc895c JSON mail filtering and manipulation protocol implementation 2024-06-18 19:18:54 +02:00
mdecimus
ae2a67422f Clippy fixes 2024-06-18 15:30:41 +02:00
mdecimus
aa4a11baf7 Support for milter on all SMTP stages (closes #183) 2024-06-18 15:09:50 +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
6867509f5e Do not announce STARTTLS if the listener does not support it 2024-06-06 09:22:39 +02:00
mdecimus
649ccfdba0 Fix session.rcpt.script IfBlock variable name 2024-05-31 14:38:03 +02:00
mdecimus
4e7087d335 Run Sieve scripts in async context 2024-05-24 10:32:41 +02:00
mdecimus
46076c6f20 v0.8.1 2024-05-23 16:32:47 +02:00
mdecimus
7251908aad Do not send empty messages generated by trusted Sieve scripts 2024-05-23 15:20:47 +02:00
mdecimus
faf34ecde2 Include server hostname in SMTP greetings (closes #448) 2024-05-20 16:15:32 +02:00
mdecimus
d8140dd0e1 Include authentication headers and check queue quotas on Sieve message forwards 2024-05-19 18:59:50 +02:00
mdecimus
21137080f8 DKIM exploit fix 2024-05-18 10:39:27 +02:00
mdecimus
7535caf5da Fix: JMAP identities should not return null signatures 2024-05-16 11:57:40 +02:00
mdecimus
7a25689288 Use permanent links for blobs in the SMTP queue 2024-05-09 09:09:12 +02:00
mdecimus
1473d8cdcf Autoconfig and MS Autodiscover services (closes #336) 2024-05-08 16:00:54 +02:00
mdecimus
00d74abaed authenticated_as variable not usable for must-match-sender (fixes #372) 2024-05-06 14:23:52 +02:00
mdecimus
5b236e00ae Added retry_num, notify_num, last_error, last_status variables to queue expressions 2024-05-06 12:55:31 +02:00
Ward Pieters
df68ebadf8
fix(smtp): compatibility issues with Microsoft Outlook (#400) 2024-05-05 11:23:50 +02:00
mdecimus
91f674d921 Support for concurrent index updates 2024-05-02 10:19:06 +01:00
mdecimus
0514ac0f0d Individual subspaces for each value and bitmap type 2024-05-02 10:19:06 +01:00
mdecimus
1950366629 v0.7.3 2024-04-30 19:52:05 +02:00
mdecimus
a93c792a9a Allow catch-all addresses when validating must match sender 2024-04-28 17:07:39 +02:00