diff options
author | worldworm <13227454+worldworm@users.noreply.github.com> | 2020-03-17 15:55:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 15:55:33 +0000 |
commit | 16185c59eec395719939de3ef9c98d6274a202fd (patch) | |
tree | eb58f8d4daf757cc172bcbb5943b76c17bf45b95 | |
parent | add Routr (diff) | |
download | awesome-selfhosted-16185c59eec395719939de3ef9c98d6274a202fd.tar.gz awesome-selfhosted-16185c59eec395719939de3ef9c98d6274a202fd.zip |
fix cyrus-imapd URL
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -349,7 +349,7 @@ _MTAs / SMTP servers_ _MDAs - IMAP/POP3 software_ -- [Cyrus IMAP/POP3](http://cyrusimap.org/) - Intended to be run on sealed servers, where normal users are not permitted to log in. ([Source Code](https://github.com/cyrusimap/cyrus-imapd )) `BSD-3-Clause-Attribution` `C` +- [Cyrus IMAP/POP3](https://www.cyrusimap.org/) - Intended to be run on sealed servers, where normal users are not permitted to log in. ([Source Code](https://github.com/cyrusimap/cyrus-imapd )) `BSD-3-Clause-Attribution` `C` - [Dovecot](http://www.dovecot.org/) - IMAP and POP3 server written primarily with security in mind. ([Source Code](https://github.com/dovecot/core)) `MIT/LGPL-2.1` `C` - [Piler](http://www.mailpiler.org/wiki/start) - feature rich open source email archiving solution. ([Source Code](https://bitbucket.org/jsuto/piler)) `GPL-3.0` `C` |