From: Jakub Czajka Date: Thu, 2 Jan 2025 13:05:16 +0000 (+0100) Subject: [postgres] Permit authentication for kwerenda. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=92fb59fcf54843fc859118b7d3192a6c9509074f;p=server.git [postgres] Permit authentication for kwerenda. --- 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