diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2024-08-19 21:37:51 +0900 | 
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2024-08-19 21:42:56 +0900 | 
| commit | 20cf6fa9f15bae0e2abad3f76f3f284d8aaaca23 (patch) | |
| tree | 2f25f418efb98af4b8afb839a834c56898dc99af /mail/cyrus-imapd310/files/patch-lib__imapoptions | |
| parent | graphics/blender: add support FFMPEG 7 (diff) | |
mail/cyrus-imapd310: Add new port -- Cyrus IMAP 3.10
Relnotes:	https://www.cyrusimap.org/3.10/imap/download/release-notes/3.10/x/3.10.0.html
Diffstat (limited to 'mail/cyrus-imapd310/files/patch-lib__imapoptions')
| -rw-r--r-- | mail/cyrus-imapd310/files/patch-lib__imapoptions | 20 | 
1 files changed, 20 insertions, 0 deletions
| diff --git a/mail/cyrus-imapd310/files/patch-lib__imapoptions b/mail/cyrus-imapd310/files/patch-lib__imapoptions new file mode 100644 index 000000000000..6fd98f52abd1 --- /dev/null +++ b/mail/cyrus-imapd310/files/patch-lib__imapoptions @@ -0,0 +1,20 @@ +--- lib/imapoptions.orig	2020-02-06 22:38:20 UTC ++++ lib/imapoptions +@@ -2230,7 +2230,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. */ +  +@@ -2363,7 +2363,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/imap/sieve", STRING, "2.3.17" } + /* If sieveusehomedir is false, this directory is searched for Sieve +    scripts. */ +  | 
