diff options
Diffstat (limited to 'mail/cyrus-imapd23/files/patch-lib::imapoptions')
-rw-r--r-- | mail/cyrus-imapd23/files/patch-lib::imapoptions | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mail/cyrus-imapd23/files/patch-lib::imapoptions b/mail/cyrus-imapd23/files/patch-lib::imapoptions index c46c80a342a0..8c79e3b2e8f4 100644 --- a/mail/cyrus-imapd23/files/patch-lib::imapoptions +++ b/mail/cyrus-imapd23/files/patch-lib::imapoptions @@ -1,20 +1,20 @@ Index: lib/imapoptions diff -u lib/imapoptions.orig lib/imapoptions ---- lib/imapoptions.orig Thu Mar 20 04:00:39 2003 -+++ lib/imapoptions Fri Mar 21 15:27:44 2003 -@@ -454,7 +454,7 @@ - /* The mechanism used by the server to verify plaintext passwords. - Possible values include "auxprop", "saslauthd", and "pwcheck". */ +--- 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. */ -@@ -475,7 +475,7 @@ - /* Maximum number of sieve scripts any user may have, enforced at - submission by timsieved(8). */ - +@@ -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 |