README: reword feature list

and remove the v2.0 release title.
This commit is contained in:
Martin Weinelt 2025-05-05 21:51:59 +02:00
parent ca69f91f6b
commit a071813b97
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -26,37 +26,36 @@ can stay up to date with bug fixes and updates.
## Features ## Features
### v2.0
* [x] Continous Integration Testing * [x] Continous Integration Testing
* [x] Multiple Domains * [x] Multiple Domains
* Postfix MTA * Postfix
- [x] smtp on port 25 - [x] SMTP on port 25
- [x] submission tls on port 465 - [x] Submission TLS on port 465
- [x] submission starttls on port 587 - [x] Submission StartTLS on port 587
- [x] lmtp with dovecot - [x] LMTP with Dovecot
* Dovecot * Dovecot
- [x] maildir folders - [x] Maildir folders
- [x] imap with tls on port 993 - [x] IMAP with TLS on port 993
- [x] pop3 with tls on port 995 - [x] POP3 with TLS on port 995
- [x] imap with starttls on port 143 - [x] IMAP with StartTLS on port 143
- [x] pop3 with starttls on port 110 - [x] POP3 with StartTLS on port 110
* Certificates * Certificates
- [x] manual certificates - [x] ACME
- [x] on the fly creation - [x] Custom certificates
- [x] Let's Encrypt
* Spam Filtering * Spam Filtering
- [x] via rspamd - [x] Via Rspamd
* Virus Scanning * Virus Scanning
- [x] via clamav - [x] Via ClamAV
* DKIM Signing * DKIM Signing
- [x] via opendkim - [x] Via OpenDKIM
* User Management * User Management
- [x] declarative user management - [x] Declarative user management
- [x] declarative password management - [x] Declarative password management
- [x] LDAP users - [x] LDAP users
* Sieves * Sieve
- [x] A simple standard script that moves spam
- [x] Allow user defined sieve scripts - [x] Allow user defined sieve scripts
- [x] Moving mails from/to junk trains the Bayes filter
- [x] ManageSieve support - [x] ManageSieve support
* User Aliases * User Aliases
- [x] Regular aliases - [x] Regular aliases