slackware-current/source/n/postfix
Patrick J Volkerding 7aa0551f5b Fri Mar 29 18:24:36 UTC 2019
a/aaa_elflibs-15.0-x86_64-6.txz:  Rebuilt.
  Upgraded: libelf-0.176.so, libpcre.so.1.2.11, libglib-2.0.so.0.6000.0,
  libgmodule-2.0.so.0.6000.0, libgobject-2.0.so.0.6000.0,
  libgthread-2.0.so.0.6000.0, libtdb.so.1.4.0.
  Temporarily added: libicudata.so.63.1, libicui18n.so.63.1, libicuio.so.63.1,
  libicutest.so.63.1, libicutu.so.63.1, libicuuc.so.63.1.
a/xfsprogs-4.20.0-x86_64-2.txz:  Rebuilt.
  Recompiled against icu4c-64.1.
ap/sqlite-3.27.2-x86_64-2.txz:  Rebuilt.
  Recompiled against icu4c-64.1.
kde/calligra-2.9.11-x86_64-29.txz:  Rebuilt.
  Recompiled against icu4c-64.1.
kde/kdepimlibs-4.14.10-x86_64-7.txz:  Rebuilt.
  Recompiled to pull in new gpgme++ header files.
l/boost-1.69.0-x86_64-2.txz:  Rebuilt.
  Recompiled against icu4c-64.1.
l/ffmpeg-3.4.6-x86_64-1.txz:  Upgraded.
l/giflib-5.1.9-x86_64-1.txz:  Upgraded.
l/harfbuzz-2.3.1-x86_64-2.txz:  Rebuilt.
  Recompiled against icu4c-64.1.
l/icu4c-64.1-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
l/libical-3.0.4-x86_64-2.txz:  Rebuilt.
  Recompiled against icu4c-64.1.
l/libvisio-0.1.6-x86_64-6.txz:  Rebuilt.
  Recompiled against icu4c-64.1.
l/qt-4.8.7-x86_64-12.txz:  Rebuilt.
  Recompiled against icu4c-64.1.
l/raptor2-2.0.15-x86_64-7.txz:  Rebuilt.
  Recompiled against icu4c-64.1.
l/v4l-utils-1.16.5-x86_64-1.txz:  Upgraded.
n/dovecot-2.3.5.1-x86_64-1.txz:  Upgraded.
  Missing input buffer size validation leads into arbitrary buffer overflow
  when reading fts or pop3 uidl header from Dovecot index. Exploiting this
  requires direct write access to the index files.
  For more information, see:
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-7524
  (* Security fix *)
  Compiled against icu4c-64.1.
n/gpgme-1.13.0-x86_64-1.txz:  Upgraded.
n/php-7.2.16-x86_64-2.txz:  Rebuilt.
  Recompiled against icu4c-64.1.
n/postfix-3.4.4-x86_64-2.txz:  Rebuilt.
  Recompiled against icu4c-64.1.
n/tin-2.4.3-x86_64-2.txz:  Rebuilt.
  Recompiled against icu4c-64.1.
n/whois-5.4.2-x86_64-1.txz:  Upgraded.
t/texlive-2018.180822-x86_64-5.txz:  Rebuilt.
  Recompiled against icu4c-64.1.
x/libinput-1.13.0-x86_64-1.txz:  Upgraded.
x/mesa-19.0.1-x86_64-1.txz:  Upgraded.
x/vulkan-sdk-1.1.101.0-x86_64-1.txz:  Upgraded.
extra/pure-alsa-system/ffmpeg-3.4.6-x86_64-1_alsa.txz:  Upgraded.
2019-03-30 08:59:44 +01:00
..
doinst.sh Tue Mar 5 00:17:16 UTC 2019 2019-03-05 08:59:46 +01:00
postfix.only.warn.regular.files.diff Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
postfix.script.starting.message.diff Thu Feb 28 23:05:08 UTC 2019 2019-03-01 08:59:45 +01:00
postfix.SlackBuild Fri Mar 29 18:24:36 UTC 2019 2019-03-30 08:59:44 +01:00
postfix.url Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
rc.postfix Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
README Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
slack-desc Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00

Postfix is Wietse Venema's mailer that started life as an alternative to the
widely-used Sendmail program. It 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 script builds postfix with support for Dovecot SASL, Cyrus SASL, and
TLS (using OpenSSL.)  Support for Berkeley DB hash and btree maps, being a
Postfix requirement, is also detected and built.

In addition database plugins are built for LDAP, MySQL, PCRE and sqlite3.  To
add support for additional database plugins which are not provided in
Slackware, such as CDB or PostgreSQL, it is necessary to recompile this
package.  See the comments in the SlackBuild script to get started.

Postfix manual sections follow the BSD standard, where section 8 is only for
daemons, and all user commands, even root-user-only administrative commands
such as postfix(1), are in section 1.

Postfix is exceptionally well documented.  If you put a link to your
html_directory (/usr/doc/postfix/html) somewhere you can find it in your
favorite browser, all of this will be readily available to you.  The place
to start is not with man pages, but with the various READMEs, all HTMLified
and with convenient hyperlinks to the relevant anchors in the HTML versions
of the manuals.