Index: doc/examples/cyrus_conf/normal.conf
--- doc/examples/cyrus_conf/normal.conf.orig
+++ doc/examples/cyrus_conf/normal.conf
@@ -5,12 +5,12 @@ START {
   recover       cmd="ctl_cyrusdb -r"
 }
 
-# UNIX sockets start with a slash and are put into /run/cyrus/socket
+# UNIX sockets start with a slash and are put into /var/run/cyrus/socket
 SERVICES {
   # add or remove based on preferences
-  imap          cmd="imapd" listen="imap" prefork=0
+#  imap          cmd="imapd" listen="imap" prefork=0
   imaps         cmd="imapd -s" listen="imaps" prefork=0
-  pop3          cmd="pop3d" listen="pop3" prefork=0
+#  pop3          cmd="pop3d" listen="pop3" prefork=0
   pop3s         cmd="pop3d -s" listen="pop3s" prefork=0
   sieve         cmd="timsieved" listen="sieve" prefork=0
 
@@ -19,18 +19,18 @@ SERVICES {
 #  nntps         cmd="nntpd -s" listen="nntps" prefork=0
 
   # these are only necessary if using HTTP for CalDAV, CardDAV, or RSS
-  http          cmd="httpd" listen="http" prefork=0
-  https         cmd="httpd -s" listen="https" prefork=0
+#  http          cmd="httpd" listen="http" prefork=0
+#  https         cmd="httpd -s" listen="https" prefork=0
 
   # at least one LMTP is required for delivery
 #  lmtp          cmd="lmtpd" listen="lmtp" prefork=0
-  lmtpunix      cmd="lmtpd" listen="/run/cyrus/socket/lmtp" prefork=0
+  lmtpunix      cmd="lmtpd" listen="/var/run/cyrus/socket/lmtp" prefork=0
 
   # this is requied if using socketmap
-#  smmap         cmd="smmapd" listen="/run/cyrus/socket/smmap" prefork=0
+#  smmap         cmd="smmapd" listen="/var/run/cyrus/socket/smmap" prefork=0
 
   # this is required if using notifications
-#  notify        cmd="notifyd" listen="/run/cyrus/socket/notify" proto="udp" prefork=1
+#  notify        cmd="notifyd" listen="/var/run/cyrus/socket/notify" proto="udp" prefork=1
 }
 
 EVENTS {
@@ -47,9 +47,12 @@ EVENTS {
 
   # this is only necessary if caching TLS sessions
   tlsprune      cmd="tls_prune" at=0400
+
+  # create SQUAT indexes for all mailboxes
+#  squatter	cmd="squatter -s -r -i user" at=0540
 }
 
 DAEMON {
   # this is only necessary if using idled for IMAP IDLE
-#  idled         cmd="idled"
+  idled         cmd="idled"
 }
