aboutsummaryrefslogtreecommitdiff
path: root/mail/exim-old
Commit message (Collapse)AuthorAgeFilesLines
* Update master site.Sheldon Hearn2001-04-301-1/+1
| | | | | | | Reported by: Peter Radcliffe <pir@pir.net> Notes: svn path=/head/; revision=42079
* Simplify the description.Sheldon Hearn2001-04-301-15/+5
| | | | Notes: svn path=/head/; revision=42078
* Update 3.20 -> 3.22, which fixes a number of bugs.Sheldon Hearn2001-03-052-3/+3
| | | | Notes: svn path=/head/; revision=39076
* 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
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-211-1/+1
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* Sync up our copy of EDITME (files/Makefile) and add hooks forSheldon Hearn2000-12-212-8/+58
| | | | | | | | enabling STARTTLS support. The hooks are disabled by default and do not support RELENG_3. Notes: svn path=/head/; revision=36182
* Update to exim-3.20.Sheldon Hearn2000-12-213-10/+10
| | | | Notes: svn path=/head/; revision=36177
* old postgresql port has been removed.Andreas Klemm2000-08-261-1/+1
| | | | | | | use postgresql7, which has proven stability now. Notes: svn path=/head/; revision=32000
* Clearly document the nature of the changes introduced with this patchSheldon Hearn2000-08-041-0/+16
| | | | | | | | so that the reasons why it hasn't been submitted to the author do not need to be argued over regularly. Notes: svn path=/head/; revision=31319
* Update to 3.16:Sheldon Hearn2000-07-242-5/+3
| | | | | | | | | Bugfix release, featuring a fix for one critical bug in the handling of messages frozen by system filters for manual thawing. Notes: svn path=/head/; revision=30992
* Mark FORBIDDEN, there is a pretty bad bug that was just fixed in a new version.Satoshi Asami2000-07-211-0/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=30941
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-1/+15
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Update 3.14 -> 4.15:Sheldon Hearn2000-06-272-3/+3
| | | | | | | | | | | | | | | | Allow admins to start migrating to the new nomenclature for failing addresses: fail_soft -> pass fail_hard -> fail The queryprogram router should use the word decline instead of fail. New keyword timezone used to manipulate the TZ variable. Notes: svn path=/head/; revision=29911
* Fix the LIB_DEPENDS line for the WITH_PGSQL case.Sheldon Hearn2000-05-311-1/+1
| | | | | | | Reported by: "Jason J. Horton" <jason@intercom.com> Notes: svn path=/head/; revision=29009
* Update 3.13 -> 3.14:Sheldon Hearn2000-05-233-58/+130
| | | | | | | | | | | | | | New pgsql lookup! Bugfixes. Port-related changes: Conditionalize embedded Perl interpreter on WITH_PERL. Fix SMTP AUTH support. Sync up files/Makefile. Notes: svn path=/head/; revision=28704
* Provide visual cues to frob the ldap knobs, after receiving userSheldon Hearn2000-05-181-3/+9
| | | | | | | | | feedback that they work. Reported by: rip@itouch.co.za (R.I.Pienaar) Notes: svn path=/head/; revision=28555
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-26/+26
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27500
* Fix mysql lookups and add experimental glue for ldap lookups.Sheldon Hearn2000-04-041-1/+16
| | | | | | | Reported by: Peter Lockhart <peter@key.co.za> Notes: svn path=/head/; revision=27322
* Fix ldap handling.Satoshi Asami2000-03-132-21/+6
| | | | | | | Submitted by: sheldonh Notes: svn path=/head/; revision=26791
* Add knobs (turned off by default) for non-standard mailbox formats.Sheldon Hearn2000-02-191-0/+17
| | | | | | | Submitted by: Johann Visagie <wjv@sunesi.net> Notes: svn path=/head/; revision=26013
* Update to 3.13:Sheldon Hearn2000-01-283-10/+38
| | | | | | | | | | | | | | Bugfix release. IPv6 support is compiled in. I can't test to see whether it works, and got no feedback from a request for testing on the exim-users mailing list. Also added hooks for SMTP AUTH and PAM support, disabled by default for now. Notes: svn path=/head/; revision=25167
* Update to 3.12:Sheldon Hearn1999-12-092-3/+3
| | | | | | | | | | Fix a problem where themessage log file is fclosed twice. Fix a long-standing bug in the ``contains'' operation in filter files. Notes: svn path=/head/; revision=23666
* Update to 3.11:Sheldon Hearn1999-12-022-6/+6
| | | | | | | | | | | | | | | * This is small bugfix release over the last major release, 3.10. * Exim 3.10 contains numerous bugfixes and new features, described at: ftp://ftp.exim.org/pub/exim/ChangeLogs/NewStuff-3.10.gz Note that the new PAM support is _not_ enabled in this port yet. Notes: svn path=/head/; revision=23557
* I have no idea when this got fixed in the distribution, but anyway:Sheldon Hearn1999-09-281-1/+1
| | | | | | | Quote a string that contains redirection characters '<' and '>'. Notes: svn path=/head/; revision=22043
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* ln -> ${LN}Michael Haro1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=21047
* Argh! The last commit got the port installing the exim binaries intoSheldon Hearn1999-08-261-1/+1
| | | | | | | | | ${PREFIX}/bin instead of ${PREFIX}/sbin . Fixed. Reported by: Mike Freislich <mikef@korbitec.com> Notes: svn path=/head/; revision=20989
* Fix install error for users who comment out USE_XLIB.Sheldon Hearn1999-08-262-1/+13
| | | | | | | | | While I'm here, bump "Version required:". Reported by: Mike Freislich <mikef@korbitec.com> Notes: svn path=/head/; revision=20985
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20954
* Update 3.02 -> 3.03:Sheldon Hearn1999-08-035-153/+284
| | | | | | | | | | | | Added Makefile knob for the new MySQL support within lookups. Added Makefile knob for the improved LDAP support. Turn TCP Wrappers support as default behaviour. Turn on embedded perl. See doc/NewStuff in the distfile for bugfixes and enhancements. Notes: svn path=/head/; revision=20517
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Update maintainer's e-mail address.Sheldon Hearn1999-06-211-2/+2
| | | | Notes: svn path=/head/; revision=19601
* Bump "Version required".Sheldon Hearn1999-06-172-8/+2
| | | | | | | | Sync our customized files/Makefile with exim's src/EDITME, whence it comes. Notes: svn path=/head/; revision=19519
* Work around the way odd shells sabotage exim's arch-type script.Sheldon Hearn1999-06-171-1/+3
| | | | | | | Reported by: Martti Kuparinen <martti@research.zopps.fi> Notes: svn path=/head/; revision=19518
* Replace `FreeBSD-i386` with `${OPSYS}-${MACHINE_ARCH}'.Hidetoshi Shimokawa1999-06-161-4/+5
| | | | Notes: svn path=/head/; revision=19491
* Here's a appropriate commit message for the last commit.Steve Price1999-06-091-1/+1
| | | | | | | | | | | | | | | | | Upgrade to version 3.02, featuring: Simplified handling of domain/host/net/address lists. Regex handling bugfixes and improvements. Bugfixes. Logical improvements. Documentation improvements. WARNING: backward compatability issues. See README.UPDATING in the distribution tarball for details. Change maintainer's address. Notes: svn path=/head/; revision=19379
* Update to version 3.02.Steve Price1999-06-083-9/+14
| | | | | | | | PR: 12004 Submitted by: maintainer Notes: svn path=/head/; revision=19335
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-7/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* add WWW:Michael Haro1999-05-181-0/+2
| | | | | | | | PR: 11759 Submitted by: Sheldon Hearn <sheldonh@uunet.co.za> Notes: svn path=/head/; revision=18875
* Explicit use of Berkeley DB (careful, DBM users!).Mark Murray1999-02-102-6/+6
| | | | | | | | | | | | | Fixed use of $local_part in router configurations. Fixed "unseen" on router or director on deferment of delivery. Other minor fixes. Fixed handling of USE_XLIB to deal with =NO correctly. Submitted by: maintainer Notes: svn path=/head/; revision=16590
* Upgrade to version 2.11, featuring minor bug-fixes and some new features.Mark Murray1999-01-273-7/+32
| | | | | | | | | New features are backward compatible. Submitted by: maintainer Notes: svn path=/head/; revision=16381
* Upgrade to 2.10 release. Bugfixes and some minor wishlist items added,Mark Murray1998-12-173-15/+16
| | | | | | | | | | | documentation upgraded. Fixed nit in configure.default file. Requested by: maintainer Notes: svn path=/head/; revision=15397
* Upgrade to 2.054 (Testing release!).Mark Murray1998-12-084-125/+37
| | | | | | | | | | | | | | | | | | | Patches incorporated by the author were removed. One new patch created to prevent core dumps when running non-listening queue-runners. Handle the difference in BINOWN between stable (bin) and current (root), obviating the need for an INSTALL script. Don't install shell script "place-holders" for eximon when built without USE_XLIB, just touch the files for package-friendliness. Graceful. Improve out-of-the-box relay handling; localhost symoblic name was weak, use private subnet numerical net instead. Submitted by: maintainer Notes: svn path=/head/; revision=15190
* Create info/dir before attempting install-info.Satoshi Asami1998-11-291-1/+6
| | | | Notes: svn path=/head/; revision=14952
* More USE_XLIBs.Satoshi Asami1998-11-281-1/+2
| | | | Notes: svn path=/head/; revision=14932
* Duh!Mark Murray1998-11-183-5/+10
| | | | | | | | Previous commit taught exim to use ``configure.sample'' as its default configuration file instead of ``configure''. Fix that and a PLIST nit. Notes: svn path=/head/; revision=14640
* Unbreak.Mark Murray1998-11-171-4/+5
| | | | | | | Added some more reliable mirrors (well-spread across earth masses). Notes: svn path=/head/; revision=14600
* Mark broken, can't fetch from single master site.Satoshi Asami1998-11-171-1/+3
| | | | Notes: svn path=/head/; revision=14592
* Upgrade to version 2.053 (test release), which includes embedded perlMark Murray1998-11-166-104/+131
| | | | | | | support and incorporates some FreeBSD-specific patches. Notes: svn path=/head/; revision=14556