Files
NewSzxcn-Email/deploy/postfix/sqlite-mailboxes.cf
T

3 lines
184 B
CFEngine3
Raw Normal View History

2026-06-14 01:07:48 +08:00
dbpath = /data/lanqin.db
query = SELECT 'vhosts/' || substr(address, instr(address, '@') + 1) || '/' || local_part || '/Maildir/' FROM mailboxes WHERE address='%s' AND status='active'