Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ bash scripts/user/add_user.sh

Silver is built using open-source software.

- [Postfix](https://www.postfix.org/) - handles sending and receiving email.
- [Raven](https://github.com/lsflk/raven) - handles SASL authentication, LMTP, and IMAP server for email retrieval.
- [Postfix](https://www.postfix.org/) - Handles sending and receiving email.
- [Raven](https://github.com/lsflk/raven) - Handles SASL authentication, LMTP, and IMAP server for email retrieval.
- [Thunder](https://github.com/asgardeo/thunder) - Identity provider and user manager
- [Rspamd](https://rspamd.com/) - spam filtering system.
- [ClamAV](https://docs.clamav.net/Introduction.html) - virus scanning system.
- [Rspamd](https://rspamd.com/) - Spam filtering system.
- [ClamAV](https://docs.clamav.net/Introduction.html) - Virus scanning system.
- [Certbot](https://certbot.eff.org/) - Client software that talks to Let’s Encrypt to generate certificates.

## Contributing
Expand Down
Loading