5926bdc0e1
Now, it is the third release candidate from the Cyrus IMAP 3.0 series: 3.0.0-rc3. As a release candidate, it is considered near-stable for production usage. Interfaces, APIs, features, etc are not likely to change between now and the full release.
22 lines
915 B
Text
22 lines
915 B
Text
Index: lib/imapoptions
|
|
diff -u lib/imapoptions.orig lib/imapoptions
|
|
--- lib/imapoptions.orig 2008-10-12 21:22:03.000000000 +0900
|
|
+++ lib/imapoptions 2008-10-12 21:23:33.000000000 +0900
|
|
@@ -893,7 +893,7 @@
|
|
{ "seenstate_db", "skiplist", STRINGLIST("flat", "berkeley", "berkeley-hash", "skiplist")}
|
|
/* The cyrusdb backend to use for the seen state. */
|
|
|
|
-{ "sendmail", "/usr/lib/sendmail", STRING }
|
|
+{ "sendmail", "/usr/sbin/sendmail", STRING }
|
|
/* The pathname of the sendmail executable. Sieve invokes sendmail
|
|
for sending rejections, redirects and vacation responses. */
|
|
|
|
@@ -956,7 +956,7 @@
|
|
/* If enabled, timsieved will expect a capability response after a successful
|
|
SASL authentication, per draft-martin-mangesieve-12.txt . */
|
|
|
|
-{ "sievedir", "/usr/sieve", STRING }
|
|
+{ "sievedir", "/var/imap/sieve", STRING }
|
|
/* If sieveusehomedir is false, this directory is searched for Sieve
|
|
scripts. */
|
|
|