summarylogtreecommitdiffstats
path: root/templates.patch
diff options
context:
space:
mode:
Diffstat (limited to 'templates.patch')
-rw-r--r--templates.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/templates.patch b/templates.patch
index 56f7cf016619..f469c4331bee 100644
--- a/templates.patch
+++ b/templates.patch
@@ -22,6 +22,31 @@ index 1fa43fb..794292a 100644
#NOTE: create directories \$MYHOME/tmp, \$MYHOME/var, \$MYHOME/db manually
\$log_level = 9; # verbosity 0..5, -d
+diff --git a/share/templates/cyrus.conf.tpl b/share/templates/cyrus.conf.tpl
+--- a/share/templates/cyrus.conf.tpl
++++ b/share/templates/cyrus.conf.tpl
+@@ -17,7 +17,7 @@
+ pop3s cmd="pop3d -s" listen="pop3s" prefork=1
+ sieve cmd="timsieved" listen="sieve" prefork=0
+
+- ptloader cmd="ptloader" listen="/var/lib/imap/ptclient/ptsock" prefork=0
++ ptloader cmd="ptloader" listen="/var/imap/ptclient/ptsock" prefork=0
+
+ # these are only necessary if receiving/exporting usenet via NNTP
+ #nntp cmd="nntpd" listen="nntp" prefork=3
+@@ -25,10 +25,10 @@
+
+ # at least one LMTP is required for delivery
+ #lmtp cmd="lmtpd" listen="lmtp" prefork=0
+- lmtpunix cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=1
++ lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=1
+
+ # this is only necessary if using notifications
+- notify cmd="notifyd" listen="/var/lib/imap/socket/notify" proto="udp" prefork=1
++ notify cmd="notifyd" listen="/var/imap/socket/notify" proto="udp" prefork=1
+ }
+
+ EVENTS {
diff --git a/share/templates/imapd.conf.tpl b/share/templates/imapd.conf.tpl
index 194135e..2d397a7 100644
--- a/share/templates/imapd.conf.tpl