postfix 3.7.5-1 source package in Ubuntu

Changelog

postfix (3.7.5-1) unstable; urgency=medium

  [Scott Kitterman]

  * Fix typo in d/changelog
  * Update d/watch to only look for 3.7.x updates for bookworm

  [localization folks]

  * l10n: Updated Turkish debconf translations. (Atila KOÇ).  Closes: #1032459

  [Wietse Venema]

  * 3.7.5
    - Bugfix (introduced: Postfix 3.4): the posttls-finger command
      failed to detect that a connection was resumed in the case
      that a server did not return a certificate. Viktor Dukhovni.
      File: posttls-finger/posttls-finger.c.

    - Workaround: OpenSSL 3.x EVP_get_cipherbyname() can return
      lazily-bound handles. Postfix now checks that the expected
      functionality will be available instead of failing later.
      Fix by Viktor Dukhovni. File: tls/tls_server.c.

    - Bugfix (introduced: Postfix 3.5): check_ccert_access did
      not parse inline map specifications. Report and fix by Sean
      Gallagher. File: global/map_search.c.

    - Safety: the long form "{ name = value }" in import_environment
      or export_environment is not documented, but accepted, and
      it was stored in the process environment as the invalid
      form "name = value", thus not setting or overriding an entry
      for "name". This form is now stored as the expected
      "name=value". Found during code maintenance. Also refined
      the "missing attribute name" detection. Files: clean_env.c,
      split_nameval.c.

    - Bugfix (introduced: Postfix 3.2): the MySQL client could
      return "not found" instead of "error" during the time that
      all MySQL server connections were turned down after error.
      Found during code maintenance. File: global/dict_mysql.c.

 -- Scott Kitterman <email address hidden>  Sun, 30 Apr 2023 13:53:55 -0400

Upload details

Uploaded by:
LaMont Jones
Uploaded to:
Sid
Original maintainer:
LaMont Jones
Architectures:
any all
Section:
mail
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
postfix_3.7.5-1.dsc 2.9 KiB 3b12dd03a83fce1ad5eaebe9d2ddc8711fe80687263a1359242967ba5d293cb8
postfix_3.7.5.orig.tar.gz 4.6 MiB 2cea3529ed4c05cbd2c4299744db1cd53540dbfb874e3731f336bee743b13dbb
postfix_3.7.5.orig.tar.gz.asc 220 bytes 7dbd357b83f11d0a6642ae3ef6d9e4b4121bf8a478b2bf30cba86345e4387067
postfix_3.7.5-1.debian.tar.xz 190.0 KiB 8633e8c5811bc899b87f6459eebdc24f47775c39659c25d55ffb0e36d538674e

No changes file available.

Binary packages built by this source

postfix: High-performance mail transport agent

 Postfix is Wietse Venema's mail transport agent that started life as an
 alternative to the widely-used Sendmail program. Postfix attempts to
 be fast, easy to administer, and secure, while at the same time being
 sendmail compatible enough to not upset existing users. Thus, the outside
 has a sendmail-ish flavor, but the inside is completely different.

postfix-cdb: CDB map support for Postfix

 Postfix is Wietse Venema's mail transport agent that started life as an
 alternative to the widely-used Sendmail program. Postfix attempts to
 be fast, easy to administer, and secure, while at the same time being
 sendmail compatible enough to not upset existing users. Thus, the outside
 has a sendmail-ish flavor, but the inside is completely different.
 .
 This provides support for CDB (constant database) maps in Postfix. If you
 plan to use CDB maps with Postfix, you need this.

postfix-cdb-dbgsym: debug symbols for postfix-cdb
postfix-dbgsym: debug symbols for postfix
postfix-doc: Documentation for Postfix

 Postfix is Wietse Venema's mail transport agent that started life as an
 alternative to the widely-used Sendmail program. Postfix attempts to
 be fast, easy to administer, and secure, while at the same time being
 sendmail compatible enough to not upset existing users. Thus, the outside
 has a sendmail-ish flavor, but the inside is completely different.
 .
 This package provides the documentation for Postfix.

postfix-ldap: LDAP map support for Postfix

 Postfix is Wietse Venema's mail transport agent that started life as an
 alternative to the widely-used Sendmail program. Postfix attempts to
 be fast, easy to administer, and secure, while at the same time being
 sendmail compatible enough to not upset existing users. Thus, the outside
 has a sendmail-ish flavor, but the inside is completely different.
 .
 This provides support for LDAP maps in Postfix. If you plan to use LDAP maps
 with Postfix, you need this.

postfix-ldap-dbgsym: debug symbols for postfix-ldap
postfix-lmdb: LMDB map support for Postfix

 Postfix is Wietse Venema's mail transport agent that started life as an
 alternative to the widely-used Sendmail program. Postfix attempts to
 be fast, easy to administer, and secure, while at the same time being
 sendmail compatible enough to not upset existing users. Thus, the outside
 has a sendmail-ish flavor, but the inside is completely different.
 .
 This provides support for LMDB maps in Postfix. If you plan to use LMDB maps
 with Postfix, you need this.

postfix-lmdb-dbgsym: debug symbols for postfix-lmdb
postfix-mysql: MySQL map support for Postfix

 Postfix is Wietse Venema's mail transport agent that started life as an
 alternative to the widely-used Sendmail program. Postfix attempts to
 be fast, easy to administer, and secure, while at the same time being
 sendmail compatible enough to not upset existing users. Thus, the outside
 has a sendmail-ish flavor, but the inside is completely different.
 .
 This provides support for MySQL maps in Postfix. If you plan to use MySQL
 maps with Postfix, you need this.

postfix-mysql-dbgsym: debug symbols for postfix-mysql
postfix-pcre: PCRE map support for Postfix

 Postfix is Wietse Venema's mail transport agent that started life as an
 alternative to the widely-used Sendmail program. Postfix attempts to
 be fast, easy to administer, and secure, while at the same time being
 sendmail compatible enough to not upset existing users. Thus, the outside
 has a sendmail-ish flavor, but the inside is completely different.
 .
 This provides support for PCRE (perl compatible regular expression) maps in
 Postfix. If you plan to use PCRE maps with Postfix, you need this.

postfix-pcre-dbgsym: debug symbols for postfix-pcre
postfix-pgsql: PostgreSQL map support for Postfix

 Postfix is Wietse Venema's mail transport agent that started life as an
 alternative to the widely-used Sendmail program. Postfix attempts to
 be fast, easy to administer, and secure, while at the same time being
 sendmail compatible enough to not upset existing users. Thus, the outside
 has a sendmail-ish flavor, but the inside is completely different.
 .
 This provides support for PostgreSQL maps in Postfix. If you plan to use
 PostgreSQL maps with Postfix, you need this.

postfix-pgsql-dbgsym: debug symbols for postfix-pgsql
postfix-sqlite: SQLite map support for Postfix

 Postfix is Wietse Venema's mail transport agent that started life as an
 alternative to the widely-used Sendmail program. Postfix attempts to
 be fast, easy to administer, and secure, while at the same time being
 sendmail compatible enough to not upset existing users. Thus, the outside
 has a sendmail-ish flavor, but the inside is completely different.
 .
 This provides support for SQLite maps in Postfix. If you plan to use
 SQLite maps with Postfix, you need this.

postfix-sqlite-dbgsym: debug symbols for postfix-sqlite