Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit ffb015b

Browse files
committed
Updated README
1 parent 8899889 commit ffb015b

File tree

2 files changed

+41
-10
lines changed

2 files changed

+41
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ body:
3333
label: Version
3434
description: What version of our software are you running?
3535
options:
36-
- v0.3.x
37-
- v0.2.0 or lower
36+
- v0.5.x
37+
- v0.4.x
38+
- v0.3.0 or lower
3839
validations:
3940
required: true
4041
- type: dropdown

README.md

Lines changed: 38 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,40 @@
1-
# Stalwart SMTP Server
2-
3-
[![Build](https://github.com/stalwartlabs/smtp-server/actions/workflows/build.yml/badge.svg)](https://github.com/stalwartlabs/smtp-server/actions/workflows/build.yml)
4-
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
5-
[![](https://img.shields.io/discord/923615863037390889?label=Chat)](https://discord.gg/jtgtCNj66U)
6-
[![](https://img.shields.io/twitter/follow/stalwartlabs)](https://twitter.com/stalwartlabs)
7-
[![](https://img.shields.io/mastodon/follow/109929667531941122)](https://mastodon.social/@stalwartlabs)
1+
<h2 align="center">
2+
<a href="https://stalw.art">
3+
<img src="https://stalw.art/home/apple-touch-icon.png" height="60">
4+
</a>
5+
<br>
6+
Stalwart SMTP Server
7+
</h1>
8+
9+
<p align="center">
10+
<i align="center">Secure & Modern SMTP Server</i> 🛡️
11+
</p>
12+
13+
<h4 align="center">
14+
<a href="https://github.com/stalwartlabs/mail-server/actions/workflows/build.yml">
15+
<img src="https://img.shields.io/github/actions/workflow/status/stalwartlabs/mail-server/build.yml?style=flat-square" alt="continuous integration">
16+
</a>
17+
<a href="https://www.gnu.org/licenses/agpl-3.0">
18+
<img src="https://img.shields.io/badge/License-AGPL_v3-blue.svg?label=license&style=flat-square" alt="License: AGPL v3">
19+
</a>
20+
<a href="https://stalw.art/docs/get-started/">
21+
<img src="https://img.shields.io/badge/read_the-docs-red?style=flat-square" alt="Documentation">
22+
</a>
23+
<br>
24+
<a href="https://mastodon.social/@stalwartlabs">
25+
<img src="https://img.shields.io/mastodon/follow/109929667531941122?style=flat-square&logo=mastodon&color=%236364ff" alt="Mastodon">
26+
</a>
27+
<a href="https://twitter.com/stalwartlabs">
28+
<img src="https://img.shields.io/twitter/follow/stalwartlabs?style=flat-square&logo=twitter" alt="Twitter">
29+
</a>
30+
<br>
31+
<a href="https://discord.gg/jtgtCNj66U">
32+
<img src="https://img.shields.io/discord/923615863037390889?label=discord&style=flat-square" alt="Discord">
33+
</a>
34+
<a href="https://matrix.to/#/#stalwart:matrix.org">
35+
<img src="https://img.shields.io/matrix/stalwartmail%3Amatrix.org?label=matrix&style=flat-square" alt="Matrix">
36+
</a>
37+
</h4>
838

939
**Stalwart SMTP** is a modern SMTP server developed in Rust with a focus on security, speed, and extensive configurability.
1040
It features built-in DMARC, DKIM, SPF and ARC support for message authentication, strong transport security through DANE, MTA-STS and SMTP TLS reporting, and offers great flexibility and customization thanks to its dynamic configuration rules and native support for Sieve scripts.
@@ -48,7 +78,7 @@ Key features:
4878
- Automatic analysis of incoming DMARC/TLS aggregate reports, DMARC/DKIM/SPF authentication failure reports as well as abuse reports.
4979
- And more:
5080
- SASL authentication.
51-
- LDAP, PostgreSQL, MySQL, MSSQL and SQLite support.
81+
- Redis, LDAP, PostgreSQL, MySQL, MSSQL and SQLite support.
5282
- Email aliases, mailing lists, subaddressing and catch-all addresses support.
5383
- Granular configuration rules.
5484
- REST API for management.

0 commit comments

Comments
 (0)