diff options
author | steve <steve@FreeBSD.org> | 1999-06-09 07:28:03 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-09 07:28:03 +0800 |
commit | 47a57359c11bfff403825b4b9d1c532be45f2b42 (patch) | |
tree | d1cd9235c0f433516283fcdc823800cf52a517db /mail/exim-old | |
parent | 036754bb0953f92fba479b29df4959af5c76a654 (diff) | |
download | freebsd-ports-gnome-47a57359c11bfff403825b4b9d1c532be45f2b42.tar.gz freebsd-ports-gnome-47a57359c11bfff403825b4b9d1c532be45f2b42.tar.zst freebsd-ports-gnome-47a57359c11bfff403825b4b9d1c532be45f2b42.zip |
Update to version 3.02.
PR: 12004
Submitted by: maintainer
Diffstat (limited to 'mail/exim-old')
-rw-r--r-- | mail/exim-old/Makefile | 10 | ||||
-rw-r--r-- | mail/exim-old/distinfo | 4 | ||||
-rw-r--r-- | mail/exim-old/files/configure.default | 9 |
3 files changed, 14 insertions, 9 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 8af6805bed41..c7835f7401d3 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/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-old/distinfo b/mail/exim-old/distinfo index ab8d02f20094..2a06c2e24dd4 100644 --- a/mail/exim-old/distinfo +++ b/mail/exim-old/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-old/files/configure.default b/mail/exim-old/files/configure.default index 98de94e9f68b..18de5f134080 100644 --- a/mail/exim-old/files/configure.default +++ b/mail/exim-old/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 |