summaryrefslogtreecommitdiffstats
path: root/mail/exim
Commit message (Collapse)AuthorAgeFilesLines
* Use customized DUMMY_LDFLAGS in enviroment instead of LDFLAGS to fixkrion2005-04-061-1/+4
| | | | | | | run on 4.x with lang/perl5.8 and WITH_OPENSSL_PORT. Suggested by: tobez Submitted by: Patrick Eisenacher <eisenacher at s3-solutions dot de>
* Fix bug in ACL "allow" matrix if only WITH_CONTENT_SCAN iskrion2005-03-202-1/+15
| | | | specified.
* Since maintainer (eik@) is MIA for undefined time, takekrion2005-03-101-1/+1
| | | | maintainership for further updates.
* Fix mail/libspf2 support.krion2005-03-071-1/+2
| | | | | PR: ports/78542 Submitted by: thorolf at grid dot einherjar.de
* Fix build if WITH_SA_EXIM is defined.krion2005-03-032-0/+3
| | | | Reported by: Mike Sturdee <sturdee at pathwaynet.com>
* Update to 4.50krion2005-03-026-657/+41
| | | | | | | | | | | | | | | | | | | | * Remove WITH/WITHOUT_EXISCAN variable, since exiscan code was merged into exim-4.50 * Introduce two new variables: WITH_CONTENT_SCAN and WITH_OLD_DEMIME. * Enable WITH_OLD_DEMIME by default to preserve backward compatibility with deprecated "demime" ACL condition. For Exim itself, setting WITH_OLD_DEMIME forces WITH_CONTENT_SCAN to be set. * Remove POST-INSTALL-NOTES.exiscan-acl and xpatch-exiscan2 patches. * Add experimental-spec.txt into docs, to inform about experimental features. PR: ports/78168 Submitted by: krion Approved by: maintainer is currently MIA
* - update SA-Exim to 4.2eik2005-02-033-12/+15
| | | | | | - add support for Berkeley DB 4.3 Thanks to Sergey Matveychuk <sem@FreeBSD.org> for committing PR 76273.
* Split the postgresql ports into a server and a client part.girgen2005-01-311-7/+1
| | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Fix build.krion2005-01-301-1/+1
| | | | Reported by: ceri
* - Update to 4.44sem2005-01-303-129/+6
| | | | | | | | Mostly bugfix release PR: ports/76273 Submitted by: self Approved by: eik (timeout: 2 weeks)
* - Fix two possible security vulnerabilities.sem2005-01-052-1/+124
| | | | Approved by: portmgr (marcus)
* Add WITH_FIXED_NEVER_USERS, a colon-separated list of users that cannot be ↵eik2004-10-241-0/+9
| | | | overridden by "never_users"
* Fix location of radiusclient.conf when RADIUS_TYPE=RADIUSCLIENTeik2004-10-175-25/+58
| | | | | | Make some more options tunable Noted by: Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de>
* - update to Exim 4.43 and exiscan 28eik2004-10-118-184/+322
| | | | | | | | | | - add support for the SA-Exim local_scan function + http://marc.merlins.org/linux/exim/sa.html - new options WITH_SA_EXIM, WITH_AUTH_SASL, WITH_RADIUS_TYPE - fix 150.exim-tidydb.sh when Exim is installed, but not run [1] Submitted by: Brian Somers <brian@Awfulhak.org> [1]
* update to version 4.42+27eik2004-08-273-14/+14
|
* Grrrr... bsd.port.mk checks the value of WITH_MYSQL_VER.eik2004-08-201-0/+2
| | | | Noticed by: pointyhat via linimon
* Respect CCeik2004-08-191-2/+4
| | | | Reminded by: krion
* make a little more robust against CFLAGS that are accidentially overwritten ↵eik2004-08-192-7/+10
| | | | by make.conf(5)
* update to exiscan-acl 25eik2004-08-186-29/+13
| | | | | | | | | | | - Added expansion of av_scanner global variable when it starts with a dollar sign. This is useful for implementing multiple malware scanners. - Added support for adding ACL headers at the beginning and in the "middle" of the message header block. (This is a preliminary solution, see comment in SPF section of exiscan-acl-spec).
* Update to Exim 4.41 + exiscan-acl 24eik2004-07-223-47/+11
| | | | Note that this port uses libsrs2, not libsrs_alt as documented in exiscan-acl-spec
* - Update to version 4.40eik2004-07-178-64/+922
| | | | | | | | | | | - Support for WITH_SPF and WITH_SRS via libspf2/libsrs2, needs exiscan - Note for 5.x users: the default location of the start/stop file has changed. Build WITH_RCORDER=yes when you depend on the old behaviour - WITH_OPENLDAP_VER and WITH_MYSQL_VER does no longer imply the corresponding WITH_ variable. - experimental support for optionsng from devel/portmk
* make LOGDIR and LOG_FILE_PATH tunable [1]eik2004-06-077-11/+28
| | | | | | | add WITH_AUTH_RADIUS support [2] Requested by: Lonnie Santella <lonniesantella@hotmail.com> [1] Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de> [2]
* work around an Outlook bug, which assumes that after theeik2004-05-281-1/+1
| | | | | | | after the first semicolon in the Received: header is a date, even in a comment. Submitted by: Lanny Godsey <lannygodsey@yahoo.com>
* - update exiscan-acl to version 22, with SPF support.eik2004-05-264-4/+35
| | | | | | enabled when build with WITH_SPF=yes - fix connection drop handling in a data-acl
* Upgrade to exim 4.34 + exiscan-acl 21eik2004-05-103-29/+7
|
* Fix potential SEGV on long header when verify = header_syntax is usedeik2004-05-062-1/+23
| | | | | | | this is not set not in the default configuration, check with grep 'verify.*=.*header_syntax' /usr/local/etc/exim/configure <http://www.guninski.com/exim1.html>
* don't depend on perl when build WITHOUT_PERL.eik2004-05-061-1/+4
| | | | | | Note that without perl the following utilities won't work, even though they are installed: exigrep eximstats exipick exiqgrep exiqsumm
* update to exim 4.33 + exiscan 20eik2004-05-058-557/+27
| | | | | | /usr/local/share/doc/exim/ChangeLog /usr/local/share/doc/exim/NewStuff http://duncanthrax.net/exiscan-acl/CHANGELOG
* upgrade to exiscan-acl version 19:eik2004-04-302-8/+4
| | | | | | <http://duncanthrax.net/exiscan-acl/CHANGELOG> nuke OpenLDAP 1.2 while I'm here.
* - update to exiscan-acl version 18eik2004-04-287-34/+609
| | | | | | | | - change `WITH_EXIMON' to include exim-monitor in this package - remove WITHOUT_WILDLSEARCH, it was non-functional - add fix for race condition in MBX locking - add fix for rewrite bug - add iplsearch wishlist patch
* Update to Exim release 4.32 + exiscan 17eik2004-04-152-6/+6
| | | | | - ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ChangeLogs/ChangeLog-4.32 - http://duncanthrax.net/exiscan-acl/CHANGELOG
* - update to Exim 4.31:eik2004-03-313-9/+17
| | | | | | | | | | | | A surprisingly large number of minor bugs have been fixed. Support for maildirsize files has been completely rewritten. A limited number of feature enhancements are included. For instance, TLS now supports Certificate Revocation Lists (CRL), and the dnslookup router now (optionally) supports the use of SRV records (see RFC 2782) in addition to MX and address records. - /usr/local/share/doc/exim/NewStuff - /usr/local/share/doc/exim/ChangeLog - /usr/local/share/doc/exim/README.UPDATING
* - update exiscan-acl to version -16eik2004-03-093-4/+6
| | | | | Read /usr/local/share/doc/exim/exiscan-acl-spec.txt for information about the new MIME ACL.
* Hand over to eik, who will give the port the attention it deserves. Ifsheldonh2004-03-091-1/+1
| | | | | you check the CVS history for this port for the last few months, you'll see that more changes have originated from him than from anyone else.
* Enabled passwd lookups by default; while the world is moving away fromsheldonh2004-02-181-3/+9
| | | | | | | | real users for mail, there are still plenty of mail servers that use real users, and the lookup costs 292 bytes in the executable. The feature can be disabled with WITHOUT_PASSWD. Bump PORTREVISION accordingly.
* USE_ICONV.sheldonh2004-02-041-1/+1
|
* Fix creation of /var/log/exim, which I botched when making EXIM_USERsheldonh2004-01-313-12/+12
| | | | | | and EXIM_GROUP operator-overidable. Submitted by: eik
* Provide support for Berkeley DB 4.2, through WITH_BDB_VER=42.sheldonh2004-01-211-3/+7
| | | | Submitted by: eik
* Silence two portlint warnings.sheldonh2004-01-121-6/+5
|
* 1) Fix build for the WITHOUT_ALT_CONFIG_PREFIX case.sheldonh2004-01-124-11/+24
| | | | | | | | | 2) Allow the operator to override exim user and group with EXIM_USER and EXIM_GROUP. This was made possible by the introduction of runtime resolution of the exim_user UID and the exim_group GID, new in exim-4.30. Reported by: Phil Pennock <pdp@nl.demon.net>
* Look for WITHOUT_DNSDB as advertised, not WITH_DNSDB.sheldonh2004-01-071-1/+1
| | | | Submitted by: ade
* Update to 4.30.sheldonh2004-01-064-36/+22
| | | | | This release includes bugfixes and new features, but should be backward compatible with 4.2x.
* Don't disclose FreeBSD version in Received headers; just disclose thatsheldonh2003-11-121-2/+2
| | | | | | | | | | | | | | | | the OS is some version of FreeBSD. 1) krion was unhappy about disclosure for security reasons. 2) Oliver Eikemeier and I think that having at least "FreeBSD" in the headers is useful for support. 3) Oliver and I don't think the security issue is a big deal. 4) However, the previous implementation for including the OS version used the version of the package builder, which could lead to confusion in support. So a reasonable compromise is to include just ${OPSYS} but not ${OSREL}. Bump PORTREVISION accordingly.
* Suggest uncommenting ScanMail in POST-INSTALL-NOTES.clamd.sheldonh2003-11-042-1/+2
| | | | | | | I'm bumping PORTREVISION for this, because it allowed Mimail.C to slip through. :-( Submitted by: Phil White <exim@radagast.itmagic.ltd.uk>
* Fix patch path problem in previous delta. *blush*sheldonh2003-10-291-2/+2
|
* * Remove old saslauthd bugfix, included in 4.24.sheldonh2003-10-293-49/+18
| | | | | | | | | * Add bugfix for numeric overflow. * Update clamav installation instructions for changes to the clamav port. Bump PORTREVISION accordingly. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Update to exiscan-acl-4.24-13, which is a bugfix release.sheldonh2003-10-222-2/+7
| | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Correct misspelt exim-postgresql conflict.sheldonh2003-10-141-1/+1
| | | | | PR: ports/57963 Reported by: Christian Ullrich <chris@chrullrich.de>
* WARNING: See caution at the end of this bullet list.sheldonh2003-09-298-218/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update to exim-4.24 (bugfix release). * Wishlist patch for "eqi" incorporated. * Mark exim-{ldap2,mysql,postgresql,} as conflicting. * Substitute PORTREVISION for build number so that the version string hints at which version of the port the binary comes from. * Clean up POST-INSTALL-NOTES. * Install example scripts, especially upgrade converters, now that exim-old has been retired. * Enable DNSDB-style lookup support by default; it can be disabled with WITHOUT_DNSDB. * Simplify LDAP support, using various versions of OpenLDAP only. The old WITH_OPENLDAP[0-9][0-9] options are now invalid; use WITH_OPENLDAP and/or WITH_OPENLDAP_VER instead. * Retired exim-ldap port; OpenLDAP 1.2 is ancient. * Allow the operator to specify preferred MySql version with WITH_MYSQL_VER. * Allow the operator to specify preferred Berkeley DB version with WITH_BDB_VER; the old DB_LIB_VERSION option is now invalid. * Respect bsd.ports.mk defaults of MySQL 4.0 and OpenLDAP 2.1. * Allow the operator to specify default charset for header conversions, with WITH_DEFAULT_CHARSET. * Limit configure files to ${PREFIX}/etc/exim by default for security reasons; the operator may override this behaviour with WITHOUT_ALT_CONFIG_PREFIX. !!!WARNING!!! Some of these changes may cause trouble for folks who have a bunch of exim port tweaks in make.conf and pkgtools.conf. The ALT_CONFIG_PREFIX change may break existing deployments. PR: ports/57098 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> PR: ports/56117 Submitted by: Pat Lashley <patl+freebsd@volant.org> PR: ports/57099 Reported by: Mark Foster <mark@foster.cc>
* Fix another SASLAUTHD segfault.sheldonh2003-09-101-0/+12
| | | | | | | | | I'm not bumping PORTREVISION for this one; I've _just_ bumped it for major changes a few moments ago and you'd have to be pretty unlucky to pick up those changes but not this one. Reported by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Submitted by: Lukasz Grochal <lgrochal@rmf.pl>
OpenPOWER on IntegriCloud