diff options
author | itojun <itojun@pkgsrc.org> | 2001-05-03 00:24:12 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-05-03 00:24:12 +0000 |
commit | f4c99f578ce02481a99335690f42382474512298 (patch) | |
tree | 436a7790f8bf4c20a758639fa67cb1204892c4a3 /mail/postfix/Makefile | |
parent | a06b6353c39e20b90ceb79aa93c18902ee70d3c7 (diff) | |
download | pkgsrc-f4c99f578ce02481a99335690f42382474512298.tar.gz |
use postfix 20010228-pl02 from wietse.
20010403
Workaround: the mysql library can return null pointers
rather than zero-length strings.
20010404
Ergonomics: log additional information about the reason
why "mail for XXX loops back to myself", when the local
machine is the best MX host. File: smtp/smtp_addr.c.
20010406
Changed some noisy LDAP client warnings into optional
logging. LaMont Jones, util/dict_ldap.c.
20010411
Bugfix: the SMTP server now replies with 550 instead of
503 when it receives the DATA command without having received
a valid recipient address. This is needed for the Sendmail
client-side pipelining implementation. Problem reported by
Lutz Jaenicke. File: smtpd/smtpd.c.
Cleanup: shut up if chattr fails on Reiserfs and other file
systems that do not support the respective attributes.
Files: conf/postfix-script-{no,}sgid.
20010413
Ergonomics: Postfix applications now warn when a DB or DBM
file is out of date, and recommend to rebuild the table.
Files: util/dict_db.c, util/dict_dbm.c.
20010414
Bugfix: with a non-default inet_interfaces setting, the
master ignored host information in master.cf host:port
settings. Fix by Jun-ichiro itojun Hagino @ iijlab.net.
Files: master/master.h, master/master_ent.c.
20010426
Bugfix: the SMTP server did not parse invalid MAIL FROM or
RCPT TO addresses such as <first last <user@domain>> the
way it was supposed to do. I thought this was taken care
of years ago. File: smtpd/smtpd.c.
20010427
Bugfix: smtpd would reject mail instead of replying with
a 4xx temporary error code when, for example, an LDAP or
mysql server was unavailable. Remotely based on a fix by
Robert Kiessling @ de.easynet.net. File: smtpd/smtpd_check.c.
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 89b29215556..a10443c86d3 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.37 2001/04/24 00:52:13 itojun Exp $ +# $NetBSD: Makefile,v 1.38 2001/05/03 00:24:12 itojun Exp $ -DISTNAME= postfix-20010228-pl01 -PKGNAME= postfix-20010228pl1 +DISTNAME= postfix-20010228-pl02 +PKGNAME= postfix-20010228pl2 CATEGORIES= mail MASTER_SITES= ftp://postfix.cloud9.net/official/ -PATCHFILES= postfix-20010228release-v6-20010424a.diff.gz \ +PATCHFILES= postfix-20010228pl02-v6-20010503a.diff.gz \ postfix-20010228release-ercpt.diff PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ ftp://ftp.gw.com/pub/people/kim/patches/ |