bundlewrap/bundles/postfix/files/virtual_alias_maps.cf
mwiegand 5e96e7df53 wip
2021-06-13 17:15:28 +02:00

5 lines
236 B
CFEngine3

hosts = ${host}
dbname = ${name}
user = ${user}
password = ${password}
query = SELECT destination FROM redirections LEFT JOIN domains ON redirections.domain_id = domains.id WHERE CONCAT_WS('@', redirections.source, domains.name) = '%s'