$OpenBSD: patch-lib_imapoptions,v 1.16 2019/03/15 07:22:13 ajacoutot Exp $

Index: lib/imapoptions
--- lib/imapoptions.orig
+++ lib/imapoptions
@@ -644,7 +644,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)
@@ -1865,7 +1865,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. */
 
@@ -1974,7 +1974,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. */
 
