summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd21
AgeCommit message (Collapse)AuthorFilesLines
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-02-27Update to version 2.1.12.seb5-17/+19
Changes to the Cyrus IMAP Server since 2.1.11 * Master now will forcibly exit if a service is not executable * Master now has a daemon mode and pidfile support (-d and -p options) * Berkeley DB Configuration methods have changed. Hopefully they're more generic now. You can still use --with-dbdir, or you can use --with-bdb-libdir and --with-bdb-incdir * timsieved now handles usernames with dots (when unixhierarchysep is active) * tugowar has been removed from the distribution. * Squatter now has an option to skip unmodified mailboxes. * Properly hash username to remove a user's sieve scripts when their INBOX is removed. * Reset output buffer when prot_flush returns EOF. * Minor Makefile improvements with use of $(srcdir) * Remotepurge improvement for empty mailboxes * Fix for AFS overwriting the canonicalized username in ptloader * Security audit of imapd.c performed by SecurityAppraisers and Bynari
2003-02-21Add missing buildlink2.mk filesrh1-0/+30
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+3
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-08Add NetBSD tag to patch file.chris2-2/+4
2003-01-07- deal with NetBSD failing on mkdir("foo/"), rmdir("foo/") etc.christos2-1/+60
- print the correct errors, not from a stale error code.
2002-12-08Update cyrus-imapd to 2.1.11.chris4-28/+26
This includes the fix for the recent buffer overflow. Note that IPv6 patch doesn't work, I've not had the time to look into this, but felt that being a security fix I should get the update done. Also note that if you define CYRUS_DB_RECOMMENDED in your build environment it will build using the cyrus mailing list recommended defaults for the database settings.
2002-11-16I forgot to commit this with the new patches yesterday!!!seb2-3/+17
Many thanks to Chris Gilbert for noticing it. Bump PKGREVISION - Add dependency on autoconf and have auto{header,conf} run at pre-configure stage: this is need to avoid conflict between the distribution patch file for IPv6 and patch files. - Pave the way for the removal of PERL5_GENERATE_PLIST from bsd.pkg.mk: use perl5/module.mk with PERL5_CONFIGURE=NO. - Ensure relocatable objects are created so that when the Perl modules are linked they are composed wholly from relocatable objects. We query perl for how to compile a source file into a relocatable object file. Thanks again jlam for this.
2002-11-15Bump PKGREVISIONseb5-0/+69
- Add dependency on autoconf and have auto{header,conf} run at pre-configure stage: this is need to avoid conflict between the distribution patch file for IPv6 and patch files. - Pave the way for the removal of PERL5_GENERATE_PLIST from bsd.pkg.mk: use perl5/module.mk with PERL5_CONFIGURE=NO. - Ensure relocatable objects are created so that when the Perl modules are linked they are composed wholly from relocatable objects. We query perl for how to compile a source file into a relocatable object file. Thanks again jlam for this.
2002-11-01Remove blank line from middle of PLIST.jlam1-2/+1
2002-10-27Initial import of cyrus-imapd 2.1.9.chris13-0/+492
Cyrus imapd provides IMAP, POP3 and KPOP services for mail. It differs from other IMAP servers by providing a "sealed" server where users do not normally login directly to the server. The mailbox database is private to the Cyrus IMAP system. Cyrus also provides server side mail filtering using sieve (see RFC 3028)