CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/02/17 04:43:31
Modified files:
mail/postfix/snapshot: Tag: OPENBSD_6_6 Makefile distinfo
mail/postfix/snapshot/patches: Tag: OPENBSD_6_6
patch-conf_master_cf
patch-src_tls_tls_certkey_c
mail/postfix/stable: Tag: OPENBSD_6_6 Makefile distinfo
Log message:
merge postfix updates to -stable, req by Brad (maintainer)
Bug (introduced: Postfix 3.1): smtp_dns_resolver_options were broken
while adding support for negative DNS response caching in postscreen.
Postfix was inadvertently changed to call res_query() instead of
res_search(). Reported by Jaroslav Skarvada.
Bug (introduced: Postfix 2.5): Postfix ignored the CONNECT macro
overrides from a Milter application. Postfix now evaluates the Milter
macros for an SMTP CONNECT event after the Postfix-to-Milter connection
is negotiated. Problem reported by David Bürgin.
Bug (introduced: Postfix 3.0): sanitize (remote) server responses before
storing them in the verify database, to avoid Postfix warnings about
malformed UTF8. Found during code maintenance.