Commit graph

564 commits

Author SHA1 Message Date
mdecimus 0514ac0f0d Individual subspaces for each value and bitmap type 2024-05-02 10:19:06 +01:00
mdecimus c6960bfba8 documentId generation within the database transaction 2024-05-02 10:18:58 +01:00
mdecimus c003a4c2b4 View queued message contents API 2024-05-02 10:11:25 +01:00
mdecimus 6ec5956a93 Master user implementation 2024-05-01 14:39:29 +02:00
mdecimus 03332635f8 Report import/export status 2024-05-01 10:59:05 +02:00
mdecimus 1950366629 v0.7.3 2024-04-30 19:52:05 +02:00
mdecimus 592ca3ccc5 Add --help and --version command line arguments (closes #365) 2024-04-29 15:23:28 +02:00
mdecimus 2cde6f58e7 Support for concurrent index updates 2024-04-28 19:52:02 +02:00
mdecimus 58b8c5bcdb Trim spaces in DNS-01 ACME secrets (closes #382) 2024-04-28 17:58:17 +02:00
mdecimus a93c792a9a Allow catch-all addresses when validating must match sender 2024-04-28 17:07:39 +02:00
mdecimus d7817b9754 FoundationDB performance improvements 2024-04-28 11:20:27 +02:00
mdecimus 9bebcd9b8c Individual subspaces for each value and bitmap type 2024-04-27 10:47:36 +02:00
mdecimus 98e13667d6 documentId generation within the database transaction 2024-04-23 20:03:30 +02:00
mdecimus 20a74e787f Allow only one journald tracer (closes #375) 2024-04-23 19:55:19 +02:00
mdecimus 0bd908c8c1 authenticated_as variable not usable for must-match-sender (closes #372) 2024-04-23 18:58:56 +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 4f375a4883 Use 16kb page size on Linux aarch64 (closes #289) 2024-04-18 17:15:15 +02:00
mdecimus 7663d96d28 Use 16kb page size on Linux aarch64 (closes #289) 2024-04-18 17:05:38 +02:00
mdecimus 4c873d8407 Stress testing scripts 2024-04-18 16:13:21 +02:00
mdecimus 7c71fc6818 Merge branch 'main' of github.com:stalwartlabs/mail-server 2024-04-18 11:13:32 +02:00
mdecimus 03c0a6e328 Fix parsing of IPv6 DNS server addresses 2024-04-18 11:13:20 +02:00
Jean-Yves 1b95773379
Update lookup.rs (#359)
Add "groupOfUniqueNames"
2024-04-17 22:37:20 +02:00
mdecimus 3cc3b726ea v0.7.2 2024-04-17 16:00:50 +02:00
mdecimus 929d84468f Support for DNS-01 and HTTP-01 ACME challenges (closes #226) 2024-04-17 09:55:19 +02:00
mdecimus 0267f28156 Configurable external resources (closes #355) 2024-04-15 13:50:47 +02:00
mdecimus 35fcfb8c81 Fix: Fails to start when Elasticsearch is down/starting up (closes #334) 2024-04-14 19:44:28 +02:00
mdecimus f5faa87916 CI: Generate a separate artifact for FDB 2024-04-12 20:00:54 +02:00
mdecimus 7832601bc4 CI: Generate a separate artifact for FDB 2024-04-12 19:53:56 +02:00
mdecimus d876033c1a Use cross-compilation for CI, build the Docker image from source (#85) 2024-04-12 16:35:00 +02:00
mdecimus 4ba65d6676 Updated webadmin location + Doc fixes 2024-04-12 15:08:51 +02:00
mdecimus 0e8961937e Filter out invalid timestamps on log entries 2024-04-10 16:53:26 +02:00
mdecimus e8205a27ca Remove ASN.1 DER structure from DKIM ED25519 public keys 2024-04-10 12:37:48 +02:00
witchent afaa867b46
Small fixes in command (#313)
Fixed some minor errors in the upgrade guide
2024-04-10 10:01:40 +02:00
Aaron Dewes c4b0493fdc
Make initial admin password configurable via env (#311)
This is useful for running Stalwart in Docker or packaging it for certain systems
2024-04-10 09:56:33 +02:00
mdecimus a4e3b1edeb Updated README 2024-04-09 16:09:16 +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 23edd40fd0 Fixed DKIM public key format 2024-04-08 11:09:02 +02:00
mdecimus 44f531ecf9 Fixed compile without SQL dbs 2024-04-07 17:39:58 +02:00
mdecimus 841b8000c4 Updated install script 2024-04-07 17:20:50 +02:00
mdecimus ab47eab1d9 Automatic spam filter and webadmin downloading + quickstart 2024-04-05 19:00:55 +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 cb4d2f15ae Config hot reloading API 2024-03-28 17:21:32 +01:00
mdecimus 16b0465933 Unified TLS certificate management 2024-03-28 11:12:46 +01:00
mdecimus 37eb6483ca Settings hot reloading - All tests passing 2024-03-27 11:35:02 +01:00