diff options
author | simonb <simonb@pkgsrc.org> | 1999-09-12 00:14:52 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 1999-09-12 00:14:52 +0000 |
commit | 1e9ef439ee4c724b9da37128d93c330f4c92f384 (patch) | |
tree | ce6a973eea357272cc0afb9125315b166fa49ef0 /mail/postfix/patches/patch-ai | |
parent | 119b83fe0683f6f55550b459c94b72e8d3993a55 (diff) | |
download | pkgsrc-1e9ef439ee4c724b9da37128d93c330f4c92f384.tar.gz |
Update to postfix 19990906-pl02. From the release notes:
Incompatible changes with postfix-19990906
==========================================
- On systems that use user.lock files to protect system mailboxes
against simultaneous updates, Postfix now uses /file/name.lock
files while delivering to files specified in aliases/forward/include
files. This is a no-op when the recipient lacks directory write
permission.
- The LDAP client code no longer looks up a name containing "*"
because it could be abused. See the LDAP_README file for how to
restore previous behavior.
- The Postfix to PCRE interface now expects PCRE version 2.08.
Postfix is no longer compatible with PCRE versions prior to 2.06.
Major changes with postfix-19990906
===================================
Several bugfixes, none related to security. See the HISTORY file
for a complete list of changes.
- Postfix is now distributed under IBM Public License Version 1.0
which does not carry the controversial termination clause. The new
license does have a requirement that contributors make source code
available.
- INSTALL.sh install/upgrade procedure that replaces existing
programs and shell scripts instead of overwriting them, and that
leaves existing queue files and configuration files alone.
- The ugly Delivered-To: header can now be turned off selectively.
The default setting is: "prepend_delivered_header = command, file,
forward". Turning off the Delivered-To: header when forwarding
mail is not recommended.
- mysql client support by Scott Cotton and Joshua Marcus, Internet
Consultants Group, Inc. See the file MYSQL_README for instructions.
- reject_unauth_destination SMTP recipient restriction that rejects
destinations not in $relay_domains. Unlike the check_relay_domains
restriction, reject_unauth_destination ignores the client hostname.
By Lamont Jones of Hewlett-Packard.
- reject_unauth_pipelining SMTP *anything* restriction to stop mail
from spammers that improperly use SMTP command pipelining to speed
up their deliveries.
- Postfix "sendmail" now issues a warning and drops privileges if
installed set-uid root.
- No more duplicate delivery when "postfix reload" is immediately
followed by "sendmail -q".
- No more "invalid argument" errors when a Postfix daemon opens a
DB/DBM file while some other process is changing the file.
- Portability to the Mac OS X Server, Reliant Unix, AIX 3.2.5 and
Ultrix 4.3.
Diffstat (limited to 'mail/postfix/patches/patch-ai')
-rw-r--r-- | mail/postfix/patches/patch-ai | 43 |
1 files changed, 21 insertions, 22 deletions
diff --git a/mail/postfix/patches/patch-ai b/mail/postfix/patches/patch-ai index 19a90ea565b..6ad8586ad21 100644 --- a/mail/postfix/patches/patch-ai +++ b/mail/postfix/patches/patch-ai @@ -1,32 +1,31 @@ -$NetBSD: patch-ai,v 1.2 1999/06/27 00:11:03 christos Exp $ +$NetBSD: patch-ai,v 1.3 1999/09/12 00:14:53 simonb Exp $ --- global/Makefile.orig Sun May 30 18:49:13 1999 +++ global/Makefile Sun May 30 18:49:13 1999 -@@ -0,0 +1,33 @@ -+# $NetBSD: patch-ai,v 1.2 1999/06/27 00:11:03 christos Exp $ +@@ -0,0 +1,32 @@ ++# $NetBSD: patch-ai,v 1.3 1999/09/12 00:14:53 simonb Exp $ + +LIB = global + -+SRCS = been_here.c bounce.c canon_addr.c cleanup_strerror.c \ -+ debug_peer.c \ -+ debug_process.c defer.c deliver_completed.c deliver_flock.c \ -+ deliver_request.c domain_list.c dot_lockfile.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_read.c \ -+ mail_command_write.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_print.c mail_queue.c mail_run.c mail_scan.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 \ -+ peer_name.c pipe_command.c post_mail.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 clnt_stream.c deliver_pass.c ext_prop.c mail_conf.c \ ++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 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_read.c mail_command_write.c mail_conf.c \ + mail_conf_bool.c mail_conf_int.c mail_conf_raw.c mail_conf_str.c \ -+ mail_version.c rec2stream.c recdump.c stream2rec.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_print.c \ ++ mail_queue.c mail_run.c mail_scan.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 peer_name.c pipe_command.c \ ++ post_mail.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 ext_prop.c \ ++ dot_lockfile_as.c + +MKLINT= no +MKPIC= no |