$OpenBSD: patch-lib_imapoptions,v 1.15 2018/08/13 13:10:52 ajacoutot Exp $

Index: lib/imapoptions
--- lib/imapoptions.orig
+++ lib/imapoptions
@@ -639,7 +639,7 @@ Blank lines and lines beginning with ``#'' are ignored
 /* Debug command to be used by processes started with -D option.  The string
    is a C format string that gets 3 options: the first is the name of the
    executable (without path).  The second is the pid (integer) and the third
-   is the service ID.  Example: /usr/local/bin/gdb /usr/cyrus/bin/%s %d */
+   is the service ID.  Example: /usr/bin/gdb /usr/local/cyrus/bin/%s %d */
 
 { "defaultacl", "anyone lrs", STRING }
 /* The Access Control List (ACL) placed on a newly-created (non-user)
@@ -1860,7 +1860,7 @@ If all partitions are over that limit, this feature is
 { "seenstate_db", "twoskip", STRINGLIST("flat", "skiplist", "twoskip", "lmdb")}
 /* 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. */
 
@@ -1969,7 +1969,7 @@ product version in the capabilities
 /* Maximum time interval (in seconds) between consecutive vacation responses,
    per draft-ietf-vacation-seconds.txt . */
 
-{ "sievedir", "/usr/sieve", STRING }
+{ "sievedir", "/var/sieve", STRING }
 /* If sieveusehomedir is false, this directory is searched for Sieve
    scripts. */
 
