Commit Graph

24 Commits

Author SHA1 Message Date
jakob
ac60e4d80e upgrade to postfix 2.5.0 2008-02-01 16:37:52 +00:00
espie
e109b91c0d move stuff into MESSAGE when it belongs, and rename the rest of the INSTALL
script to a file inside postfix.

That way, the last INSTALL script dies.

okay jakob@, alek@
2007-05-31 10:19:00 +00:00
jakob
c36a92ecbe postfix 2.4.0 2007-04-02 11:37:42 +00:00
jakob
7d30594db3 fix files forgotten during snapshot->stable sync 2006-07-17 09:15:54 +00:00
brad
6b01de5a11 do not bother mentioning the sendmail -q[num] flag as the Postfix
sendmail wrapper ignores this flag; Postfix uses the value of
queue_run_delay instead.
2006-02-07 19:48:53 +00:00
jakob
b675939442 move to postfix release 2.1 and snapshot 2.2
- enable SMTP over SSL/TLS by default
- enable IPv6 by default
- enable PRE by default
- keep sasl2/ldap/mysql/pgsql as flavours
2004-04-25 10:36:39 +00:00
jakob
04b7c9943a update to version 2.0.3
- fixes broken relocated table
- fixes bad maildir filename generation algorithm
- FILTER_README updated
2003-01-28 16:41:31 +00:00
jakob
7c8b7d32b9 update to postfix offical release 2.0. read the RELEASE_NOTES file for
information about important changes.
2002-12-25 11:51:23 +00:00
jakob
425e24dc01 update to postfix v1.1.1 2002-01-25 08:14:29 +00:00
jakob
5c07f24fc4 update to postfix-20010228-pl07; fix smtpd command log memory exhaustion bug 2001-11-15 07:33:33 +00:00
jakob
1ce5aebaf6 add note about removing the sendmail clientqueue runner from root's crontab 2001-11-10 23:33:22 +00:00
jakob
0bc8f18438 update to pfixtls v0.7.12 2001-11-10 23:24:17 +00:00
jakob
1edaf18a99 update to postfix non-beta release 20010228 patch 06
non-critical bugfix release.
2001-11-05 10:13:33 +00:00
jakob
dc6c658f03 add tls flavour 2001-10-25 21:35:38 +00:00
jakob
76c458c439 update to release 20010228 patch 05.
Postfix official release 20010228 Patch 05 fixes a problem with
canonical and virtual address rewriting, and with the parsing of
malformed address extensions.
2001-09-18 05:50:30 +00:00
jakob
fdbd1a342e update to postfix 20010228 patch 04. comments from Wietse below:
--
20010727
	Bugfix: updated LDAP client module from LaMont Jones, HP.
	This also introduces new LDAP query filter patterns: %u
	(address localpart) and %d (domain part). Files:
	conf/sample-ldap.cf, util/dict_ldap.c.

20010729
	Bugfix: recursive smtpd_whatever_restrictions clobbered
	intermediate results when switching between sender and
	recipient address restrictions. Problem found by Victor
	Duchovni, morganstanley.com. In order to fix, introduced
	address resolver result caching, which should also help to
	speed up sender/recipient address restriction processing.

	Bugfix: the not yet announced DUNNO access table lookup
	result did not prevent lookups with substrings of the same
	lookup key. Found by Victor Duchovni, morganstanley.com.

20010730
	Robustness: trim trailing whitespace from regexp and pcre
	right-hand sides, for consistency with DB/DBM tables.
	Files: util/dict_pcre.c, util/dict_regexp.c.

20010731
	Robustness: eliminate duplicate IP addresses after expansion
	of hostnames in $inet_interfaces, so that Postfix does not
	suddenly refuse to start up after someone changes the DNS.
2001-07-31 21:55:38 +00:00
jakob
6a9e814523 upgrade to postfix release 20010228 patch 03.
Postfix official release 20010228 patch 03 fixes all known problems that were
also fixed with snapshot 20010525.

The official Postfix release does not change except for bugfixes. New
features are introduced in Postfix snapshots; the snapshots eventually evolve
into the next official release.

Only only major fix is for a memory leak in the LDAP client module. If you do
not use LDAP, then there is no urgent need to apply the patch.
A fully patched version will be made available via the usual sites listed on
the www.postfix.org web site.
2001-05-27 06:39:33 +00:00
jakob
65d6224932 update to postfix version 20010228 patchlevel 2. 2001-05-05 22:12:41 +00:00
jakob
93137d33b7 update to postfix release 20010228-pl01. info from Wietse below:
--
Postfix Release 20010228 Patchlevel 01 includes patches that were
sent to the list in the last month, some portability enhancements,
and updated documentation.

- The flush daemon complained when Postfix was deferring mail
  for user@[ip.address], and aborted with a panic when deferring
  mail to user@a.domain.name (one-letter subdomain name).

- The LMTP connection caching did not work for destinations that
  start with inet: or unix:.

- The cleanup server stalled when mail exceeded the queue file
  size limit by a small amount. The sender was not informed of
  the file size problem and kept sending the mail repeatedly.

- Mail address headers with newline inside (comment) caused
  Postfix to emit a backslash before the end of line.
2001-03-30 06:41:18 +00:00
jakob
88877ed392 update to postfix release 20010228 (first non-beta release).
read RELEASE_NOTES before upgradering as there are incompatible changes.
2001-03-01 07:57:56 +00:00
jakob
b4c391c3ff update to 19991231-pl13 2000-12-10 18:55:53 +00:00
jakob
a3cfc26c7d update to postfix-19991231-pl11
--
Postfix official release 19991231 patchlevel 11 is available.

This release folds in code changes from recent snapshot releases.
These changes track changes in RedHat Linux, fix two minor bugs in
the Postfix queue manager scheduling behavior that were spotted by
Patrik Rak, and turn off one misfeature.

- On RedHat Linux 7.0, you must install the db3-devel RPM before
  you can compile the Postfix source code.

- The queue manager could schedule too many connections to the same
  destination (domain name spelled in upper and lower case).

- The queue manager could schedule too few connections to the same
  destination (back off even in case of successful delivery).

- The confusing site_hog_factor feature is disabled by default. It
  caused unnecessary mail delivery delays on inbound mail gateways.
2000-11-22 16:26:51 +00:00
jakob
205764f7ad update to postfix-19991231-pl10 2000-11-18 09:27:17 +00:00
jakob
7d9995930b split port into stable and snapshot versions 2000-09-25 21:02:29 +00:00