$OpenBSD: patch-lib_imapoptions,v 1.18 2020/05/30 10:09:27 ajacoutot Exp $

Index: lib/imapoptions
--- lib/imapoptions.orig
+++ lib/imapoptions
@@ -750,7 +750,7 @@ Blank lines and lines beginning with ``#'' are ignored
    is a C format string that gets 3 options: the first is the name of the
    executable (as specified in the cmd parameter in cyrus.conf). The second
    is the pid (integer) and the third is the service ID.
-   Example: /usr/local/bin/gdb /usr/cyrus/bin/%s %d */
+   Example: /usr/bin/gdb /usr/local/cyrus/bin/%s %d */
 
 { "defaultacl", "anyone lrs", STRING, "2.3.17" }
 /* The Access Control List (ACL) placed on a newly-created (non-user)
@@ -2198,7 +2198,7 @@ If all partitions are over that limit, this feature is
 { "seenstate_db", "twoskip", STRINGLIST("flat", "skiplist", "twoskip", "zeroskip"), "3.1.6" }
 /* The cyrusdb backend to use for the seen state. */
 
-{ "sendmail", "/usr/lib/sendmail", STRING, "2.3.17" }
+{ "sendmail", "/usr/sbin/sendmail", STRING, "2.3.17" }
 /* The pathname of the sendmail executable.  Sieve invokes sendmail
    for sending rejections, redirects and vacation responses. */
 
@@ -2331,7 +2331,7 @@ product version in the capabilities
    For backward compatibility, if no unit is specified, seconds is
    assumed. */
 
-{ "sievedir", "/usr/sieve", STRING, "2.3.17" }
+{ "sievedir", "/var/sieve", STRING, "2.3.17" }
 /* If sieveusehomedir is false, this directory is searched for Sieve
    scripts. */
 
