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-imapd2/files/patch-ae | |
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-imapd2/files/patch-ae')
-rw-r--r-- | mail/cyrus-imapd2/files/patch-ae | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/cyrus-imapd2/files/patch-ae b/mail/cyrus-imapd2/files/patch-ae deleted file mode 100644 index dde3c7177004..000000000000 --- a/mail/cyrus-imapd2/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- imap/deliver.c.orig Tue Jan 4 17:49:02 2000 -+++ imap/deliver.c Tue Oct 31 22:49:37 2000 -@@ -821,7 +821,7 @@ - } - } - --#define SENDMAIL "/usr/lib/sendmail" -+#define SENDMAIL "/usr/sbin/sendmail" - #define POSTMASTER "postmaster" - - static char *month[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", |