diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-03-29 14:57:01 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-03-29 14:57:01 +0000 |
commit | 4c51254f2dad5105d38ba786493dc44af315245c (patch) | |
tree | ca3ff8412590963e9ea5ace82570b02563aa7a60 /mail/cyrus-imapd24/files/patch-lib::imapoptions | |
parent | Upgrade to 5.0.8. (diff) |
Add Cyrus IMAPd 2.2.0-ALPHA after repo copy.
Notes
Notes:
svn path=/head/; revision=77682
Diffstat (limited to 'mail/cyrus-imapd24/files/patch-lib::imapoptions')
-rw-r--r-- | mail/cyrus-imapd24/files/patch-lib::imapoptions | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/cyrus-imapd24/files/patch-lib::imapoptions b/mail/cyrus-imapd24/files/patch-lib::imapoptions new file mode 100644 index 000000000000..c46c80a342a0 --- /dev/null +++ b/mail/cyrus-imapd24/files/patch-lib::imapoptions @@ -0,0 +1,22 @@ +Index: lib/imapoptions +diff -u lib/imapoptions.orig lib/imapoptions +--- lib/imapoptions.orig Thu Mar 20 04:00:39 2003 ++++ lib/imapoptions Fri Mar 21 15:27:44 2003 +@@ -454,7 +454,7 @@ + /* The mechanism used by the server to verify plaintext passwords. + Possible values include "auxprop", "saslauthd", and "pwcheck". */ + +-{ "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. */ + +@@ -475,7 +475,7 @@ + /* Maximum number of sieve scripts any user may have, enforced at + submission by timsieved(8). */ + +-{ "sievedir", "/usr/sieve", STRING } ++{ "sievedir", "/var/imap/sieve", STRING } + /* If sieveusehomedir is false, this directory is searched for Sieve + scripts. */ + |