slackware-current/source/n/postfix
Patrick J Volkerding 7ac15fdb9a Thu Nov 2 20:33:13 UTC 2023
a/gawk-5.3.0-x86_64-1.txz:  Upgraded.
a/kernel-firmware-20231030_2b304bf-noarch-1.txz:  Upgraded.
a/kernel-generic-6.1.61-x86_64-1.txz:  Upgraded.
a/kernel-huge-6.1.61-x86_64-1.txz:  Upgraded.
  -EXT2_FS_POSIX_ACL y
  -EXT2_FS_SECURITY y
  -EXT2_FS_XATTR y
  -EXT3_FS_POSIX_ACL y
  -EXT3_FS_SECURITY y
   EXT2_FS y -> n
   EXT3_FS y -> n
   NLS_ISO8859_15 m -> y
   SCSI_SMARTPQI m -> y
  +EXT4_USE_FOR_EXT2 y
a/kernel-modules-6.1.61-x86_64-1.txz:  Upgraded.
d/kernel-headers-6.1.61-x86-1.txz:  Upgraded.
k/kernel-source-6.1.61-noarch-1.txz:  Upgraded.
  -EXT2_FS_POSIX_ACL y
  -EXT2_FS_SECURITY y
  -EXT2_FS_XATTR y
  -EXT3_FS_POSIX_ACL y
  -EXT3_FS_SECURITY y
   EXT2_FS y -> n
   EXT3_FS y -> n
   NLS_ISO8859_1 m -> y
   NLS_ISO8859_15 m -> y
   NLS_UTF8 m -> y
   SCSI_VIRTIO m -> y
  +EXT4_USE_FOR_EXT2 y
kde/calligra-3.2.1-x86_64-35.txz:  Rebuilt.
  Recompiled against poppler-23.11.0.
kde/cantor-23.08.2-x86_64-2.txz:  Rebuilt.
  Recompiled against poppler-23.11.0.
kde/fcitx5-configtool-5.1.2-x86_64-1.txz:  Upgraded.
kde/kfilemetadata-5.111.0-x86_64-3.txz:  Rebuilt.
  Recompiled against poppler-23.11.0.
kde/kile-2.9.93-x86_64-29.txz:  Rebuilt.
  Recompiled against poppler-23.11.0.
kde/kitinerary-23.08.2-x86_64-2.txz:  Rebuilt.
  Recompiled against poppler-23.11.0.
kde/krita-5.2.1-x86_64-2.txz:  Rebuilt.
  Recompiled against poppler-23.11.0.
kde/okular-23.08.2-x86_64-2.txz:  Rebuilt.
  Recompiled against poppler-23.11.0.
l/pipewire-0.3.84-x86_64-1.txz:  Upgraded.
l/poppler-23.11.0-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
n/postfix-3.8.3-x86_64-1.txz:  Upgraded.
x/fcitx5-5.1.2-x86_64-1.txz:  Upgraded.
x/fcitx5-anthy-5.1.2-x86_64-1.txz:  Upgraded.
x/fcitx5-chinese-addons-5.1.2-x86_64-1.txz:  Upgraded.
x/fcitx5-hangul-5.1.1-x86_64-1.txz:  Upgraded.
x/fcitx5-qt-5.1.2-x86_64-1.txz:  Upgraded.
x/fcitx5-sayura-5.1.1-x86_64-1.txz:  Upgraded.
x/libime-1.1.3-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2023-11-02 22:34:20 +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 Thu Nov 2 20:33:13 UTC 2023 2023-11-02 22:34:20 +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 Nov 25 19:17:07 UTC 2019 2019-11-26 17:59:50 +01: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.