From: ccsmart Date: Sat, 6 Aug 2005 18:07:31 +0000 (+0000) Subject: Fixed paths for lmtp and notify. X-Git-Tag: Release-2010-05/1~9453^2~3954^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb1672af9603e7f2e981e544d523bdfb07037346;p=openembedded.git Fixed paths for lmtp and notify. --- diff --git a/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb b/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb index ce7be61d21..e1290ef1f9 100644 --- a/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb +++ b/packages/cyrus-imapd/cyrus-imapd_2.2.12.bb @@ -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 \ diff --git a/packages/cyrus-imapd/files/cyrus.conf_2.2 b/packages/cyrus-imapd/files/cyrus.conf_2.2 index 13e635a1ba..17541063fe 100644 --- a/packages/cyrus-imapd/files/cyrus.conf_2.2 +++ b/packages/cyrus-imapd/files/cyrus.conf_2.2 @@ -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 {