From 95024d1b28418440e4adf2513c84c5a79710aace Mon Sep 17 00:00:00 2001
From: mdecimus
-
+
@@ -30,7 +30,7 @@
## Features
-**Stalwart** is an open-source mail & collaboration server solution with JMAP, IMAP4, POP3, SMTP, CalDAV, CardDAV and WebDAV support and a wide range of modern features. It is written in Rust and designed to be secure, fast, robust and scalable.
+**Stalwart** is an open-source mail & collaboration server with JMAP, IMAP4, POP3, SMTP, CalDAV, CardDAV and WebDAV support and a wide range of modern features. It is written in Rust and designed to be secure, fast, robust and scalable.
Key features:
@@ -52,10 +52,10 @@ Key features:
* Inbound throttling and filtering with granular configuration rules, sieve scripting, MTA hooks and milter integration.
* Distributed virtual queues with delayed delivery, priority delivery, quotas, routing rules and throttling support.
* Envelope rewriting and message modification.
-- **Calendar**, **Contacts** and **File Storage** server:
- - [CalDAV](https://datatracker.ietf.org/doc/html/rfc4791) server for calendar and scheduling.
- - [CardDAV](https://datatracker.ietf.org/doc/html/rfc6352) server for contact management.
- - [WebDAV](https://datatracker.ietf.org/doc/html/rfc4918) server for file storage and sharing.
+- **Collaboration** server:
+ - Calendar and scheduling with [CalDAV](https://datatracker.ietf.org/doc/html/rfc4791).
+ - Contact management with [CardDAV](https://datatracker.ietf.org/doc/html/rfc6352).
+ - File storage and sharing with [WebDAV](https://datatracker.ietf.org/doc/html/rfc4918).
- **Spam** and **Phishing** built-in filter:
- Comprehensive set of filtering **rules** on par with popular solutions.
- LLM-driven spam filtering and message analysis.
@@ -123,18 +123,18 @@ Key features:
Install Stalwart on your server by following the instructions for your platform:
-- [Linux / MacOS](https://stalw.art/docs/install/linux)
-- [Windows](https://stalw.art/docs/install/windows)
-- [Docker](https://stalw.art/docs/install/docker)
+- [Linux / MacOS](https://stalw.art/docs/install/install/llinux)
+- [Windows](https://stalw.art/docs/install/install/lwindows)
+- [Docker](https://stalw.art/docs/install/install/ldocker)
-All documentation is available at [stalw.art/docs/get-started](https://stalw.art/docs/get-started).
+All documentation is available at [stalw.art/docs/install/get-started](https://stalw.art/docs/install/get-started).
## Support
If you are having problems running Stalwart, you found a bug or just have a question,
do not hesitate to reach us on [GitHub Discussions](https://github.com/stalwartlabs/stalwart/discussions),
[Reddit](https://www.reddit.com/r/stalwartlabs) or [Discord](https://discord.gg/aVQr3jF8jd).
-Additionally you may purchase an [premium support](https://stalw.art/support) to obtain priority support from Stalwart Labs LLC.
+Additionally you may purchase an [Enterprise License](https://stalw.art/enterprise) to obtain priority support from Stalwart Labs LLC.
## Sponsorship
diff --git a/crates/main/Cargo.toml b/crates/main/Cargo.toml
index 667f5421..f7a46046 100644
--- a/crates/main/Cargo.toml
+++ b/crates/main/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stalwart"
-description = "Stalwart and Collaboration Server"
+description = "Stalwart Mail and Collaboration Server"
authors = [ "Stalwart Labs Ltd.