aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd2
Commit message (Collapse)AuthorAgeFilesLines
* Update to cyrus-imapd-2.1.9.Hajimu UMEMOTO2002-09-012-4/+4
| | | | Notes: svn path=/head/; revision=65447
* Update to 2.1.8.Hajimu UMEMOTO2002-08-282-5/+5
| | | | Notes: svn path=/head/; revision=65184
* BerkeleyDB cleanup - stage 2Ade Lovett2002-08-221-2/+2
| | | | | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x Notes: svn path=/head/; revision=64836
* Update to 2.1.7.Hajimu UMEMOTO2002-08-214-34/+7
| | | | Notes: svn path=/head/; revision=64769
* cyradm didn't show password prompt correctly.Hajimu UMEMOTO2002-08-162-0/+13
| | | | | | | Reported by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=64586
* Update an IPv6 patch to 20020817.Hajimu UMEMOTO2002-08-162-2/+2
| | | | | | | | Since there is no functional change at all under FreeBSD, I don't bump PORTREVISION. Notes: svn path=/head/; revision=64585
* It seems getpeername() returns with no error but doesn't fill structHajimu UMEMOTO2002-08-151-3/+5
| | | | | | | | | | sockaddr correctly against PF_UNIX socket under 5-CURRENT. Because of this behavior, PF_UNIX socket was always checked by libwrap. This work around prevents PF_UNIX socket from checking by libwrap to always allow LMTP. Notes: svn path=/head/; revision=64545
* Add cyrus-imapd-2.1.5 after repo. copy.Hajimu UMEMOTO2002-08-0814-122/+379
| | | | Notes: svn path=/head/; revision=64223
* moving saslv1 includes files to make it easier to add saslv2Hajimu UMEMOTO2002-07-281-1/+1
| | | | | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu Notes: svn path=/head/; revision=63671
* Make this port add shell to cyrus user.Hajimu UMEMOTO2002-05-253-51/+33
| | | | | | | | PR: ports/38436 Submitted by: Scot W. Hetzel <hetzels@westbend.net> Notes: svn path=/head/; revision=60000
* Add USE_PERL5=yes.Hajimu UMEMOTO2002-05-191-0/+1
| | | | Notes: svn path=/head/; revision=59469
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-7/+7
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53958
* Update IPv6 patch.Hajimu UMEMOTO2002-01-182-3/+3
| | | | Notes: svn path=/head/; revision=53305
* Sync with reality in comment. We can choose `sasldb' also.Hajimu UMEMOTO2002-01-171-1/+1
| | | | | | | Submitted by: KONDOU Kazuhiro <kazuhiro@alib.jp> Notes: svn path=/head/; revision=53260
* Back out the db3 port update because some of these dependent ports hadAkinori MUSHA2001-08-011-1/+2
| | | | | | | | | | | | | been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time. Notes: svn path=/head/; revision=45700
* Update to 2.0.16.Hajimu UMEMOTO2001-07-282-6/+7
| | | | Notes: svn path=/head/; revision=45563
* Reflect databases/db3's shlib version bump from 2 to 3.Akinori MUSHA2001-07-251-2/+2
| | | | Notes: svn path=/head/; revision=45472
* Update IPv6 support patch to 20010711 version.Hajimu UMEMOTO2001-07-112-3/+3
| | | | | | | Now, sieve client speaks IPv6. Notes: svn path=/head/; revision=45053
* - Install more html docs.Hajimu UMEMOTO2001-07-092-5/+14
| | | | | | | | | | - IPv6 patch was updated to 20010709 version. (Now, reconfig by SIGHUP should work. However, since master is running without root privilege, re-bind to privileged port still fails. I believe it is original problem.) Notes: svn path=/head/; revision=44958
* Update to cyrus-imapd 2.0.15.Hajimu UMEMOTO2001-07-083-16/+4
| | | | Notes: svn path=/head/; revision=44920
* Update to 2.0.14.Hajimu UMEMOTO2001-05-314-90/+16
| | | | Notes: svn path=/head/; revision=43342
* The configuration files should be preserved at deinstallHajimu UMEMOTO2001-05-211-2/+4
| | | | | | | | | if they have been changed. Submitted by: olgeni Notes: svn path=/head/; revision=42889
* Fix a bug that imaps didn't work correctly.Hajimu UMEMOTO2001-05-072-1/+86
| | | | | | | | | This patch will be applied in next cyrus-imapd release. Reported by: Nick Sayer <nsayer@quack.kfu.com> Notes: svn path=/head/; revision=42349
* When bind() was fail, master did core dump.Hajimu UMEMOTO2001-05-052-2/+3
| | | | | | | | | Update IPv6 patch to latest one due to fix this bug. Reported by: Nick Sayer <nsayer@quack.kfu.com> Notes: svn path=/head/; revision=42284
* Update to 2.0.13.Hajimu UMEMOTO2001-04-283-5/+5
| | | | | | | If your libsasl has sasl_checkapop(), you can use APOP. Notes: svn path=/head/; revision=42009
* Add missing items into pkg-plist.Hajimu UMEMOTO2001-04-222-2/+11
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=41798
* Since imapd.conf is installed into ${PREFIX}/etc, mkimap shouldHajimu UMEMOTO2001-04-123-3/+10
| | | | | | | refer ${PREFIX}/etc/imapd.conf Notes: svn path=/head/; revision=41324
* Add missing patch that does chown to cyrus spool directory.Hajimu UMEMOTO2001-04-061-0/+29
| | | | Notes: svn path=/head/; revision=40962
* Since spool location is configurable by user, prevent making spoolHajimu UMEMOTO2001-04-064-18/+15
| | | | | | | | | at install time. Install mkimap script and show guidance, instead. Reported by: David A. Koran <dak@solo.net> Notes: svn path=/head/; revision=40959
* Add missing Perl library into pkg-plist.Hajimu UMEMOTO2001-04-062-1/+15
| | | | | | | Reported by: Kaz SHiMZ <kshimz@sfc.co.jp> Notes: svn path=/head/; revision=40957
* Use -U option of ps instead of odd path checking.Hajimu UMEMOTO2001-03-222-2/+2
| | | | Notes: svn path=/head/; revision=40206
* killall doesn't have -u option under FreeBSD 3.XHajimu UMEMOTO2001-03-162-1/+3
| | | | | | | Reported by: Alex Vasylenko <lxv@omut.org> Notes: svn path=/head/; revision=39917
* Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 andHajimu UMEMOTO2001-03-1325-235/+222
| | | | | | | | | | IMAP4 protocols. PR: ports/25597 Submitted by: Christopher K Davis <ckd@ckdhr.com> Notes: svn path=/head/; revision=39740
* Spaces->tabs in the mail category.Jimmy Olgeni2001-02-051-1/+1
| | | | | | | (I know, I look boring and pedant :o) Notes: svn path=/head/; revision=37983
* Don't automatically delete etc/imap.conf and etc/mailboxesKris Kennaway2001-01-281-2/+0
| | | | | | | | | | on deinstallation - the package deinstall script takes care of this if appropriate PR: ports/20888 Notes: svn path=/head/; revision=37675
* typo fix.FUJISHIMA Satsuki2001-01-181-1/+1
| | | | | | | Submitted by: Mathieu Mourez <matt@m2.qc.ca> Notes: svn path=/head/; revision=37302
* add missing manpages.FUJISHIMA Satsuki2001-01-172-16/+18
| | | | | | | | | sort pkg-plist. Submitted by: bento Notes: svn path=/head/; revision=37279
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Obey portlint better, and use sensible defaults in configure args.Will Andrews2000-12-211-13/+13
| | | | | | | | PR: 23680 Submitted by: David W. Chapman, Jr. <dwcjr@inethoston.net> Notes: svn path=/head/; revision=36213
* (Oops, forgot this file with the 1.6.24 update):Will Andrews2000-12-211-0/+10
| | | | | | | | | | | | | | | Update to 1.6.24. Fix /var/pwcheck handling since that's moved to the security/cyrus-sasl port. Fix deliver.c so it uses the correct location of sendmail (/usr/sbin/sendmail vs. /usr/lib/sendmail). Open the port up to the world after previous maintainer showed no interest in the port for nearly 2 years. PR: 22791, 22465 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net> Scot W. Hetzel <hetzels@westbend.net> Notes: svn path=/head/; revision=36179
* Update to 1.6.24. Fix /var/pwcheck handling since that's moved to theWill Andrews2000-12-219-41/+125
| | | | | | | | | | | | | | security/cyrus-sasl port. Fix deliver.c so it uses the correct location of sendmail (/usr/sbin/sendmail vs. /usr/lib/sendmail). Open the port up to the world after previous maintainer showed no interest in the port for nearly 2 years. PR: 22791, 22465 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net> Scot W. Hetzel <hetzels@westbend.net> Notes: svn path=/head/; revision=36178
* pwcheck is in ${LOCALBASE}/sbin, which is not in root's default path, soSatoshi Asami2000-11-131-1/+1
| | | | | | | | | spell out the whole path. Submitted by: bento Notes: svn path=/head/; revision=35105
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-2/+2
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Fix homepage link.Wolfram Schneider2000-09-032-2/+2
| | | | | | | Submitted by: Alec Berry <alec@exit1.com> Notes: svn path=/head/; revision=32226
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+2
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Update PLISTPaul Richards2000-05-131-13/+16
| | | | Notes: svn path=/head/; revision=28437
* This now port depends on SASL.Paul Richards2000-05-131-1/+2
| | | | Notes: svn path=/head/; revision=28436
* Update port to 1.6.22Paul Richards2000-05-139-32/+80
| | | | Notes: svn path=/head/; revision=28432
* Update port to release 1.6.22Paul Richards2000-05-132-5/+5
| | | | Notes: svn path=/head/; revision=28431
* Patch `configure' by hand for a much smaller patch.Jacques Vidrine2000-04-151-2014/+6
| | | | | | | Bogusness pointed out by: asami Notes: svn path=/head/; revision=27616