diff options
Diffstat (limited to 'network/postfix/README')
-rw-r--r-- | network/postfix/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/postfix/README b/network/postfix/README index c5eada0ee6085..80840d56683a7 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 |