Index: lib/imapoptions --- lib/imapoptions.orig +++ lib/imapoptions @@ -807,7 +807,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 */ { "debug_log_sync_partition_choice", 0, SWITCH, "3.8.0" } /* If enabled, replication will log which partition it chose for staging. @@ -2477,7 +2477,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. */ @@ -2616,7 +2616,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. */