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
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
mdecimus
8f6ac2d114
Improved storage of IMAP UIDs + Bump to hyper 1.0.1
2023-11-27 10:06:48 +01:00
mdecimus
ba902d9af7
Fixed LDAP port, Spamhaus DNSBL return codes
2023-11-17 16:49:23 +01:00
mdecimus
0881309819
Fix: remove extra whitespace from IMAP BODY responses
2023-11-02 14:47:36 +01:00
mdecimus
795ad97553
Imported empty headers/parts rules from Rspamd
2023-10-27 11:02:51 +02:00
mdecimus
2938b98e18
Fixed Docker entrypoint
2023-10-26 10:01:14 +02:00
mdecimus
3c0e428669
Created config bundle
2023-10-25 09:56:46 +02:00
mdecimus
b5fe327e83
Trusted/untrusted Sieve runtimes
2023-10-23 18:58:04 +02:00
mdecimus
73ccf7be65
Spam filter adjustements
2023-10-23 17:19:16 +02:00
mdecimus
eae3457f77
Remove trailing dot from iprev ptr
2023-10-21 18:46:48 +02:00