summaryrefslogtreecommitdiff
path: root/mail/exim-devel/files/patch-src::configure.default (follow)
Commit message (Collapse)AuthorAgeFilesLines
* I agree with the Exim community that the exim-4.xx has reached productionSheldon Hearn2002-09-121-40/+0
| | | | | | | | | | | | | | | | | | 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
* Fix the condition in the userforward director that is intended toSheldon Hearn2002-07-081-1/+1
| | | | | | | | | | protect against users with /nonexistent as their home directory having all their mail deferred. Submitted by: fanf Notes: svn path=/head/; revision=62646
* Don't add user mailnull to the list of never_users, which exim-4 usesSheldon Hearn2002-03-131-7/+5
| | | | | | | | | | | for more checks than exim-3 did. Bump PORTREVISION accordingly. Reported by: Suresh Ramasubramanian <mallet@efn.org> Notes: svn path=/head/; revision=56007
* Update for exim-3.951 (AKA exim-4.0 alpha release) after repo copy.Sheldon Hearn2001-12-181-32/+23
| | | | | | | | | 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
* Build Exim with compile-time defaults for exim_user and exim_group.Sheldon Hearn2001-12-111-6/+8
| | | | | | | | | | | | | | 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
* Too many people have complained about my choice of MTA user (sendmail).Sheldon Hearn2001-07-111-2/+2
| | | | | | | | | | | | | | 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
* Update to exim-3.31:Sheldon Hearn2001-07-021-23/+0
| | | | | | | | | | * 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
* The commented RBL stuff in configure.default was not updated asSheldon Hearn2001-06-201-0/+23
| | | | | | | | 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
* Retire our local copy of configure.default, which is a maintenance pain.Sheldon Hearn2001-06-141-0/+49
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