diff dovecot-example.conf @ 872:6377d4f7a31c HEAD

Added base_dir setting, so the configure time --localstatedir can be overridden.
author Timo Sirainen <tss@iki.fi>
date Sun, 29 Dec 2002 21:25:48 +0200
parents 86cf24da85f1
children 38b3bc6ddcc4
line wrap: on
line diff
--- a/dovecot-example.conf	Sat Dec 28 21:57:53 2002 +0200
+++ b/dovecot-example.conf	Sun Dec 29 21:25:48 2002 +0200
@@ -6,6 +6,9 @@
 # are for configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
 # --with-ssldir=/etc/ssl
 
+# Base directory where to store runtime data.
+#base_dir = /var/run/dovecot/
+
 # Port to listen in for IMAP connections. This port is used for TLS
 # connections as well. Setting it to 0 disables it.
 #imap_port = 143