summaryrefslogtreecommitdiffstats
path: root/mail/courier-imap
Commit message (Collapse)AuthorAgeFilesLines
* update to 4.0.4oliver2005-07-252-7/+3
|
* readd DRAC support to mail/courier-imapoliver2005-06-232-25/+26
| | | | | PR: ports/82463 Submitted by: nork
* fix build when WITH_GDBM is specifiedoliver2005-05-161-1/+1
|
* update to 4.0.3oliver2005-05-132-6/+4
|
* re-enable WITH_DRAC (new patch made by Mamoru KOMACHI <usata@usata.org>)oliver2005-04-282-3/+4
| | | | bump PORTREVISION
* chase courier-authlib moveoliver2005-04-261-16/+21
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* update to 4.0.2oliver2005-03-052-20/+28
| | | | | | | migrate to OPTIONS add WITH_SYSLOG_FACILITY knob [1] Submitted by: Sascha Holzleiter <sascha@daemonground.de> [1]
* Add WITHOUT_IPV6 knoboliver2005-02-041-0/+5
| | | | Submitted by: "Gustavo A. Baratto" <gbaratto@superb.net>
* - readd pam-configuration hints. [1]oliver2005-01-281-5/+19
| | | | | | - make portlint a bit happier Noted by: John O'Brien <boardom@gmail.com> [1]
* deinstal config files when they are left unchangedoliver2005-01-091-0/+6
| | | | | Noted by: pointyhat via kris Stolen from: mail/mutt
* upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0oliver2005-01-0815-425/+106
| | | | Special thanks for testing and sugestions to: Brian Candler <B.Candler@pobox.com>
* adjust the message what to do, to get courier-imap working with pam on ↵oliver2004-11-151-1/+8
| | | | FreeBSD >=5
* update URLoliver2004-10-181-1/+1
| | | | | PR: 72832 Submitted By: Linh Pham <question+freebsdpr@closedsrc.org>
* be quiet about not removeable directories (because they are still holdingoliver2004-10-181-4/+4
| | | | custommized configuration files)
* use RCDIR instead of PREFIX/etc/rc.doliver2004-10-181-1/+1
| | | | | be quiet about not removeable directories (because they are still holding custommized configuration files)
* install rc.d scripts with correct modesoliver2004-10-181-1/+2
| | | | Submitted By: Amir Shalem <amir@boom.org.il>
* - update to 3.0.8oliver2004-10-1511-9/+366
| | | | | | - new start scripts (rc.subr style) [1] Sponsored by: "Darren Pilgrim" <dmp@bitfreak.org> [1]
* update to 3.0.7oliver2004-08-082-4/+4
|
* drac patch got synced with the new courier-imap versionoliver2004-07-242-4/+4
| | | | | | Bump PORTREVISION Noted by: Nate Silva <nate@northwe.st>
* the drac patch got lost in the last commit. Fix that!oliver2004-07-221-0/+2
| | | | Noted By: Nate Silva <nate@northwe.st>
* update to 3.0.6oliver2004-07-205-52/+73
|
* Fix imapd's incorrectly calculation of maildir quotas due to missuse ofoliver2004-06-192-1/+12
| | | | | | | | pointer to off_t (64bit) vs pointer to long (32 bit). Bump PORTREVISION PR: 68094 Submitted By: Rui Lopes <rui@ruilopes.com>
* DRAC patch got synced with 3.0.5oliver2004-06-172-4/+4
| | | | | Submitted By: Mamoru KOMACHI <usata@usata.org> Noted By: nork
* update to 3.0.5oliver2004-06-132-6/+6
| | | | | | | update DRAC patch to 3.0.4 [1] Submitted By: Mamoru KOMACHI <usata@usata.org> [1] Noted By: nork [1]
* Add an install-configure target to update existing configurationoliver2004-05-241-1/+6
| | | | files (recommended).
* update to 3.0.4oliver2004-05-162-5/+6
|
* bump PORTREVISION to represent the last commitoliver2004-04-281-1/+1
|
* depend on devel/fam in case it is installed (because the port detects it ↵oliver2004-04-281-2/+3
| | | | | | | automatically) Noted By: Jim Trigg <jtrigg@spamcop.net> PR: 66011
* fixed filenameoliver2004-04-021-1/+1
| | | | Pointed Out By: kris
* update to 3.0.3oliver2004-04-022-3/+3
|
* update to 3.0.2oliver2004-03-174-11/+5
|
* fix build in case WITH_LDAP is specifiedoliver2004-03-162-10/+18
| | | | Noted By: Damir Horvat <damir@x-si.org>, sudv@protek37.kem.ru
* update to 3.0.1oliver2004-03-122-3/+3
|
* updating courier-imap to 3.0.0oliver2004-03-083-5/+13
| | | | | | Don't forget to add MAILDIRPATH=Maildir to your imapd config file (or just recycle your own with the deployed imapd.dist). Otherwise courier-imap won't find your INBOX and so on...
* Fix a subtle configure problem where, if gdbm libraries are present on theade2004-02-251-1/+13
| | | | | | | | | | | | | | | | system at build time, they are silently chosen in preference to the standard system db ver1 code. This tends to break a multitude of things that expect the user* databases to be in db1 format. Discovered whilst hunting down a really wierd operational bug with exim using the imappw entry for SMTP AUTH. Add an explicit WITH_GDBM knob to turn on the use of gdbm files, since the code is present in the source, but default to off, forcing the use of system libraries Submitted by: ade Approved by: maintainer timeout
* Add a note about missing pam.conf pam.d/imap entries in case the user wouldoliver2004-02-071-0/+6
| | | | | | like to use authpam. Submitted By: Bernhard Valenti <bernhard.valenti@gmx.net>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Add DRAC support for courier-imapoliver2004-01-283-1/+57
| | | | Submitted By: nork
* fix pkg-plist when WITHOUT_PAM is definedoliver2003-12-312-1/+4
|
* fix build in case devel/fam is installedoliver2003-12-071-0/+1
| | | | Noted By: Mike Harding <mvh@ix.netcom.com>
* update courier-imap to 2.2.1oliver2003-12-062-2/+6
| | | | | | | fix gdbm build [1] PR: ports/58741 [1] Submitted By: Lucas Madar <lucascrt@negaverse.org> [1]
* too much options removed in the last commitoliver2003-11-211-0/+5
|
* utilize USE_OPENLDAPoliver2003-11-211-24/+2
|
* update courier-imap to 2.2.0oliver2003-10-303-6/+6
|
* - introduce the make option WITH_TRASHQUOTAoliver2003-10-191-1/+6
| | | | | | | | | include deleted mails in the quota and prevent the users to use the thrash for extra storage. - bump PORTREVISION PR: ports/55730 Submitted By: Henri Michelon <hmichelon@e-cml.org>
* use the USE_MYSQL var instead of manually seting DEPENDS to mysql323 [1]oliver2003-09-243-4/+152
| | | | | | | | update courier-imap to 2.1.2 PR: ports/56676 Submitted by: YazzY <yazzy@yazzy.org> [1] Clement Laforet <sheepkiller@cultdeadsheep.org> [1]
* - don't clobber any given LDFLAGSdinoex2003-09-011-1/+2
| | | | | resolves conflitcs with bsd.openssl.mk Approved by: oliver
* update courier-imap to 2.1.1 which fixes the issue why the port was backed outoliver2003-08-203-5/+6
| | | | from 2.1.0 to 2.0.0
OpenPOWER on IntegriCloud