Move to Docker Compose and multiple containers
This commit is contained in:
6
postfix/conf/sqlite-virtual_alias_maps.cf
Normal file
6
postfix/conf/sqlite-virtual_alias_maps.cf
Normal file
@@ -0,0 +1,6 @@
|
||||
dbpath = /data/freeposte.db
|
||||
query =
|
||||
SELECT destination
|
||||
FROM alias INNER JOIN domain ON alias.domain_id = domain.id
|
||||
WHERE domain.name = '%d'
|
||||
AND alias.localpart = '%u'
|
||||
Reference in New Issue
Block a user