$OpenBSD: patch-lib_imapoptions,v 1.10 2012/12/03 11:17:04 ajacoutot Exp $
--- lib/imapoptions.orig	Sat Dec  1 20:57:54 2012
+++ lib/imapoptions	Mon Dec  3 10:59:56 2012
@@ -263,7 +263,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 ${TRUEPREFIX}/libexec/cyrus-imapd/%s %d */
 
 { "defaultacl", "anyone lrs", STRING }
 /* The Access Control List (ACL) placed on a newly-created (non-user)
@@ -1091,7 +1091,7 @@ And the notification message will be available on \fIs
 { "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. */
 
