From: Michael M Slusarz Date: Tue, 11 Feb 2025 11:08:55 +0000 (-0700) Subject: INSTALL: Update documentation links for 2.4 X-Git-Tag: 2.4.1~219 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27d23f69dd8c7c2194dd3017b1a6ac6f2afb6b9f;p=thirdparty%2Fdovecot%2Fcore.git INSTALL: Update documentation links for 2.4 --- diff --git a/INSTALL.md b/INSTALL.md index 77b6f524e7..8190b74ea4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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.