summaryrefslogtreecommitdiff
path: root/mail/postfix/patches
AgeCommit message (Collapse)AuthorFilesLines
2001-03-20replaced by postfix pkghubertf3-319/+0
2001-03-20Move files from postfix-current to postfix, as that's actually thehubertf44-906/+272
latest release (it's also in the base src). Adresses PR 12426 by Martti Kuparinen <martti.kuparinen@iki.fi>
2000-12-10upgrade to patchlevel 12.itojun1-3/+3
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-04-27Add optional support for Perl Compatible Regular Expressions (POSTFIX_PCRE)kim23-115/+115
and Variable Envelope Return Paths (POSTFIX_VERP). Handle MANINSTALL using separate PLIST.{catinstall,maninstall} files. Record the setting of all 3.
2000-04-10Some more changes besides the update to which Simon beat me:bad8-37/+50
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-09Update Postfix to 19991231-pl06.simonb6-62/+33
Addresses PR pkg/9844 from Oleg Polyanski.
2000-01-16Avoid misaligned loads on alpha in util/inet_addr_local.c: copy *ifr insommerfeld1-0/+22
such a way that gcc doesn't make unwarranted assumptions about the alignment of *ifr. Simply casting to (char *) wasn't sufficient.
1999-11-18Re-do patch-bk to remove fuzz.agc1-4/+4
1999-09-14Oops, forgot about error's manpage.simonb1-3/+3
1999-09-14Add "error" transport program - fixes PR pkg/8403 from Andreas Wrede.simonb2-3/+20
Also sort PLIST and add the man manpages (only the cat pages were there).
1999-09-12Update to postfix 19990906-pl02. From the release notes:simonb4-45/+37
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-08-26actually make POSTFIX_NOSETGID work.mrg2-15/+14
1999-08-18Make this build (and work!) on LP64 systems.thorpej6-0/+131
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-06-27Update to 19990601christos4-20/+27
1999-06-26Make this work on linux (and possibly solaris) and fix a few hardcodedchristos3-11/+11
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-05-30Fix package list handling.tron1-6/+7
1999-05-30Patch one file per patch file.tron36-0/+772
1999-05-30Patch files should be created with "diff -u".tron1-850/+27
1999-05-29postfix-19990317-pl0 package... Based on the version perry imported.christos1-0/+851