| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
quality.
Move exim to exim-old for folks who need exim-3.xx, because the
configuration file for exim-4.xx is not backward compatible. Move
exim-devel to exim, removing NO_LATEST_LINK:
repo-copy exim -> exim-old
copy over exim-devel -> exim
retire exim-devel
Slave ports are intended for use with the exim port, as before, so they
now build and install for exim-4.xx.
Notes:
svn path=/head/; revision=66190
|
|
|
|
|
|
|
|
|
|
| |
protect against users with /nonexistent as their home directory
having all their mail deferred.
Submitted by: fanf
Notes:
svn path=/head/; revision=62646
|
|
|
|
|
|
|
|
|
|
|
| |
for more checks than exim-3 did.
Bump PORTREVISION accordingly.
Reported by: Suresh Ramasubramanian <mallet@efn.org>
Notes:
svn path=/head/; revision=56007
|
|
|
|
|
|
|
|
|
| |
This port can be used by early adopters of the upcoming exim-4.0
release. NO_LATEST_LINK is set to prevent package building, since
version-chasers will likely be bitten hard by an unwitting upgrade.
Notes:
svn path=/head/; revision=51756
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use the newly added mailnull user, and the now well-established group
mail.
The use of compile-time defaults for these values is not required for
many sites, but are important for more exotic applications.
This ensures that the packages are useful to the widest audience
possible.
Notes:
svn path=/head/; revision=51352
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bite the bullet _now_ and use MTA user exim instead. This means that
only early adopters of Exim-3.31 are affected, rather than lots more
folks further down the line.
I still think mailnull is better, but nobody in the Exim community
agrees with me. :-)
Bump PORTREVISION as appropriate.
Notes:
svn path=/head/; revision=45032
|
|
|
|
|
|
|
|
|
|
| |
* Incorporates two patches previously supplied with the port.
* Fixes obscure bug affecting return_path transport option under certain
conditions.
Notes:
svn path=/head/; revision=44645
|
|
|
|
|
|
|
|
| |
expected in exim-3.30 release. Apply a patch from the author,
which will be included in exim-3.31 if such a release ever occurs.
Notes:
svn path=/head/; revision=44248
|
|
Replace it with a patch against the distribution configure.default,
which changes as little as possible so that folks who are accustomed to
Exim on other platforms will not be astonished.
Install the file as configure.default instead of configure.sample, since
it's as close as damnit to the default Exim configuration file.
The only arguably unnecessary deviation from the default is:
* Accept SMTP relay from the loopback IP address. Too many applications
require this, and the window of abuse is arguably negligible.
Notes:
svn path=/head/; revision=44004
|