123456789101112131415161718192021222324252627282930313233 |
- $OpenBSD: patch-lib_imapoptions,v 1.12 2017/05/28 15:46:11 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)
- @@ -1916,7 +1916,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. */
-
- @@ -2024,7 +2024,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. */
-
|