1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-16 10:59:53 +02:00
Mailu/postfix/conf/sqlite-virtual_alias_maps.cf

12 lines
238 B
CFEngine3
Raw Normal View History

2016-02-17 23:56:40 +02:00
dbpath = /data/freeposte.db
query =
2016-08-15 21:01:53 +02:00
SELECT destination
FROM alias
WHERE alias.email = '%s'
AND alias.wildcard = 0
UNION SELECT destination
FROM alias
WHERE '%s' LIKE alias.email
AND alias.wildcard = 1
LIMIT 1