`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
=======
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.