summaryrefslogtreecommitdiffstats
path: root/mail/cyrus-imapd24
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.1.12.ume2003-02-046-26/+30
|
* Unbreak build on the system where db4 is installed.ume2003-01-301-4/+13
| | | | Submitted by: TAKAHASHI Kaoru <kaoru@se.uec.ac.jp>
* Add CYRUS_USER and CYRUS_GROUP options to be able to configureume2003-01-304-16/+44
| | | | | | psuedo user for cyrus. Requested by: Cyrus Anderson Yunker <cayunker@unity.ncsu.edu>
* better workaround against PF_LOCAL.ume2003-01-222-26/+16
|
* Wrongly removed lib/sasl/Cyrus.conf instead of lib/sasl2/Cyrus.confume2003-01-171-5/+5
| | | | | | during deinstall. Reported by: bento via kris
* - Use PERL_LEVEL to distinguish installed perl version.ume2003-01-014-5/+58
| | | | | - Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist. - Add WITH_MURDER to enable murder.
* Update to 2.1.11.ume2002-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
* Update to 2.1.10.ume2002-11-162-4/+4
|
* Update to cyrus-imapd-2.1.9.ume2002-09-012-4/+4
|
* Update to 2.1.8.ume2002-08-282-5/+5
|
* BerkeleyDB cleanup - stage 2ade2002-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
* Update to 2.1.7.ume2002-08-214-34/+7
|
* cyradm didn't show password prompt correctly.ume2002-08-162-0/+13
| | | | Reported by: Joseph Scott <joseph@randomnetworks.com>
* Update an IPv6 patch to 20020817.ume2002-08-162-2/+2
| | | | | Since there is no functional change at all under FreeBSD, I don't bump PORTREVISION.
* It seems getpeername() returns with no error but doesn't fill structume2002-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.
* Add cyrus-imapd-2.1.5 after repo. copy.ume2002-08-0814-122/+379
|
* moving saslv1 includes files to make it easier to add saslv2ume2002-07-281-1/+1
| | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu
* Make this port add shell to cyrus user.ume2002-05-253-51/+33
| | | | | PR: ports/38436 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* Add USE_PERL5=yes.ume2002-05-191-0/+1
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-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.
* Update IPv6 patch.ume2002-01-182-3/+3
|
* Sync with reality in comment. We can choose `sasldb' also.ume2002-01-171-1/+1
| | | | Submitted by: KONDOU Kazuhiro <kazuhiro@alib.jp>
* Back out the db3 port update because some of these dependent ports hadknu2001-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.
* Update to 2.0.16.ume2001-07-282-6/+7
|
* Reflect databases/db3's shlib version bump from 2 to 3.knu2001-07-251-2/+2
|
* Update IPv6 support patch to 20010711 version.ume2001-07-112-3/+3
| | | | Now, sieve client speaks IPv6.
* - Install more html docs.ume2001-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.)
* Update to cyrus-imapd 2.0.15.ume2001-07-083-16/+4
|
* Update to 2.0.14.ume2001-05-314-90/+16
|
* The configuration files should be preserved at deinstallume2001-05-211-2/+4
| | | | | | if they have been changed. Submitted by: olgeni
* Fix a bug that imaps didn't work correctly.ume2001-05-072-1/+86
| | | | | | This patch will be applied in next cyrus-imapd release. Reported by: Nick Sayer <nsayer@quack.kfu.com>
* When bind() was fail, master did core dump.ume2001-05-052-2/+3
| | | | | | Update IPv6 patch to latest one due to fix this bug. Reported by: Nick Sayer <nsayer@quack.kfu.com>
* Update to 2.0.13.ume2001-04-283-5/+5
| | | | If your libsasl has sasl_checkapop(), you can use APOP.
* Add missing items into pkg-plist.ume2001-04-222-2/+11
| | | | Submitted by: bento
* Since imapd.conf is installed into ${PREFIX}/etc, mkimap shouldume2001-04-123-3/+10
| | | | refer ${PREFIX}/etc/imapd.conf
* Add missing patch that does chown to cyrus spool directory.ume2001-04-061-0/+29
|
* Since spool location is configurable by user, prevent making spoolume2001-04-064-18/+15
| | | | | | at install time. Install mkimap script and show guidance, instead. Reported by: David A. Koran <dak@solo.net>
* Add missing Perl library into pkg-plist.ume2001-04-062-1/+15
| | | | Reported by: Kaz SHiMZ <kshimz@sfc.co.jp>
* Use -U option of ps instead of odd path checking.ume2001-03-222-2/+2
|
* killall doesn't have -u option under FreeBSD 3.Xume2001-03-162-1/+3
| | | | Reported by: Alex Vasylenko <lxv@omut.org>
* Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 andume2001-03-1325-235/+222
| | | | | | | IMAP4 protocols. PR: ports/25597 Submitted by: Christopher K Davis <ckd@ckdhr.com>
* Spaces->tabs in the mail category.olgeni2001-02-051-1/+1
| | | | (I know, I look boring and pedant :o)
* Don't automatically delete etc/imap.conf and etc/mailboxeskris2001-01-281-2/+0
| | | | | | | on deinstallation - the package deinstall script takes care of this if appropriate PR: ports/20888
* typo fix.sf2001-01-181-1/+1
| | | | Submitted by: Mathieu Mourez <matt@m2.qc.ca>
* add missing manpages.sf2001-01-172-16/+18
| | | | | | sort pkg-plist. Submitted by: bento
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Obey portlint better, and use sensible defaults in configure args.will2000-12-211-13/+13
| | | | | PR: 23680 Submitted by: David W. Chapman, Jr. <dwcjr@inethoston.net>
* (Oops, forgot this file with the 1.6.24 update):will2000-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>
* Update to 1.6.24. Fix /var/pwcheck handling since that's moved to thewill2000-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>
* pwcheck is in ${LOCALBASE}/sbin, which is not in root's default path, soasami2000-11-131-1/+1
| | | | | | spell out the whole path. Submitted by: bento
OpenPOWER on IntegriCloud