update to snapshot-20001121.
Quote from the RELEASE_NOTES file: Incompatible changes with snapshot-20001121 =========================================== If this release does not work for you, you can go back to a previous Postfix version without losing your mail, subject to the "incompatible changes" listed for previous Postfix releases below. Major changes with snapshot-20001121 ==================================== Support for RedHat Linux 7.0. On RedHat Linux 7.0, you must install the db3-devel RPM before you can compile the Postfix source code. The mailbox_transport feature works again. It was broken when the "require_home_directory" feature was added. More general virtual domain support. Postfix now supports both Sendmail-style virtual domains and Postfix-style virtual domains. Details and examples are given in the revised virtual manual page. - With Sendmail-style virtual domains, local users/aliases/mailing lists are visible as localname@virtual.domain. This is convenient if you want to host mailing lists under virtual domains. - With Postfix-style virtual domains, local users/aliases/mailing lists are not visible as localname@virtual.domain. Each virtual domain has its own separate name space. More general "soft bounce" feature. Specify "soft_bounce = yes" in main.cf to prevent the SMTP server from bouncing mail while you are testing configurations. Until this release the SMTP server was not aware of soft bounces.
This commit is contained in:
parent
dc1812d261
commit
5d3c7e4471
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2000/11/18 09:29:52 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2000/11/21 19:45:36 jakob Exp $
|
||||
|
||||
DISTNAME= snapshot-20001030
|
||||
DISTNAME= snapshot-20001121
|
||||
PKGNAME= postfix-${DISTNAME}
|
||||
|
||||
MASTER_SITE_SUBDIR= experimental
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (postfix/snapshot-20001030.tar.gz) = c53af2a2dd52a2ddb92958bb91c14de1
|
||||
RMD160 (postfix/snapshot-20001030.tar.gz) = 900b23dcfd3dae1b237fbc027be70657c7e89901
|
||||
SHA1 (postfix/snapshot-20001030.tar.gz) = bd9d57d96f89ec891770fc50b19c186b45f191bf
|
||||
MD5 (postfix/snapshot-20001121.tar.gz) = c2c20ea7ba47c42af8c2da6ffbef855c
|
||||
RMD160 (postfix/snapshot-20001121.tar.gz) = 16592632a30a5d1caba0708193028e53babb197f
|
||||
SHA1 (postfix/snapshot-20001121.tar.gz) = 1aeef62d13d2c1caf4d8249b667e3f97a2019e4e
|
||||
|
Loading…
Reference in New Issue
Block a user