patch-lib_imapoptions 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. $OpenBSD: patch-lib_imapoptions,v 1.12 2017/05/28 15:46:11 ajacoutot Exp $
  2. Index: lib/imapoptions
  3. --- lib/imapoptions.orig
  4. +++ lib/imapoptions
  5. @@ -639,7 +639,7 @@ Blank lines and lines beginning with ``#'' are ignored
  6. /* Debug command to be used by processes started with -D option. The string
  7. is a C format string that gets 3 options: the first is the name of the
  8. executable (without path). The second is the pid (integer) and the third
  9. - is the service ID. Example: /usr/local/bin/gdb /usr/cyrus/bin/%s %d */
  10. + is the service ID. Example: /usr/bin/gdb /usr/local/cyrus/bin/%s %d */
  11. { "defaultacl", "anyone lrs", STRING }
  12. /* The Access Control List (ACL) placed on a newly-created (non-user)
  13. @@ -1916,7 +1916,7 @@ If all partitions are over that limit, this feature is
  14. { "seenstate_db", "twoskip", STRINGLIST("flat", "skiplist", "twoskip", "lmdb")}
  15. /* The cyrusdb backend to use for the seen state. */
  16. -{ "sendmail", "/usr/lib/sendmail", STRING }
  17. +{ "sendmail", "/usr/sbin/sendmail", STRING }
  18. /* The pathname of the sendmail executable. Sieve invokes sendmail
  19. for sending rejections, redirects and vacation responses. */
  20. @@ -2024,7 +2024,7 @@ product version in the capabilities */
  21. /* Maximum time interval (in seconds) between consecutive vacation responses,
  22. per draft-ietf-vacation-seconds.txt . */
  23. -{ "sievedir", "/usr/sieve", STRING }
  24. +{ "sievedir", "/var/sieve", STRING }
  25. /* If sieveusehomedir is false, this directory is searched for Sieve
  26. scripts. */