aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd23
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Hajimu UMEMOTO2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75979
* Update to 2.1.12.Hajimu UMEMOTO2003-02-046-26/+30
| | | | Notes: svn path=/head/; revision=74679
* Unbreak build on the system where db4 is installed.Hajimu UMEMOTO2003-01-301-4/+13
| | | | | | | Submitted by: TAKAHASHI Kaoru <kaoru@se.uec.ac.jp> Notes: svn path=/head/; revision=74285
* Add CYRUS_USER and CYRUS_GROUP options to be able to configureHajimu UMEMOTO2003-01-304-16/+44
| | | | | | | | | psuedo user for cyrus. Requested by: Cyrus Anderson Yunker <cayunker@unity.ncsu.edu> Notes: svn path=/head/; revision=74277
* better workaround against PF_LOCAL.Hajimu UMEMOTO2003-01-222-26/+16
| | | | Notes: svn path=/head/; revision=73782
* Wrongly removed lib/sasl/Cyrus.conf instead of lib/sasl2/Cyrus.confHajimu UMEMOTO2003-01-171-5/+5
| | | | | | | | | during deinstall. Reported by: bento via kris Notes: svn path=/head/; revision=73327
* - Use PERL_LEVEL to distinguish installed perl version.Hajimu UMEMOTO2003-01-014-5/+58
| | | | | | | | - Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist. - Add WITH_MURDER to enable murder. Notes: svn path=/head/; revision=72087
* Update to 2.1.11.Hajimu UMEMOTO2002-12-052-4/+4
| | | | | | | | | | | | The release has two security fixes: - Fixed some potential buffer overflows in the sieve code - Fixed a pre-login buffer overflow in the IMAP parsing code Approved by: portmgr Notes: svn path=/head/; revision=71383
* Update to 2.1.10.Hajimu UMEMOTO2002-11-162-4/+4
| | | | Notes: svn path=/head/; revision=70232
* 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