Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.sbin/postfix Updates for Postfix 2.1.0



details:   https://anonhg.NetBSD.org/src/rev/c9841e2fc37f
branches:  trunk
changeset: 566085:c9841e2fc37f
user:      heas <heas%NetBSD.org@localhost>
date:      Tue Apr 27 05:33:55 2004 +0000

description:
Updates for Postfix 2.1.0

diffstat:

 gnu/usr.sbin/postfix/Makefile              |   9 ++--
 gnu/usr.sbin/postfix/README_FILES/Makefile |  22 +++++++----
 gnu/usr.sbin/postfix/bounce/Makefile       |   4 +-
 gnu/usr.sbin/postfix/cleanup/Makefile      |   5 +-
 gnu/usr.sbin/postfix/conf/Makefile         |  17 +-------
 gnu/usr.sbin/postfix/global/Makefile       |  44 +++++++++++++-----------
 gnu/usr.sbin/postfix/html/Makefile         |  39 ++++++++++-----------
 gnu/usr.sbin/postfix/man/man1/Makefile     |  11 +++--
 gnu/usr.sbin/postfix/man/man5/Makefile     |  11 ++++-
 gnu/usr.sbin/postfix/man/man8/Makefile     |  12 +++--
 gnu/usr.sbin/postfix/nqmgr/Makefile        |  22 ------------
 gnu/usr.sbin/postfix/oqmgr/Makefile        |  21 +++++++++++
 gnu/usr.sbin/postfix/qmgr/Makefile         |   3 +-
 gnu/usr.sbin/postfix/smtp/Makefile         |   4 +-
 gnu/usr.sbin/postfix/smtpd/Makefile        |   5 +-
 gnu/usr.sbin/postfix/util/Makefile         |  53 +++++++++++++++--------------
 gnu/usr.sbin/postfix/verify/Makefile       |  19 ++++++++++
 17 files changed, 165 insertions(+), 136 deletions(-)

diffs (truncated from 534 to 300 lines):

diff -r 581c6d151bb8 -r c9841e2fc37f gnu/usr.sbin/postfix/Makefile
--- a/gnu/usr.sbin/postfix/Makefile     Tue Apr 27 05:25:33 2004 +0000
+++ b/gnu/usr.sbin/postfix/Makefile     Tue Apr 27 05:33:55 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2004/02/07 05:10:44 lukem Exp $
+#      $NetBSD: Makefile,v 1.12 2004/04/27 05:33:55 heas Exp $
 
 # The first four of these are libraries and have to be built first.
 
@@ -6,10 +6,11 @@
 
 SUBDIR=        util global dns masterlib .WAIT \
        README_FILES bounce cleanup error flush html \
-       lmtp local man master nqmgr pickup pipe postalias \
+       lmtp local man master oqmgr pickup pipe postalias \
        postcat postconf postdrop postfix postkick postlock \
        postlog postmap postqueue postsuper proxymap qmgr sendmail \
-       showq smtp smtpd spawn trivial-rewrite virtual
+       showq smtp smtpd spawn trivial-rewrite verify virtual \
+       proxymap
 
 .if ${MKSHARE} != "no" || \
        make(clean) || make(cleandir) || make(distclean) || make(obj)
@@ -22,7 +23,7 @@
 # share/examples/postfix, and postfix-etc/Makefile (only called by
 # make distribution) installs a copy in /etc/postfix
 
-# also not built: smtpstone (unneeded), qmqpd (unneeded)
+# also not built: fsstone (unneeded), smtpstone (unneeded), qmqpd (unneeded)
 
 # The distribution: target is invoked from the make distribution
 # target in src/etc/Makefile. It is there for building the /etc/
diff -r 581c6d151bb8 -r c9841e2fc37f gnu/usr.sbin/postfix/README_FILES/Makefile
--- a/gnu/usr.sbin/postfix/README_FILES/Makefile        Tue Apr 27 05:25:33 2004 +0000
+++ b/gnu/usr.sbin/postfix/README_FILES/Makefile        Tue Apr 27 05:33:55 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2004/01/12 01:35:53 lukem Exp $
+#      $NetBSD: Makefile,v 1.6 2004/04/27 05:33:55 heas Exp $
 
 .include <bsd.own.mk>
 
@@ -9,14 +9,20 @@
 DIST=  ${NETBSDSRCDIR}/gnu/dist/postfix/README_FILES
 .PATH: ${DIST}
 
-FILES= ADDRESS_CLASS_README DEBUG_README ETRN_README FILTER_README \
-       LDAP_README LMTP_README LOCAL_RECIPIENT_README MAILDROP_README \
-       MYSQL_README NFS_README PCRE_README QMQP_README RELEASE_NOTES \
-       RESTRICTION_CLASS_README SASL_README UUCP_README VERP_README \
-       VIRTUAL_README
+FILES= ADDRESS_CLASS_README ADDRESS_REWRITING_README \
+       ADDRESS_VERIFICATION_README BACKSCATTER_README \
+       BASIC_CONFIGURATION_README BUILTIN_FILTER_README \
+       CONTENT_INSPECTION_README DEBUG_README ETRN_README FILTER_README \
+       LMTP_README LOCAL_RECIPIENT_README MAILDROP_README NFS_README \
+       OVERVIEW PCRE_README QSHAPE_README RELEASE_NOTES \
+       RESTRICTION_CLASS_README SASL_README SCHEDULER_README \
+       SMTPD_ACCESS_README SMTPD_POLICY_README SMTPD_PROXY_README \
+       STANDARD_CONFIGURATION_README TUNING_README UUCP_README VERP_README \
+       VIRTUAL_README XCLIENT_README XFORWARD_README
 
-#      DB_README INSTALL LINUX_README MACOSX_README ULTRIX_README
-#      PACKAGE_README
+#      AAAREADME CYRUS_README DATABASE_README DB_README INSTALL
+#      LDAP_README LINUX_README MYSQL_README PACKAGE_README PGSQL_README
+#      QMQP_README ULTRIX_README
 
 .endif
 
diff -r 581c6d151bb8 -r c9841e2fc37f gnu/usr.sbin/postfix/bounce/Makefile
--- a/gnu/usr.sbin/postfix/bounce/Makefile      Tue Apr 27 05:25:33 2004 +0000
+++ b/gnu/usr.sbin/postfix/bounce/Makefile      Tue Apr 27 05:33:55 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2002/12/24 19:47:49 perry Exp $
+#      $NetBSD: Makefile,v 1.7 2004/04/27 05:33:55 heas Exp $
 
 NOMAN= # defined
 
@@ -13,7 +13,7 @@
 
 SRCS   = bounce.c bounce_append_service.c bounce_notify_service.c \
        bounce_cleanup.c bounce_notify_util.c bounce_notify_verp.c \
-       bounce_one_service.c
+       bounce_one_service.c bounce_warn_service.c bounce_trace_service.c
 
 DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
 LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
diff -r 581c6d151bb8 -r c9841e2fc37f gnu/usr.sbin/postfix/cleanup/Makefile
--- a/gnu/usr.sbin/postfix/cleanup/Makefile     Tue Apr 27 05:25:33 2004 +0000
+++ b/gnu/usr.sbin/postfix/cleanup/Makefile     Tue Apr 27 05:33:55 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2002/09/19 03:09:44 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2004/04/27 05:33:55 heas Exp $
 
 NOMAN= # defined
 
@@ -14,7 +14,8 @@
 SRCS=  cleanup.c cleanup_out.c cleanup_envelope.c cleanup_message.c \
        cleanup_extracted.c cleanup_state.c cleanup_rewrite.c \
        cleanup_map11.c cleanup_map1n.c cleanup_masquerade.c \
-       cleanup_out_recipient.c cleanup_init.c cleanup_api.c
+       cleanup_out_recipient.c cleanup_init.c cleanup_api.c \
+       cleanup_addr.c
 
 DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
 LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
diff -r 581c6d151bb8 -r c9841e2fc37f gnu/usr.sbin/postfix/conf/Makefile
--- a/gnu/usr.sbin/postfix/conf/Makefile        Tue Apr 27 05:25:33 2004 +0000
+++ b/gnu/usr.sbin/postfix/conf/Makefile        Tue Apr 27 05:33:55 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2002/12/24 19:47:49 perry Exp $
+#      $NetBSD: Makefile,v 1.8 2004/04/27 05:33:55 heas Exp $
 
 .include <bsd.own.mk>
 
@@ -9,19 +9,8 @@
 
 # Not built: main.cf.default
 
-FILES= LICENSE access aliases canonical main.cf master.cf \
-       pcre_table post-install postfix-files regexp_table \
-       relocated sample-aliases.cf sample-auth.cf \
-       sample-canonical.cf sample-compatibility.cf \
-       sample-debug.cf sample-filter.cf sample-flush.cf \
-       sample-ldap.cf sample-lmtp.cf sample-local.cf \
-       sample-mime.cf sample-misc.cf sample-pcre-access.cf \
-       sample-pcre-body.cf sample-pcre-header.cf sample-qmqpd.cf \
-       sample-rate.cf sample-regexp-access.cf sample-regexp-body.cf \
-       sample-regexp-header.cf sample-relocated.cf \
-       sample-resource.cf sample-rewrite.cf sample-smtp.cf \
-       sample-smtpd.cf sample-transport.cf sample-virtual.cf \
-       transport virtual
+FILES= LICENSE access aliases canonical header_checks main.cf master.cf \
+       post-install postfix-files relocated transport virtual
 
 SCRIPTS=       postfix-script
 
diff -r 581c6d151bb8 -r c9841e2fc37f gnu/usr.sbin/postfix/global/Makefile
--- a/gnu/usr.sbin/postfix/global/Makefile      Tue Apr 27 05:25:33 2004 +0000
+++ b/gnu/usr.sbin/postfix/global/Makefile      Tue Apr 27 05:33:55 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2003/03/08 19:12:16 perry Exp $
+#      $NetBSD: Makefile,v 1.11 2004/04/27 05:33:55 heas Exp $
 
 NOLINT=                # defined
 NOPIC=         # defined
@@ -11,28 +11,30 @@
 DIST=  ${NETBSDSRCDIR}/gnu/dist/postfix/src/${LIB}
 .PATH: ${DIST}
 
-SRCS=  been_here.c bounce.c canon_addr.c cleanup_strerror.c clnt_stream.c \
-       debug_peer.c debug_process.c defer.c deliver_completed.c \
-       deliver_flock.c deliver_pass.c deliver_request.c domain_list.c \
-       dot_lockfile.c dot_lockfile_as.c ext_prop.c file_id.c \
-       header_opts.c is_header.c mail_addr.c mail_addr_crunch.c \
-       mail_addr_find.c mail_addr_map.c mail_command_server.c \
-       mail_command_client.c mail_conf.c mail_conf_bool.c mail_conf_int.c \
-       mail_conf_raw.c mail_conf_str.c mail_connect.c mail_copy.c \
-       mail_date.c mail_error.c mail_flush.c mail_open_ok.c mail_params.c \
-       mail_pathname.c mail_queue.c mail_run.c \
-       mail_scan_dir.c mail_stream.c mail_task.c mail_trigger.c maps.c \
-       mark_corrupt.c mkmap_db.c mkmap_dbm.c mkmap_open.c mynetworks.c \
-       mypwd.c namadr_list.c off_cvt.c opened.c own_inet_addr.c \
-       pipe_command.c post_mail.c quote_821_local.c \
+SRCS=  abounce.c been_here.c bounce.c bounce_log.c \
+       canon_addr.c cfg_parser.c cleanup_strerror.c cleanup_strflags.c \
+       clnt_stream.c debug_peer.c debug_process.c defer.c \
+       deliver_completed.c deliver_flock.c deliver_pass.c deliver_request.c \
+       dict_ldap.c dict_mysql.c dict_pgsql.c dict_proxy.c domain_list.c \
+       dot_lockfile.c dot_lockfile_as.c ext_prop.c file_id.c flush_clnt.c \
+       header_opts.c header_token.c hold_message.c input_transp.c \
+       is_header.c log_adhoc.c mail_addr.c mail_addr_crunch.c \
+       mail_addr_find.c mail_addr_map.c mail_command_client.c \
+       mail_command_server.c mail_conf.c mail_conf_bool.c mail_conf_int.c \
+       mail_conf_raw.c mail_conf_str.c mail_conf_time.c mail_connect.c \
+       mail_copy.c mail_date.c mail_dict.c mail_error.c mail_flush.c \
+       mail_open_ok.c mail_params.c mail_pathname.c mail_queue.c \
+       mail_run.c mail_scan_dir.c mail_stream.c mail_task.c mail_trigger.c \
+       maps.c mark_corrupt.c match_parent_style.c mbox_conf.c \
+       mbox_open.c mime_state.c mkmap_db.c mkmap_dbm.c mkmap_open.c \
+       mynetworks.c mypwd.c namadr_list.c off_cvt.c opened.c \
+       own_inet_addr.c pipe_command.c post_mail.c quote_821_local.c \
        quote_822_local.c rec_streamlf.c rec_type.c recipient_list.c \
        record.c remove.c resolve_clnt.c resolve_local.c rewrite_clnt.c \
-       sent.c smtp_stream.c split_addr.c string_list.c sys_exits.c \
-       timed_ipc.c tok822_find.c tok822_node.c tok822_parse.c \
-       tok822_resolve.c tok822_rewrite.c tok822_tree.c xtext.c bounce_log.c \
-       flush_clnt.c mail_conf_time.c mbox_conf.c mbox_open.c abounce.c \
-       verp_sender.c match_parent_style.c mime_state.c header_token.c \
-       strip_addr.c virtual8_maps.c hold_message.c dict_proxy.c mail_dict.c
+       sent.c smtp_stream.c split_addr.c string_list.c strip_addr.c \
+       sys_exits.c timed_ipc.c tok822_find.c tok822_node.c tok822_parse.c \
+       tok822_resolve.c tok822_rewrite.c tok822_tree.c trace.c verify.c \
+       verify_clnt.c verp_sender.c virtual8_maps.c xtext.c
 
 # IPv6
 #SRCS+=        wildcard_inet_addr.c
diff -r 581c6d151bb8 -r c9841e2fc37f gnu/usr.sbin/postfix/html/Makefile
--- a/gnu/usr.sbin/postfix/html/Makefile        Tue Apr 27 05:25:33 2004 +0000
+++ b/gnu/usr.sbin/postfix/html/Makefile        Tue Apr 27 05:33:55 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2004/01/12 01:33:51 lukem Exp $
+#      $NetBSD: Makefile,v 1.6 2004/04/27 05:33:55 heas Exp $
 
 .include <bsd.own.mk>
 
@@ -9,27 +9,26 @@
 DIST=  ${NETBSDSRCDIR}/gnu/dist/postfix/html
 .PATH: ${DIST}
 
-FILES= access.5.html aliases.5.html architecture.html \
-       backstage.html basic.html big-picture.gif big-picture.html \
-       bounce.8.html canonical.5.html cleanup.8.html \
-       commands.html delivering.html error.8.html \
-       faq.html flush.8.html goals.html inbound.gif index.html \
-       lmtp.8.html local.8.html master.8.html \
-       motivation.html nqmgr.8.html \
-       outbound.gif pcre_table.5.html pickup.8.html \
-       pipe.8.html postalias.1.html postcat.1.html \
-       postconf.1.html postdrop.1.html postfix.1.html \
-       postkick.1.html postlock.1.html postlog.1.html \
-       postmap.1.html postqueue.1.html postsuper.1.html \
-       proxymap.8.html \
-       qmgr.8.html queuing.html rate.html \
-       receiving.html regexp_table.5.html relocated.5.html \
-       resource.html rewrite.html security.html sendmail.1.html \
-       showq.8.html small-picture.gif smtp.8.html smtpd.8.html \
-       spawn.8.html transport.5.html trivial-rewrite.8.html \
-       uce.html virtual.5.html virtual.8.html
+PFX_DAEMONS =  bounce.8.html cleanup.8.html error.8.html local.8.html \
+       lmtp.8.html master.8.html pickup.8.html pipe.8.html qmgr.8.html \
+       showq.8.html smtp.8.html smtpd.8.html trivial-rewrite.8.html \
+       oqmgr.8.html spawn.8.html flush.8.html virtual.8.html qmqpd.8.html \
+       verify.8.html proxymap.8.html
+PFX_COMMANDS= postalias.1.html postcat.1.html \
+       postconf.1.html postfix.1.html postkick.1.html postlock.1.html \
+       postlog.1.html postdrop.1.html postmap.1.html sendmail.1.html \
+       postqueue.1.html postsuper.1.html smtp-source.1.html \
+       smtp-sink.1.html qmqp-source.1.html qmqp-sink.1.html \
+       qshape.1.html
+PFX_CONFIG  = access.5.html aliases.5.html canonical.5.html relocated.5.html \
+       transport.5.html virtual.5.html pcre_table.5.html regexp_table.5.html \
+       cidr_table.5.html header_checks.5.html \
+       ldap_table.5.html mysql_table.5.html pgsql_table.5.html
+
+FILES= $(PFX_DAEMONS) $(PFX_COMMANDS) $(PFX_CONFIG)
 
 SYMLINKS= bounce.8.html ${BINDIR}/defer.8.html
+SYMLINKS+=bounce.8.html ${BINDIR}/trace.8.html
 SYMLINKS+=sendmail.1.html ${BINDIR}/mailq.1.html
 SYMLINKS+=sendmail.1.html ${BINDIR}/newaliases.1.html
 
diff -r 581c6d151bb8 -r c9841e2fc37f gnu/usr.sbin/postfix/man/man1/Makefile
--- a/gnu/usr.sbin/postfix/man/man1/Makefile    Tue Apr 27 05:25:33 2004 +0000
+++ b/gnu/usr.sbin/postfix/man/man1/Makefile    Tue Apr 27 05:33:55 2004 +0000
@@ -1,20 +1,21 @@
-#      $NetBSD: Makefile,v 1.5 2002/12/24 19:47:51 perry Exp $
+#      $NetBSD: Makefile,v 1.6 2004/04/27 05:34:34 heas Exp $
 
 .include <bsd.own.mk>
 
 DIST=  ${NETBSDSRCDIR}/gnu/dist/postfix/man/man1
 .PATH: ${DIST}
 
-MAN=   postalias.1 postcat.1 postconf.1 postdrop.1 \
-       postfix.1 postkick.1 postlock.1 postlog.1 \
-       postmap.1 postqueue.1 postsuper.1
+MAN=   postalias.1 postcat.1 postconf.1 postfix.1 \
+       postkick.1 postlock.1 postlog.1 postdrop.1 \
+       postmap.1 \
+       postqueue.1 postsuper.1
 
 # XXX notyet:
 # mailq.1 sendmail.1 newaliases.1
 # These would conflict with the ones installed by sendmail. It isn't
 # clear what to do with them. The missing documentation is not too
 # interesting given that the sendmail docs are in place, though.
-# qmqp-sink.1 qmqp-source.1 smtp-sink.1 smtp-source.1
+# qmqp-sink.1 qmqp-source.1 smtp-sink.1 smtp-source.1 qshape.1
 # These are test programs. It isn't clear that they are wanted by an
 # ordinary user.
 
diff -r 581c6d151bb8 -r c9841e2fc37f gnu/usr.sbin/postfix/man/man5/Makefile
--- a/gnu/usr.sbin/postfix/man/man5/Makefile    Tue Apr 27 05:25:33 2004 +0000
+++ b/gnu/usr.sbin/postfix/man/man5/Makefile    Tue Apr 27 05:33:55 2004 +0000
@@ -1,12 +1,15 @@
-#      $NetBSD: Makefile,v 1.4 2002/09/19 03:09:46 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2004/04/27 05:34:34 heas Exp $
 
 .include <bsd.own.mk>
 
 DIST=  ${NETBSDSRCDIR}/gnu/dist/postfix/man/man5
 .PATH: ${DIST}
 
-MAN=   access.5 canonical.5 pcre_table.5 regexp_table.5 \
-       relocated.5 transport.5 virtual.5
+MAN=   access.5 canonical.5 relocated.5 \
+       transport.5 virtual.5 pcre_table.5 regexp_table.5 \
+       cidr_table.5 header_checks.5
+



Home | Main Index | Thread Index | Old Index