Skip to content
HISTORY 370 KiB
Newer Older
Boris Mühmer's avatar
Boris Mühmer committed

	Robustness: the SMTPD policy client now encodes the
	ccert_subject and ccert_issuer attributes as xtext.  Some
	characters are replaced by +XX, where XX is the two-digit
	hexadecimal code for the character value.  File:
	smtpd/smtpd_check.c.

20060716

	Bugfix: the Postfix SMTP client enforced Mandatory TLS only
	when talking to an ESMTP server; enforcement did not happen
	if Postfix could somehow be forced to send HELO instead of
	EHLO. Victor Duchovni.  File: src/smtp/smtp_proto.c.