Initial commit

This commit is contained in:
Julian Rother 2025-01-29 03:02:15 +01:00
commit a5e756c280
Signed by: julian
GPG key ID: C19B924C0CD13341
18 changed files with 754 additions and 0 deletions

View file

@ -0,0 +1,4 @@
dbname = postfixadmin
user = postfix
hosts = unix:/var/run/postgresql
query = SELECT username FROM mailbox WHERE username='%s' AND active = true