diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-15 02:43:05 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-15 02:43:05 +0800 |
commit | a48a779d11662f2a96c3bb062824377b6c495652 (patch) | |
tree | ccb24691e8f64a015f8f923117fd2dea13bf0da6 /mail/exim/Makefile | |
parent | bd27608968e44ab207fd326f0a7fc26a2c523918 (diff) | |
download | freebsd-ports-gnome-a48a779d11662f2a96c3bb062824377b6c495652.tar.gz freebsd-ports-gnome-a48a779d11662f2a96c3bb062824377b6c495652.tar.zst freebsd-ports-gnome-a48a779d11662f2a96c3bb062824377b6c495652.zip |
Retire our local copy of configure.default, which is a maintenance pain.
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.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 1c2ec7ffbb89..7052d853ce18 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -165,8 +165,6 @@ SEDLIST+= -e 's,^\# LOOKUP_CDB=,LOOKUP_CDB=,' do-configure: ${MKDIR} ${WRKSRC}/Local ${SED} ${SEDLIST} < ${WRKSRC}/src/EDITME > ${WRKSRC}/Local/Makefile - ${SED} ${SEDLIST} < ${FILESDIR}/configure.default \ - > ${WRKSRC}/src/configure.default ${CP} ${WRKSRC}/exim_monitor/EDITME ${WRKSRC}/Local/eximon.conf cd ${WRKSRC}/doc && \ for i in ../../exim-texinfo-3.20/doc/* ; do \ |