summaryrefslogtreecommitdiff
path: root/mail/exim-devel
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-08 23:28:03 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-08 23:28:03 +0000
commit2faf86bf357c578774544a2b4b2353690d69e08e (patch)
treecc362b7753a063b5fd48d259bfaacfb3ddbb9c2d /mail/exim-devel
parentUpdate to version 1.02. (diff)
Update to version 3.02.
PR: 12004 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=19335
Diffstat (limited to 'mail/exim-devel')
-rw-r--r--mail/exim-devel/Makefile10
-rw-r--r--mail/exim-devel/distinfo4
-rw-r--r--mail/exim-devel/files/configure.default9
3 files changed, 14 insertions, 9 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile
index 8af6805bed41..c7835f7401d3 100644
--- a/mail/exim-devel/Makefile
+++ b/mail/exim-devel/Makefile
@@ -3,18 +3,18 @@
# Date created: 23 June 1996
# Whom: markm@FreeBSD.ORG
#
-# $Id: Makefile,v 1.27 1999/02/10 16:09:48 markm Exp $
+# $Id: Makefile,v 1.28 1999/06/05 22:31:01 mharo Exp $
#
-DISTNAME= exim-2.12
+DISTNAME= exim-3.02
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ \
ftp://ftp.quite.net/pub/exim/ \
http://www.exim.org/ftp/ \
ftp://ftp.is.co.za/networking/mail/transport/exim/
-DISTFILES= exim-2.12.tar.gz exim-texinfo-2.10.tar.gz
+DISTFILES= exim-3.02.tar.gz exim-texinfo-3.00.tar.gz
-MAINTAINER= axl@iafrica.com
+MAINTAINER= sheldonh@FreeBSD.ORG
# If USE_XLIB is defined, the eximon monitor, which requires X, will be
# built.
@@ -39,7 +39,7 @@ do-configure:
${SED} -e "s#XX_BINOWN_XX#${BINOWN}#" \
< ${FILESDIR}/configure.default > ${WRKSRC}/src/configure.default
cd ${WRKSRC}/doc && \
- for i in ../../exim-texinfo-2.10/doc/* ; do \
+ for i in ../../exim-texinfo-3.00/doc/* ; do \
ln -sf $$i ; \
done
diff --git a/mail/exim-devel/distinfo b/mail/exim-devel/distinfo
index ab8d02f20094..2a06c2e24dd4 100644
--- a/mail/exim-devel/distinfo
+++ b/mail/exim-devel/distinfo
@@ -1,2 +1,2 @@
-MD5 (exim-2.12.tar.gz) = 0fb2147e34752cb84d450b61ac89e3fc
-MD5 (exim-texinfo-2.10.tar.gz) = ece154c4c8c95e3983d11c5de186005c
+MD5 (exim-3.02.tar.gz) = c02fc43a8999c483a8aab24b6aad42cb
+MD5 (exim-texinfo-3.00.tar.gz) = c0e8bde7adfbbf30de8f9a6889976d87
diff --git a/mail/exim-devel/files/configure.default b/mail/exim-devel/files/configure.default
index 98de94e9f68b..18de5f134080 100644
--- a/mail/exim-devel/files/configure.default
+++ b/mail/exim-devel/files/configure.default
@@ -79,7 +79,7 @@ never_users = root
# expensive, you can specify the networks for which a lookup is done, or
# remove the setting entirely.
-host_lookup_nets = 0.0.0.0/0
+host_lookup = 0.0.0.0/0
# Exim contains support for the Realtime Blocking List (RBL) that is being
@@ -99,7 +99,7 @@ host_lookup_nets = 0.0.0.0/0
# unscrupulous people out there who will make use of open relays to try to
# disguise the source of unsolicited bulk mail.
-sender_net_accept_relay = 127.0.0.1/32
+host_accept_relay = "127.0.0.1/32"
# If you want Exim to support the "percent hack" for all your local domains,
@@ -233,6 +233,8 @@ end
system_aliases:
driver = aliasfile
+ file_transport = address_file
+ pipe_transport = address_pipe
file = /etc/aliases
search_type = lsearch
# user = XX_BINOWN_XX
@@ -248,6 +250,9 @@ system_aliases:
userforward:
driver = forwardfile
+ file_transport = address_file
+ pipe_transport = address_pipe
+ reply_transport = address_reply
file = .forward
no_verify
no_expn