FreedomBox/plinth/modules/email/data/etc/postfix/freedombox-aliases.cf
Sunil Mohan Adapa 828cc73320
email: Add various documentation links for future readability
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2022-03-02 07:38:53 -05:00

8 lines
289 B
CFEngine3

# Do not edit this file. Manage your settings on FreedomBox.
# Configuration for sqlite based postfix lookup table for aliases. See:
# https://www.postfix.org/SQLITE_README.html
dbpath = /var/lib/postfix/freedombox-aliases/aliases.sqlite3
query = SELECT value FROM alias WHERE name='%s'