mdecimus
2a110f385d
Some mails can't be moved out of the junk folder ( fixes #670 )
trivy / Check (push) Has been cancelled
2024-11-22 19:15:35 +13:00
mdecimus
6d26cb5d66
Bump sieve-rs to 0.5.3 ( fixes #941 )
trivy / Check (push) Waiting to run
2024-11-22 18:24:41 +13:00
mdecimus
7f470735b1
Merge branch 'main' of github.com:stalwartlabs/mail-server
trivy / Check (push) Waiting to run
2024-11-21 20:14:06 +13:00
mdecimus
d4390230fc
Missing User-Agent header for ACME Buypass ( fixes #937 )
2024-11-21 20:13:54 +13:00
mdecimus
ef25e77e04
Deploying to main from @ stalwartlabs/mail-server@fa26fd107f 🚀
trivy / Check (push) Has been cancelled
2024-11-15 15:35:24 +00:00
mdecimus
fa26fd107f
Updated README
trivy / Check (push) Waiting to run
2024-11-15 21:39:42 +13:00
mdecimus
30d783bef1
updated README
2024-11-15 20:59:21 +13:00
mdecimus
b2bac5d5aa
Support for external email addresses on mailing lists ( closes #152 )
trivy / Check (push) Has been cancelled
2024-11-13 19:38:54 +13:00
mdecimus
77de725ca8
Deploying to main from @ stalwartlabs/mail-server@3b950cecec 🚀
trivy / Check (push) Waiting to run
2024-11-12 15:34:10 +00:00
Tamino
3b950cecec
A couple of small fixes in the recently-added Azure blob storage support ( #910 )
...
trivy / Check (push) Waiting to run
Notably, renaming the "access-key" configuration field to "azure-access-key", not because
stalwart-mailserver needs the field name to change, but because having a field whose name
is the same between Azure and S3 but whose function is different, causes headaches for
webadmin.
2024-11-12 03:40:06 +01:00
mdecimus
572275eecc
Discard empty forms
trivy / Check (push) Has been cancelled
2024-11-10 10:18:55 +01:00
mdecimus
8269023431
Added webadmin.auto-update option for auto-updating Webadmin ( closes #842 )
2024-11-10 09:15:04 +01:00
mdecimus
5a6b191bd4
Azure backend minor fixes
2024-11-10 08:54:14 +01:00
tamwuff
9b4f5e8c75
Support Azure blob storage in a similar fashion to S3. ( #907 )
2024-11-10 08:45:50 +01:00
mdecimus
9742149ce8
Mark SQL store as active if used as a telemetry store
trivy / Check (push) Waiting to run
2024-11-09 16:45:28 +01:00
mdecimus
afef1552b8
v0.10.6
trivy / Check (push) Has been cancelled
2024-11-07 16:32:54 +01:00
mdecimus
45ad45f0b7
Fix deleting single keys
trivy / Check (push) Has been cancelled
2024-10-27 20:07:35 +01:00
mdecimus
c380ec750a
Verify roles and permissions when creating or modifying accounts (closes #874 )
trivy / Check (push) Has been cancelled
2024-10-21 19:07:29 +02:00
SinnySupernova
db8b53693f
allow to search using bind dn instead of auth bind connection when bind auth is enabled ( #873 )
2024-10-21 16:34:03 +02:00
mdecimus
c9cd44b35a
Include preferred_username and email in OIDC id_token
trivy / Check (push) Waiting to run
2024-10-21 15:54:14 +02:00
mdecimus
44d1158aa3
Added POP3/S ports to Dockerfile
trivy / Check (push) Waiting to run
2024-10-20 20:53:38 +02:00
mdecimus
3635577706
Add key value to deserialize errors
trivy / Check (push) Has been cancelled
2024-10-17 17:41:48 +02:00
mdecimus
9e78aaa751
Add context to iteration errors
2024-10-17 17:30:45 +02:00
mdecimus
a1c5be0e11
Fixed Enterprise flag
trivy / Check (push) Waiting to run
2024-10-17 09:11:44 +02:00
mdecimus
ad8ee4e599
Added delete range option
trivy / Check (push) Waiting to run
2024-10-16 11:18:15 +02:00
mdecimus
471a45a340
Merge branch 'main' of github.com:stalwartlabs/mail-server
trivy / Check (push) Waiting to run
2024-10-16 10:49:08 +02:00
mdecimus
a1dbd566fc
Minor tokenizer improvements
2024-10-16 10:49:01 +02:00
SinnySupernova
7b20647e7a
add numeric fallback to privilege drop ( #868 )
trivy / Check (push) Waiting to run
2024-10-15 21:37:27 +02:00
mdecimus
0ee2fe3dee
v0.10.5
trivy / Check (push) Waiting to run
2024-10-15 18:20:55 +02:00
mdecimus
3cb6e2a68c
Store CLI
2024-10-15 18:01:55 +02:00
mdecimus
ec3be62990
Remove inefficient TypesTokenizer peek ( fixes #863 )
2024-10-15 16:59:05 +02:00
mdecimus
4f49f810d8
Merge branch 'main' of github.com:stalwartlabs/mail-server
trivy / Check (push) Has been cancelled
2024-10-13 09:59:18 +02:00
mdecimus
51ccdf0c03
AI endpoint -> url setting rename
2024-10-13 09:59:03 +02:00
mdecimus
02adea8136
Deploying to main from @ stalwartlabs/mail-server@a4d93341da 🚀
trivy / Check (push) Waiting to run
2024-10-12 15:33:43 +00:00
mdecimus
a4d93341da
Updated README
2024-10-12 10:45:14 +02:00
mdecimus
5d18be43a1
Deploying to main from @ stalwartlabs/mail-server@dcb8b4e8d5 🚀
trivy / Check (push) Has been cancelled
2024-10-10 15:34:53 +00:00
mdecimus
dcb8b4e8d5
v0.10.4
trivy / Check (push) Has been cancelled
2024-10-08 17:17:21 +02:00
mdecimus
8ff2438f04
ACME External Account Binding support ( closes #379 closes ##650)
2024-10-08 16:28:03 +02:00
Jason Yip
a1ca7fa849
fix(jmap): allow compilation without enterprise feature ( #837 )
trivy / Check (push) Waiting to run
2024-10-08 11:55:07 +02:00
mdecimus
581533b09c
Detect and ban port scanners as well as other forms of abuse ( closes #820 )
2024-10-08 11:48:03 +02:00
mdecimus
1561a603ab
Stricter RCPT fail2ban + Do not send SPF failures reports to local domains
trivy / Check (push) Waiting to run
2024-10-07 17:05:15 +02:00
mdecimus
b74e6fd021
Warn when there are errors migrating domains rather than aborting migration
2024-10-07 16:24:27 +02:00
mdecimus
cf093c061b
Allow nonces in OAuth code requests
trivy / Check (push) Waiting to run
2024-10-07 10:53:18 +02: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
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
d5c2dcb817
Merge branch 'main' of github.com:stalwartlabs/mail-server
trivy / Check (push) Has been cancelled
2024-10-04 18:45:54 +02:00
mdecimus
3ac7cd0f95
S3 retries on 5xx errors
2024-10-04 18:45:45 +02:00
mdecimus
63d22733d3
Deploying to main from @ stalwartlabs/mail-server@292d1cc048 🚀
2024-10-04 15:34:40 +00:00
mdecimus
292d1cc048
Include nonce parameter in id_tokens
trivy / Check (push) Waiting to run
2024-10-03 15:07:38 +02:00