summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:51:24 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:51:24 +0000
commitf7548d6d28c313cf80e6f3ef89aed16a19815df1 (patch)
treea3f6f2a3f247293bee59ecd28e8cd8ceb6ca064a /INSTALL
parentInitial commit. (diff)
downloaddovecot-f7548d6d28c313cf80e6f3ef89aed16a19815df1.tar.xz
dovecot-f7548d6d28c313cf80e6f3ef89aed16a19815df1.zip
Adding upstream version 1:2.3.19.1+dfsg1.upstream/1%2.3.19.1+dfsg1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL46
1 files changed, 46 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..0c8c3a2
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,46 @@
+
+
+BUILD INSTRUCTIONS
+
+
+For most people, the usual:
+
+ ./configure
+ make
+ sudo make install
+
+is enough. This installs Dovecot under /usr/local.
+
+If you have installed some libraries into locations which require
+special include or library paths, you can give them in CPPFLAGS and
+LDFLAGS environment variables. For example:
+
+CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib ./configure
+
+See ./configure --help for a list of all available configure options.
+See http://wiki2.dovecot.org/CompilingSource for more information.
+
+
+
+RUNNING
+
+
+Start with the example configuration:
+
+ cp -r /usr/local/share/doc/dovecot/example-config/* /usr/local/etc/dovecot/
+
+Read through, and make needed modifications.
+
+Once everything is configured, start Dovecot by running "dovecot"
+binary.
+
+See Wiki for more information about configuration. If you're in a hurry,
+go at least through http://wiki2.dovecot.org/QuickConfiguration
+
+
+
+SSL/TLS
+
+
+Dovecot used to support both GNUTLS and OpenSSL libraries, but nowadays
+only the OpenSSL code is working.