Software-update: Postfix 3.0.0

Postfix is een opensource-mta, ook wel mailserver genoemd, voor Unix- en Linux-systemen. Het programma werd oorspronkelijk als een snelle en eenvoudiger te beheren tegenhanger van sendmail ontwikkeld. Voor meer informatie over Postfix verwijzen we naar deze pagina, die bomvol handleidingen en documentatie staat. In het afgelopen weekeinde is versie 3.0 uitgekomen en de belangrijkste veranderingen die daarin zijn aangebracht kunnen hieronder worden gevonden.

The main changes in no particular order are:
  • SMTPUTF8 support for internationalized domain names and address localparts as defined in RFC 6530 and related documents. The implementation is based on code contributed by Arnt Gulbrandsen and sponsored by CNNIC. SMTPUTF8 support is a work in progress; it is expected to be completed during the Postfix 3.1 development cycle. See SMTPUTF8_README for a summary of limitations.
  • Support for Postfix dynamically-linked libraries and database plugins. The implementation is based on code by LaMont Jones for Debian Linux. See INSTALL for detailed descriptions of the available options.
  • An OPT-IN safety net for the selective adoption of new Postfix default settings. If you do nothing, the old Postfix default settings *should* remain in effect (complain to your downstream maintainer if that is not the case). See COMPATIBILITY_README for detailed descriptions of Postfix logfile messages.
  • Support for operations on multiple lookup tables. The pipemap:{map1,map2...} database type implements a pipeline of lookup tables where the result from one lookup table becomes a query for the next table; the unionmap:{map1,map2,...} database type sends the same query to multiple lookup tables and concatenates their results.
  • Support for pseudo-tables that make simple things easy to implement. The inline:{key1=value1,key2=value2,...} table avoids the need to create an external file for just a few items; and the randmap{value1,value2,...} table implements random selection from the specified values.
  • Table-driven transformation of DNS lookup results and of delivery agent status codes and messages. Typically, one would use a PCRE table to fix problematic DNS responses or to fix the handling of delivery errors. See smtp_dns_reply_filter, smtp_delivery_status_filter, and similarly-named parameters for other Postfix daemons.
  • Improved configuration file syntax with support for the ternary operator such as ${name?{iftrue}:{iffalse}}, comparison operators such as ${{expr1}==${expr2}?{iftrue}:{iffalse}}, per-Milter and per-policy server timeout and other settings, master.cf parameters that contain whitespace, import/export_environment settings that contain whitespace, and "static" table lookup results that contain whitespace. Support for multiple lookup results in access(5) and header/body_checks(5) tables is expected to be completed in the Postfix 3.1 development cycle.
  • Per-session command profiles, logged at the end of each inbound SMTP session. For example, a password-guessing bot is logged as "disconnect from name[addr] ehlo=1 auth=0/1 commands=1/2", meaning that the client sent one EHLO command that worked, one AUTH command that failed, and hung up without sending a QUIT command. This information is always logged, and can help to solve puzzles without verbose logging or network sniffers.
Versienummer 3.0.0
Releasestatus Final
Besturingssystemen Linux, BSD, macOS, Solaris, UNIX
Website Postfix
Download http://www.postfix.org/download.html
Licentietype Voorwaarden (GNU/BSD/etc.)

Door Bart van Klaveren

Downloads en Best Buy Guide

11-02-2015 • 16:05

3

Submitter: begintmeta

Bron: Postfix

Reacties (3)

3
3
3
0
0
0
Wijzig sortering
"Support for Postfix dynamically-linked libraries and database plugins. "

Mooi dan kan je eindelijk Postfix via de package manager installeren zonder dat je gelijk MySQL en LDAP geinstalleerd krijgt terwijl je alleen Posgres wilde gebruiken (en vice versa).
Postgres is wel iets anders ;)
Ik bedoelde Postgres als database voor de mapping informatie :)

Overigens blijkt dit geen probleem te zijn omdat de pakketen als suggested zijn aangegeven en niet als depends. Ik was in de war met dovecot :+ http://packages.ubuntu.com/lucid/dovecot-common

Edit. Typo

[Reactie gewijzigd door s.stok op 24 juli 2024 09:53]

Op dit item kan niet meer gereageerd worden.