aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd22/files
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.2.9.Hajimu UMEMOTO2004-11-232-39/+49
| | | | | | | | | | | | | | | * Change ACLs correctly when renaming a user * Do not abandon std{in,out,err} file descriptors; syslog assumes it can use stderr if syslogd isn't running. * Clean up imap magic plus to avoid buffer overrun (CAN-2004-1011) * Fix lack of bounds checking in PARTIAL and FETCH (CAN-2004-1012, CAN-2004-1013) * Do not attempt to reuse a freed connection in lmtpproxyd. * Allow login without authentication with -N switch in proxyd. * Fix use of xrealloc and fold pointers in lmtpengine. Notes: svn path=/head/; revision=122200
* remove outdated comment.Hajimu UMEMOTO2004-11-221-3/+0
| | | | Notes: svn path=/head/; revision=122122
* - Update to 2.2.7.Hajimu UMEMOTO2004-07-264-21/+53
| | | | | | | | | | | - Fix build problem with WITH_SNMP_5 on FreeBSD 4.X with perl5.8 installed. Though we need 5.8's libperl.so, /usr/lib/libperl.so was linked. [1] Reported by: Thomas Vogt <tv@solnet.ch> [1] Notes: svn path=/head/; revision=114802
* Since net-snmp-5.X support was added in 2.2.5, change the defaultHajimu UMEMOTO2004-05-292-2/+20
| | | | | | | | of WITH_SNMP from net-snmp4 to net-snmp. However, if there is net-snmp4 installed, we still use net-snmp4 for backward compatibility. Notes: svn path=/head/; revision=110289
* Update to 2.2.5.Hajimu UMEMOTO2004-05-286-87/+32
| | | | Notes: svn path=/head/; revision=110243
* Update to 2.2.4.Hajimu UMEMOTO2004-05-185-37/+45
| | | | Notes: svn path=/head/; revision=109458
* install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/manHajimu UMEMOTO2004-04-023-51/+13
| | | | | | | | | to avoid conflict with other ports. PR: ports/60949, ports/29223, ports/47913 Notes: svn path=/head/; revision=105990
* make sure to set mode for created directory.Hajimu UMEMOTO2004-03-105-10/+54
| | | | | | | Reported by: "Pascal HOARAU" <pascal@hh.nl> Notes: svn path=/head/; revision=103553
* make it buildable on ia64 and amd64.Hajimu UMEMOTO2004-03-075-4/+84
| | | | | | | | | | (since I don't have ia64 nor amd64, I tested at least it doesn't break on i386.) Obtained from: NetBSD Notes: svn path=/head/; revision=103215
* strip binaries.Hajimu UMEMOTO2004-02-135-5/+53
| | | | Notes: svn path=/head/; revision=100850
* fix description of allowplaintext.Hajimu UMEMOTO2004-02-021-1/+1
| | | | | | | Reported by: "Stephen Marquard" <scm@marquard.net> Notes: svn path=/head/; revision=99824
* make it buildable with net/net-snmp4.Hajimu UMEMOTO2004-02-022-2/+2
| | | | Notes: svn path=/head/; revision=99779
* Configuration of the Cyrus databases is now runtime. The cyrus dbHajimu UMEMOTO2004-01-171-0/+36
| | | | | | | | backend used for each database can be specified with an imapd.conf option. Notes: svn path=/head/; revision=98410
* Support Berkeley DB 4.2.Hajimu UMEMOTO2004-01-172-4/+27
| | | | | | | | | | | Since our db42 requires to include db.h to use. existing configure script cannot detect our db42. AC_CHECK_LIB() simply test if a function exists. :( Requested by: Dmitry Sorokin <dmitry_sorokin@yahoo.ca> Notes: svn path=/head/; revision=98399
* we don't need this file anymore.Hajimu UMEMOTO2004-01-171-14/+0
| | | | Notes: svn path=/head/; revision=98395
* Update to 2.2.3.Hajimu UMEMOTO2004-01-158-91/+15
| | | | Notes: svn path=/head/; revision=98223
* add WITH_IDLE option which takes poll, idled or no. Default is pollHajimu UMEMOTO2004-01-141-0/+15
| | | | | | | | | as Cyrus IMAPd's default. Requested by: ervin.nemeth@niif.hu Notes: svn path=/head/; revision=98134
* remove pidfile at stop.Hajimu UMEMOTO2003-12-041-0/+5
| | | | Notes: svn path=/head/; revision=94904
* re-enable WITH_DRAC.Hajimu UMEMOTO2003-11-221-0/+14
| | | | Notes: svn path=/head/; revision=94702
* Update to 2.2.2-BETA.Hajimu UMEMOTO2003-10-282-15/+15
| | | | | | | (disable WITH_DRAC support due to lack of acconfig.h, for now) Notes: svn path=/head/; revision=92473
* the start/stop scripts failed when booting on 5.x machinesHajimu UMEMOTO2003-10-011-2/+2
| | | | Notes: svn path=/head/; revision=90003
* fix commentHajimu UMEMOTO2003-09-261-2/+2
| | | | | | | Reported by: nork Notes: svn path=/head/; revision=89464
* Previous commit to use USE_RC_SUBR was incomplete.Hajimu UMEMOTO2003-08-311-1/+1
| | | | Notes: svn path=/head/; revision=88167
* Use USE_RC_SUBR.Hajimu UMEMOTO2003-08-301-20/+31
| | | | Notes: svn path=/head/; revision=88078
* Update to 2.2.1-BETA.Hajimu UMEMOTO2003-07-177-352/+34
| | | | | | | | | Since there are some issue to upgrading from 2.2.0-ALPHA, you should read /usr/local/share/doc/cyrus-imapd22/install-upgrade.html before upgrading your server. Notes: svn path=/head/; revision=85060
* Don't depend on saslauthd. This is preparation for saslauthdHajimu UMEMOTO2003-06-011-2/+2
| | | | | | | separation from cyrus-sasl2. Notes: svn path=/head/; revision=81847
* Workaround to fix build on ia64. I hope it fixes the problem.Hajimu UMEMOTO2003-05-111-0/+15
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=80662
* - Add WITH_BDB_VER for choosing version of Berkeley DB. For example,Hajimu UMEMOTO2003-04-172-2/+2
| | | | | | | | | WITH_BDB_VER=4 for db4. The default is WITH_BDB_VER=3 which is as before. - The configure script should select correct version of Berkeley DB. Notes: svn path=/head/; revision=79160
* fix build on alpha by fixing prototype conflict.Hajimu UMEMOTO2003-04-081-0/+18
| | | | | | | | Reported by: bento via kris Obtained from: Cyrus Notes: svn path=/head/; revision=78591
* Add Cyrus IMAPd 2.2.0-ALPHA after repo copy.Hajimu UMEMOTO2003-03-2917-128/+479
| | | | Notes: svn path=/head/; revision=77682
* Update to 2.1.12.Hajimu UMEMOTO2003-02-044-21/+24
| | | | 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-301-10/+20
| | | | | | | | | 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
* - Use PERL_LEVEL to distinguish installed perl version.Hajimu UMEMOTO2003-01-012-2/+36
| | | | | | | | - Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist. - Add WITH_MURDER to enable murder. Notes: svn path=/head/; revision=72087
* Update to 2.1.7.Hajimu UMEMOTO2002-08-212-27/+0
| | | | Notes: svn path=/head/; revision=64769
* cyradm didn't show password prompt correctly.Hajimu UMEMOTO2002-08-161-0/+12
| | | | | | | Reported by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=64586
* 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-0810-69/+308
| | | | 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
* 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
* Update to cyrus-imapd 2.0.15.Hajimu UMEMOTO2001-07-081-12/+0
| | | | Notes: svn path=/head/; revision=44920
* Update to 2.0.14.Hajimu UMEMOTO2001-05-312-85/+12
| | | | Notes: svn path=/head/; revision=43342
* Fix a bug that imaps didn't work correctly.Hajimu UMEMOTO2001-05-071-0/+85
| | | | | | | | | This patch will be applied in next cyrus-imapd release. Reported by: Nick Sayer <nsayer@quack.kfu.com> Notes: svn path=/head/; revision=42349
* Since imapd.conf is installed into ${PREFIX}/etc, mkimap shouldHajimu UMEMOTO2001-04-121-1/+3
| | | | | | | 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-061-0/+5
| | | | | | | | | at install time. Install mkimap script and show guidance, instead. Reported by: David A. Koran <dak@solo.net> Notes: svn path=/head/; revision=40959
* Use -U option of ps instead of odd path checking.Hajimu UMEMOTO2001-03-221-1/+1
| | | | Notes: svn path=/head/; revision=40206
* killall doesn't have -u option under FreeBSD 3.XHajimu UMEMOTO2001-03-161-1/+2
| | | | | | | 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-1319-152/+123
| | | | | | | | | | IMAP4 protocols. PR: ports/25597 Submitted by: Christopher K Davis <ckd@ckdhr.com> Notes: svn path=/head/; revision=39740