changeset 661:b88b5488bcfd HEAD

updated lib paths to libexec ones
author Timo Sirainen <tss@iki.fi>
date Mon, 25 Nov 2002 00:37:45 +0200
parents b9c20fe3ddde
children 8993ccefd9a0
files dovecot-example.conf
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Mon Nov 25 00:25:14 2002 +0200
+++ b/dovecot-example.conf	Mon Nov 25 00:37:45 2002 +0200
@@ -53,7 +53,7 @@
 ##
 
 # Executable location
-#login_executable = /usr/lib/dovecot/imap-login
+#login_executable = /usr/libexec/dovecot/imap-login
 
 # User to use for imap-login process
 #login_user = imapd
@@ -96,7 +96,7 @@
 ##
 
 # Executable location
-#imap_executable = /usr/lib/dovecot/imap
+#imap_executable = /usr/libexec/dovecot/imap
 
 # Maximum number of running imap processes. When this limit is reached,
 # new users aren't allowed to log in.
@@ -251,7 +251,7 @@
 auth_userinfo = pam
 
 # Executable location
-#auth_executable = /usr/lib/dovecot/imap-auth
+#auth_executable = /usr/libexec/dovecot/imap-auth
 
 # User to use for the process. Only shadow and pam authentication requires
 # roots, so use something else if possible.