changeset 4209:ca14a26d28b4 HEAD

Changed auth-master example socket to /var/run/dovecot/auth-master again. Nowadays /var/run/dovecot is world-rx so it's a better place for it.
author Timo Sirainen <tss@iki.fi>
date Thu, 20 Apr 2006 19:18:25 +0300
parents 67f6d3afa5a5
children e53deec5e422
files dovecot-example.conf
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Thu Apr 20 19:12:29 2006 +0300
+++ b/dovecot-example.conf	Thu Apr 20 19:18:25 2006 +0300
@@ -862,7 +862,7 @@
 #  }
 #  socket listen {
 #    master {
-#      path = /var/run/dovecot-auth-master
+#      path = /var/run/dovecot/auth-master
 #      # WARNING: Giving untrusted users access to master socket may be a 
 #      # security risk, don't give too wide permissions to it!
 #      #mode = 0600
@@ -884,7 +884,7 @@
 #auth external {
 #  socket connect {
 #    master {
-#      path = /var/run/dovecot-auth-master
+#      path = /var/run/dovecot/auth-master
 #    }
 #  }
 #}