changeset 3598:3e737ed2f57b HEAD

Changed /var/run/dovecot/auth-master to /var/run/dovecot-auth-master
author Timo Sirainen <tss@iki.fi>
date Fri, 23 Sep 2005 16:00:26 +0300
parents aeb53e34d1f4
children 0229cb5e4384
files dovecot-example.conf
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Fri Sep 23 15:53:17 2005 +0300
+++ b/dovecot-example.conf	Fri Sep 23 16:00:26 2005 +0300
@@ -716,7 +716,7 @@
 #  }
 #  socket listen {
 #    master {
-#      path = /var/run/dovecot/auth-master
+#      path = /var/run/dovecot-auth-master
 #      #mode = 0600
 #      # Default user/group is the one who started dovecot-auth (root)
 #      #user = 
@@ -736,7 +736,7 @@
 #auth external {
 #  socket connect {
 #    master {
-#      path = /var/run/dovecot/auth-master
+#      path = /var/run/dovecot-auth-master
 #    }
 #  }
 #}