Commit graph

41 commits

Author SHA1 Message Date
wiz
c43cd8ec3c Update to postfix-19991231pl13, since the pl12 distfile isn't available
any more. Fixes pkg/11725 by Damon Brodie.
2000-12-14 02:51:59 +00:00
itojun
d10d6282fb upgrade to patchlevel 12.
patchlevel 11 -> 12

While processing massive amounts of one-recipient mail, the Postfix
queue manager could deadlock for 10 seconds while sending a bounce
message. In order to remedy this, all queue manager bounce send
requests are now executed asynchronously.  This problem was reported
by El Bunzo (webpower.nl) and by Tiger Technologies (tigertech.com).
2000-12-10 09:00:46 +00:00
wiz
bb1e544d6e Update to postfix-19991231-pl11. Update provided by Mipam in private mail.
Remove bogus MANCOMPRESSED_IF_MANZ.
2000-12-07 00:00:06 +00:00
kim
534a2eaf07 I guess I forgot to commit the patch checksum... 2000-10-28 23:19:31 +00:00
wiz
01a809f176 $() -> ${} 2000-09-03 10:28:38 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
sommerfeld
1a328137a4 Update to postfix-19991231-pl08
Major changes with postfix-19991231-pl08:
=========================================

Specify "body_checks = regexp:/etc/postfix/body_checks" for a quick
and dirty emergency content filter that looks at non-header lines
one line at a time (including MIME headers inside the message body).
Details in conf/sample-filter.cf.

Incompatible changes with postfix-19991231-pl07:
================================================

As required by RFC 822, Postfix now inserts a generic destination
message header when no destination header is present.  The text is
specified via the undisclosed_recipients_header configuration
parameter (default:  "To: undisclosed-recipients:;").
2000-07-03 02:46:16 +00:00
kim
1355557ca2 Yeah, and do this... 2000-04-27 01:16:00 +00:00
kim
0edaa1e40f Add optional support for Perl Compatible Regular Expressions (POSTFIX_PCRE)
and Variable Envelope Return Paths (POSTFIX_VERP).  Handle MANINSTALL using
separate PLIST.{catinstall,maninstall} files.  Record the setting of all 3.
2000-04-27 01:05:06 +00:00
bad
e049a807c2 Some more changes besides the update to which Simon beat me:
Create the /var/spool/postfix on install so that "postfix check" can
create the directories below it.
Create /etc/postfix/postfix-scrip on "make install".
Make the library Makefiles DTRT on systems that don't understand MKXXX=no.
Remover owner write permission from "maildrop" binary.
Adjust offsets in a couple of patches.
2000-04-10 00:19:15 +00:00
simonb
939505b567 Update Postfix to 19991231-pl06.
Addresses PR pkg/9844 from Oleg Polyanski.
2000-04-09 08:10:19 +00:00
sommerfeld
fb7661640c Avoid misaligned loads on alpha in util/inet_addr_local.c: copy *ifr in
such a way that gcc doesn't make unwarranted assumptions about the
alignment of *ifr.  Simply casting to (char *) wasn't sufficient.
2000-01-16 00:51:06 +00:00
wiz
ef19777419 replaced some commands by their ${COMMAND} counterparts 2000-01-09 01:29:06 +00:00
agc
c6ec27ebb0 Re-do patch-bk to remove fuzz. 1999-11-18 14:36:20 +00:00
simonb
d029e7c62a Regen. 1999-09-14 02:08:44 +00:00
simonb
2fc2b130d1 Oops, forgot about error's manpage. 1999-09-14 02:06:59 +00:00
simonb
79599f7cee Regen. 1999-09-14 01:55:03 +00:00
simonb
9824e6b1b5 Add "error" transport program - fixes PR pkg/8403 from Andreas Wrede.
Also sort PLIST and add the man manpages (only the cat pages were there).
1999-09-14 01:54:22 +00:00
simonb
c3750a7661 Eek, where did the "PKGNAME= mhonarc-2.2.0" come from in the previous
commit??
1999-09-13 02:02:27 +00:00
simonb
57c0de7191 Remove "-" from package version - noted by Hubert Feyrer. 1999-09-12 01:37:05 +00:00
simonb
5f5475f614 Regen. 1999-09-12 00:15:27 +00:00
simonb
1e9ef439ee 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.
1999-09-12 00:14:52 +00:00
mrg
d53d68c8f1 add missing patch-sum 1999-08-27 00:22:34 +00:00
mrg
2386d5de4c actually make POSTFIX_NOSETGID work. 1999-08-26 13:05:08 +00:00
thorpej
78f75f4c1c Make this build (and work!) on LP64 systems.
I know I sent these to Weitse the first time I built on an Alpha, but
they apparently never made it into the distribution.  Oh well.
1999-08-18 23:30:26 +00:00
agc
f51461529d CAPITAL_OPSYS and OS_MAJOR_VERSION are used in one package Makefile,
but calculated every time bsd.prefs.mk is read.  Correct the
situation, and only calculate these when they are needed.
Also save a few more cycles by hardcoding the LOWER_OPSYS values for
known operating systems, rather than using expensive shell echo and tr
commands every time bsd.prefs.mk is read.
1999-07-08 07:58:42 +00:00
agc
fd7b118f38 Some packages use bsd-style .mk files when building, and so any manual
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set.  If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile.  This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.

Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
1999-07-02 08:37:20 +00:00
christos
5ea3603e41 argh, package was renamed. compensate 1999-06-27 20:09:23 +00:00
christos
28e7653cf4 Update to 19990601 1999-06-27 00:11:02 +00:00
christos
8cef8539d4 Make this work on linux (and possibly solaris) and fix a few hardcoded
path bugs:
- pass OPSYS to Makefile.inc, don't hardcode NETBSD1
- command_directory, daemon_directory, share_directory, man_directory
  were hard-coded to /usr/pkg, bleh!
- and so was the ROOT_PATH.
1999-06-26 16:55:27 +00:00
kleink
f2f043b968 Repeat after me: use of the period character as the chown(8) owner/group
separator is obsolete.
1999-06-13 20:27:49 +00:00
tron
62bca2731c Fix package list handling. 1999-05-30 18:52:59 +00:00
tron
f89abf6c75 Patch one file per patch file. 1999-05-30 18:18:31 +00:00
tron
3d19e7e193 Add a sample "mailwrapper" configuration file. 1999-05-30 18:18:30 +00:00
tron
c07d143afc Add trailing "/" to home page URL to avoid redirect on access. 1999-05-30 17:05:28 +00:00
tron
efc6eefcbe Patch files should be created with "diff -u". 1999-05-30 17:04:45 +00:00
tron
0f435df55f pkglint:
- Rename package from "postfix-19990317pl05" to "postfix-19990317p05".
- Remove unnecessary and wrong usage of "DISTFILES".
1999-05-30 11:52:39 +00:00
tron
4e455e0735 Add missing files "sbin/postdrop", "man/cat8/defer.0" and
"man/man8/defer.8".
1999-05-30 11:50:38 +00:00
tron
0aabd04359 Make installation work with "MANZ=1". 1999-05-30 11:43:59 +00:00
christos
01668571c2 remove the dash from the package name 1999-05-30 03:47:43 +00:00
christos
188c237b9c postfix-19990317-pl0 package... Based on the version perry imported. 1999-05-29 20:57:17 +00:00