Fixed paths for lmtp and notify.
authorccsmart <ccsmart@smartpal.de>
Sat, 6 Aug 2005 18:07:31 +0000 (18:07 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 6 Aug 2005 18:07:31 +0000 (18:07 +0000)
packages/cyrus-imapd/cyrus-imapd_2.2.12.bb
packages/cyrus-imapd/files/cyrus.conf_2.2

index ce7be61..e1290ef 100644 (file)
@@ -1,7 +1,7 @@
 SECTION = "console/network"
 DEPENDS = "cyrus-sasl db3"
 LICENSE = "BSD"
-PR = "r5"
+PR = "r6"
 DEPENDS += "install-native"
 
 SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz \
index 13e635a..1754106 100644 (file)
@@ -23,10 +23,10 @@ SERVICES {
 
   # at least one LMTP is required for delivery
   #lmtp         cmd="lmtpd" listen="lmtp" prefork=0
-  lmtpunix      cmd="lmtpd" listen="/cyrus/tmp/socket/lmtp" prefork=0
+  lmtpunix      cmd="lmtpd" listen="/var/lib/cyrus/socket/lmtp" prefork=0
 
   # this is only necessary if using notifications
-  #notify       cmd="notifyd" listen="/var/imap/socket/notify" proto="udp" prefork=1
+  #notify       cmd="notifyd" listen="/var/lib/cyrus/socket/notify" proto="udp" prefork=1
 }
 
 EVENTS {