From 06bf96cc4c1a2dfb3fd669bf4bcb56951483eebd Mon Sep 17 00:00:00 2001
From: vexelnet <45338588+vexelnet@users.noreply.github.com>
Date: Sat, 14 Dec 2024 12:41:57 +0100
Subject: [PATCH] Document in the config man page how to connect to PostgreSQL.

---
 man/mta-sts-daemon.yml.5.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/man/mta-sts-daemon.yml.5.adoc b/man/mta-sts-daemon.yml.5.adoc
index 3fc4ad1..07f1d2f 100644
--- a/man/mta-sts-daemon.yml.5.adoc
+++ b/man/mta-sts-daemon.yml.5.adoc
@@ -32,7 +32,7 @@ The file is in YAML syntax with the following elements:
 
 *cache*::
 
-* *type*: (_str_: _internal_|_sqlite_|_redis_|_redis_sentinel_) cache backend type. Default: internal
+* *type*: (_str_: _internal_|_sqlite_|_redis_|_redis_sentinel_|postgres) cache backend type. Default: internal
 * *options*:
  ** Options for _internal_ type:
   *** *cache_size*: (_int_) number of cache entries to store in memory. Default: 10000
@@ -46,6 +46,8 @@ The file is in YAML syntax with the following elements:
   *** *sentinel_master_name*: (_str_) name of the sentinel master
   *** *sentinels*: (_list_)(_tuple_) list of sentinels in form of ip/fqdn and port
   *** All other parameters are passed to `aioredis.sentinel.Sentinel` [1]. For additional details check [2].
+ ** Options for _postgres_ type:
+  *** *dsn*: (_str_) database connection string
 
 *proactive_policy_fetching*::
 
-- 
GitLab