summaryrefslogtreecommitdiffstats
path: root/network/postfix/README
diff options
context:
space:
mode:
author Mario Preksavec2016-07-24 19:23:27 +0200
committer Willy Sudiarto Raharjo2016-07-30 03:28:21 +0200
commit51277c480f4601b9ebdeba4f429e2a7a50e55110 (patch)
tree85a8fdbedce27a963195572a125bffb07145164a /network/postfix/README
parent4875a9fd933d7b4661720f1e6ccb79b9f7a03e8d (diff)
downloadslackbuilds-51277c480f4601b9ebdeba4f429e2a7a50e55110.tar.gz
network/postfix: Updated for version 3.1.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network/postfix/README')
-rw-r--r--network/postfix/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/network/postfix/README b/network/postfix/README
index c5eada0ee6..80840d5668 100644
--- a/network/postfix/README
+++ b/network/postfix/README
@@ -13,6 +13,12 @@ You can also enable support for MySQL:
DATABASE=mysql ./postfix.SlackBuild
+PostgreSQL support can be enabled with:
+
+ DATABASE=pgsql ./postfix.SlackBuild
+
+On systems with multiple instances, add major version, eg: DATABASE=pgsql-9.5
+
This script will find support for BerkleyDB and PCRE automagically; TLS support
requires openssl package, openssl-solibs alone is not enough. Additionally, this
script doesn't add postfix user and groups, instead it offers sane defaults that