diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-03-13 11:15:12 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-03-13 11:15:12 +0000 |
commit | a3b3c78cee30ca1bdebb803e4a331952fda285d8 (patch) | |
tree | aa69017d8db98437933a1d0ceb925562ca3daa51 /mail/cyrus-imapd/files/patch-af | |
parent | Put a copy of distfile at my MASTER_SITE_LOCAL, because bento constantly (diff) |
Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 and
IMAP4 protocols.
PR: ports/25597
Submitted by: Christopher K Davis <ckd@ckdhr.com>
Notes
Notes:
svn path=/head/; revision=39740
Diffstat (limited to 'mail/cyrus-imapd/files/patch-af')
-rw-r--r-- | mail/cyrus-imapd/files/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/cyrus-imapd/files/patch-af b/mail/cyrus-imapd/files/patch-af new file mode 100644 index 000000000000..0a8d78f88d0c --- /dev/null +++ b/mail/cyrus-imapd/files/patch-af @@ -0,0 +1,13 @@ +Index: imap/lmtpd.c +diff -u imap/lmtpd.c.orig imap/lmtpd.c +--- imap/lmtpd.c.orig Wed Dec 20 04:31:41 2000 ++++ imap/lmtpd.c Thu Jan 4 23:26:22 2001 +@@ -407,7 +407,7 @@ + } + } + +-#define DEFAULT_SENDMAIL ("/usr/lib/sendmail") ++#define DEFAULT_SENDMAIL ("/usr/sbin/sendmail") + #define DEFAULT_POSTMASTER ("postmaster") + + #define SENDMAIL (config_getstring("sendmail", DEFAULT_SENDMAIL)) |