]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
updates about running it
authorTimo Sirainen <tss@iki.fi>
Fri, 23 Jan 2004 19:50:54 +0000 (21:50 +0200)
committerTimo Sirainen <tss@iki.fi>
Fri, 23 Jan 2004 19:50:54 +0000 (21:50 +0200)
--HG--
branch : HEAD

INSTALL

diff --git a/INSTALL b/INSTALL
index 8170b013ad376d1c2fdb1d49455d472322f8f986..869c7e573ca248189ecf05089367bcf5984c5883 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -7,13 +7,7 @@ For most people, the usual:
   make
   sudo make install
 
-is enough. This installs Dovecot under /usr/local. You must also rename the
-configuration file to get it to work:
-
-  mv /usr/local/etc/dovecot-example.conf /usr/local/etc/dovecot.conf
-
-Read through it, make needed modifications and start dovecot binary.
-doc/configuration.txt tells you more about configuring Dovecot.
+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
@@ -22,6 +16,24 @@ environment variables. For example:
   CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib ./configure
 
 
+Running
+-------
+
+Rename configuration file:
+
+  mv /usr/local/etc/dovecot-example.conf /usr/local/etc/dovecot.conf
+
+Read through, and make needed modifications. doc/configuration.txt tells
+you more about configuring Dovecot.
+
+Once everything is configured, there's two ways to start Dovecot:
+
+ 1) Run "dovecot" binary which does everything.
+
+ 2) Start it via inetd or similiar by executing "imap-login" or "pop3-login"
+    binaries. If you're listening in SSL port, add --ssl parameter.
+
+
 SSL/TLS
 -------