summaryrefslogtreecommitdiff
path: root/packages/cyrus-imapd/files
diff options
context:
space:
mode:
authorccsmart <ccsmart@smartpal.de>2005-08-06 18:07:31 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-06 18:07:31 +0000
commitfb1672af9603e7f2e981e544d523bdfb07037346 (patch)
treefe81021877ecfd06297036c1d1e741d3747d3af7 /packages/cyrus-imapd/files
parent4e11e1c81b2e2f22b6d492af1fbddbc1650b2b76 (diff)
Fixed paths for lmtp and notify.
Diffstat (limited to 'packages/cyrus-imapd/files')
-rw-r--r--packages/cyrus-imapd/files/cyrus.conf_2.24
1 files changed, 2 insertions, 2 deletions
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 {