postfix 3.6.3-4ubuntu1 source package in Ubuntu

Changelog

postfix (3.6.3-4ubuntu1) jammy; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - d/p/postfix-3.6.2-glibc-234-build-fix.patch: Fix for
      building against glibc-2.34 with new closefrom().
  * Dropped changes, included in Debian:
    - d/postfix.postinst: tolerate search domain with a leading dot
    - d/rules: Removed LDFLAG -Bsymbolic-functions to fix issue where TLS
      is disabled when private/tlmsgr socket is not found.
    - Support networkd-dispatcher.
      - d/postfix.dirs: Add usr/lib/networkd-dispatcher/{routable,off}.d.
      - d/rules: Install debian/ip-{up,down}.d scripts into
        usr/lib/networkd-dispatcher/{routable,off}.d, respectively.

postfix (3.6.3-4) unstable; urgency=medium

  [Scott Kitterman]

  * Update d/p/70_postfix-check.diff to exclude makedefs.out from symlink
    check.  Closes: #926331
  * Test that nothing is reported by postfix check in autopkgtest
  * Delete debian/patches/30_shared_libs.diff, no longer needed after linking
    corrections in debian/rules
  * Do not override user set default_transport in postinst.  Closes: #988538
  * Add overrides for incorrect unused-debconf-template results
  * Update debconf templates

  [Christian Göttsche]

  * Overhaul compiler flags
  * Ignore blhc false positives on for loop
  * Drop linking against local build libraries

postfix (3.6.3-3) unstable; urgency=medium

  [Scott Kitterman]

  * Force rm of html/Makefile.in in install-indep to avoid potential FTBFS.
    Closes: #1002497
  * Make all debian/rules rm calls -f to support building when not root

  [Christian Göttsche]

  * Enable building with multiple jobs
  * Drop unnecessary linking libraries

postfix (3.6.3-2) unstable; urgency=medium

  [Scott Kitterman]

  * Add postfix-mta-sts-resolver to suggests.  Closes: #968516
  * Include compatibility_level in addition to postifx version when
    determining default value for chroot in master.cf.  Closes: #995129
  * Fixup errors in postifx-add-* man pages.  Closes: #995031
  * Set compatibility level to 3.6 for fresh installs
  * Update main/master.cf.proto on upgrade if not modified.  Closes: #991513
  * Decruft debconf template:
    - Remove ancient (postfix 2.3) mydomain_warning
    - Delete old (Postfix 2.10) relay_restrictions_warning
    - Delete unused lmtp_retired_warning template
    - Delete unused kernel_version_warning template
    - Delete unused retry_upgrade_warning template
    - Delete unused tlsmgr_upgrade_warning template
  * Debconf template cleanup, thanks to Markus Hiereth for the suggestions.
    Closes: #905653

  [Miriam España Acebal]

  * Removed LDFLAG -Bsymbolic-functions to fix issue where TLS is disabled
    when private/tlmsgr socket is not found.  lp: #1885403

  [Christian Göttsche]

  * Update debian/patches/07_sasl_config.diff:
    - Fix conversion warnings by adding explicit cast
    - Drop unused function xsasl_getpath
  * Fix lintian detected typos in Debian packaging.
  * Do not require postfix to be build by root.
  * Set -e shell option explicitly.
  * Bump watch file standard to version 4.
  * Add misc:Pre-Depends to postfix.
  * Remove trailing spaces in changelog.
  * Add Documentation key to postfix service.
  * Drop alternative dependency on obsolete libmysqlclient-dev.
  * Add standard salsa ci configuration.
  * Drop unused debconf template sqlite_warning.

  [Paride Legovini]

  * d/postfix.postinst: tolerate search domain with a leading dot.
    Closes: #991950

  [Sergio Durigan Junior]

  * Support networkd-dispatcher.  Closes: #999867  lp: #1718227

postfix (3.6.3-1) unstable; urgency=medium

  [Scott Kitterman]

  * Add license information from TLS_LICENSE.  Closes: #991610
  * Additional debian/copyright updates
  * Refresh patches
  * Add Pre-Depends on init-system-helpers (>= 1.54~) due to use of
    --skip-systemd-native flag
  * Update lintian overrides
  * Bump standards-version to 4.6.0 without further change

  [Wietse Venema]

  * 3.6.3

 -- Steve Langasek <email address hidden>  Wed, 29 Dec 2021 22:29:13 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
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.6.3.orig.tar.gz 4.5 MiB 0f1241d456a0158e0c418abf62c52c2ff83f8f1dcf2fbdd4c40765b67789b1bc
postfix_3.6.3.orig.tar.gz.asc 220 bytes 9007c7de2af0ca036ef5c042c2c350b91551a68fa00d07f274d1ca3b40c13246
postfix_3.6.3-4ubuntu1.debian.tar.xz 203.6 KiB 66cfb823f1fefa55e169df27ac23308c297ade506324b1d78a46443b90dbff27
postfix_3.6.3-4ubuntu1.dsc 3.0 KiB ebb979c3dbada2851a69d60ba28cbbcdccd248c0f350a4059226a41921d361c7

Available diffs

View changes file

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