summarylogtreecommitdiffstats
path: root/templates.patch
diff options
context:
space:
mode:
authorJavier Torres2015-08-07 21:03:42 +0200
committerJavier Torres2015-08-07 21:03:42 +0200
commit0128e0a51d7f6474cf19ce8163447a3c022a9e66 (patch)
tree0d725ca5ac922ed8c7e5042b276911ad38d0d3d3 /templates.patch
parent38d482fb1eaae26a2fda088d46cee08eee3e7c10 (diff)
downloadaur-0128e0a51d7f6474cf19ce8163447a3c022a9e66.tar.gz
Change /var/lib/imap to /var/imap for consistency with cyrus-imapd
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