diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-09-01 14:17:07 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-09-01 14:17:07 +0000 |
commit | ffd7a33f3b0da687ea2aa72836b933ba247dfd30 (patch) | |
tree | dd1b5c304a782fcad4f3208451186e72914c761f /mail/dovecot/files/patch-aa | |
parent | Update WWW. (diff) |
Add dovecot,
it is a secure and compact IMAP server which is in the early stages
of developement. It supports Maildirs and mbox formats and much of the
IMAP v4 protocol including SSL/TLS. IPv6 support is also included.
PR: ports/42290
Submitted by: Dominic Marks <dominic_marks@btinternet.com>
Some part by: me
Notes
Notes:
svn path=/head/; revision=65408
Diffstat (limited to 'mail/dovecot/files/patch-aa')
-rw-r--r-- | mail/dovecot/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/dovecot/files/patch-aa b/mail/dovecot/files/patch-aa new file mode 100644 index 000000000000..b9fb6fe42327 --- /dev/null +++ b/mail/dovecot/files/patch-aa @@ -0,0 +1,10 @@ +--- src/auth/userinfo-pam.c Thu Aug 1 05:16:44 2002 ++++ src/auth/userinfo-pam.c Mon Aug 12 23:41:48 2002 +@@ -21,7 +21,6 @@ + + #include <stdlib.h> + #include <unistd.h> +-#include <shadow.h> + + #include <security/pam_appl.h> + |