]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
INSTALL: Update documentation links for 2.4
authorMichael M Slusarz <michael.slusarz@open-xchange.com>
Tue, 11 Feb 2025 11:08:55 +0000 (04:08 -0700)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Feb 2025 10:41:01 +0000 (12:41 +0200)
INSTALL.md

index 77b6f524e7a9205bfef8aa610c4675f49a252998..8190b74ea40306bbc477805455cf56b7695e5f48 100644 (file)
@@ -17,7 +17,7 @@ If you have installed some libraries into locations which require special includ
 `CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib ./configure`
 
 See `./configure --help` for a list of all available configure options.
-See [Compiling Dovecot From Sources](https://doc.dovecot.org/installation_guide/dovecot_community_repositories/compiling_source/) for more information.
+See [Installation](https://doc.dovecot.org/latest/installation/installation.html) for more information.
 
 Running
 =======
@@ -28,9 +28,12 @@ Read through, and make needed modifications.
 
 Once everything is configured, start Dovecot by running "dovecot" binary.
 
-See the [Online documentation](https://doc.dovecot.org/configuration_manual/) for more information about configuration. If you're in a hurry, go at least through [Quick Configuration](https://doc.dovecot.org/configuration_manual/quick_configuration/).
+See the [Online configuration documentation](https://doc.dovecot.org/latest/core/config/overview.html) for more information.
+
+If you're in a hurry, go at least through [Quick Configuration](https://doc.dovecot.org/latest/core/config/guides/quick.html).
 
 SSL/TLS
 =======
 
-Dovecot used to support both GNUTLS and OpenSSL libraries, but nowadays only the OpenSSL code is working.
+Dovecot supports [OpenSSL](https://openssl-library.org/) for SSL/TLS
+functionality.