From 92fb59fcf54843fc859118b7d3192a6c9509074f Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Thu, 2 Jan 2025 14:05:16 +0100 Subject: [PATCH] [postgres] Permit authentication for kwerenda. --- postgres/pg_hba.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/postgres/pg_hba.conf b/postgres/pg_hba.conf index c2b6b1e..1d278a6 100755 --- a/postgres/pg_hba.conf +++ b/postgres/pg_hba.conf @@ -91,6 +91,7 @@ local all postgres trust # TYPE DATABASE USER ADDRESS METHOD +host all authenticator ::1/128 trust local mail_db dovecot trust host mail_db dovecot ::1/128 trust host mail_db dkim ::1/128 trust -- 2.39.5