File: postfix.NEWS

package info (click to toggle)
postfix 3.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 29,376 kB
  • sloc: ansic: 143,636; makefile: 19,474; sh: 7,190; perl: 2,855; python: 1,448; awk: 158
file content (42 lines) | stat: -rw-r--r-- 2,039 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
postfix (3.11.0-3) unstable; urgency=medium

  Since Berkeley DB is going away, Postfix switched from hash/btree
  map types to cdb and lmdb.  In this version of postfix, hash/btree
  is still supported, but defaults are changed - to cdb for
  default_database_type, and to lmdb for default_cache_db_type
  (new in 3.11).  Usage of hash/btree is deprecated, and will issue a warning,
  until hash/btree is phased out, at which time it will no longer available.
  See /usr/share/doc/postfix/NON_BERKELEYDB_README.gz for more information.

 -- Michael Tokarev <mjt@tls.msk.ru>  Sun, 08 Mar 2026 22:57:51 +0300

postfix (3.9.1-7) unstable; urgency=medium

  postfix@-.service has become postfix.service
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  This release reworks Systemd integration of Postfix in Debian.  For most
  common simple setups: the infamous postfix@- service, which has been in
  Debian since Stretch, is gone, replaced with regular postfix.service.
  For example, `journalctl -u postfix@-' becomes `journalctl -u postfix'.


  multi-instance postfix startup has changed under systemd
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  For multi-instance setups, the startup procedure has changed, and multiple
  instances will NOT be started automatically anymore.  Please read the
  updated /usr/share/doc/postfix/README.Debian.gz, sections "Multiple Postfix
  instances under systemd" and "Postfix and Systemd", for more information.
  If you need multiple Postfix instances and you're using systemd, please
  configure additional instances startup manually.

  The upgade procedure should dectect if multiple instances are in use and
  warn the user to review the situation.

  This does not affect non-systemd users, the updated postfix startup script
  manages all instances like the upstream designed it, with the help of
  postmulti wrapper tool (see MULTI_INSTANCE_README file in the postfix-doc
  package for more information).

 -- Michael Tokarev <mjt@tls.msk.ru>  Fri, 13 Dec 2024 20:12:06 +0300