diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index da807e0..8fb093b 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -33,8 +33,9 @@ body:
label: Version
description: What version of our software are you running?
options:
- - v0.3.x
- - v0.2.0 or lower
+ - v0.5.x
+ - v0.4.x
+ - v0.3.0 or lower
validations:
required: true
- type: dropdown
diff --git a/README.md b/README.md
index 5d4cda8..6ae40df 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,40 @@
-# Stalwart SMTP Server
+
+
+
+
+
+ Stalwart SMTP Server
+
-[![Build](https://github.com/stalwartlabs/smtp-server/actions/workflows/build.yml/badge.svg)](https://github.com/stalwartlabs/smtp-server/actions/workflows/build.yml)
-[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
-[![](https://img.shields.io/discord/923615863037390889?label=Chat)](https://discord.gg/jtgtCNj66U)
-[![](https://img.shields.io/twitter/follow/stalwartlabs)](https://twitter.com/stalwartlabs)
-[![](https://img.shields.io/mastodon/follow/109929667531941122)](https://mastodon.social/@stalwartlabs)
+
+ Secure & Modern SMTP Server 🛡️
+
+
+
**Stalwart SMTP** is a modern SMTP server developed in Rust with a focus on security, speed, and extensive configurability.
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:
- Automatic analysis of incoming DMARC/TLS aggregate reports, DMARC/DKIM/SPF authentication failure reports as well as abuse reports.
- And more:
- SASL authentication.
- - LDAP, PostgreSQL, MySQL, MSSQL and SQLite support.
+ - Redis, LDAP, PostgreSQL, MySQL, MSSQL and SQLite support.
- Email aliases, mailing lists, subaddressing and catch-all addresses support.
- Granular configuration rules.
- REST API for management.