Update mail server configurations to match the database structure

This commit is contained in:
Pierre Jaury
2016-03-19 20:40:01 +01:00
parent 4576e1f5c2
commit e1c34c5984
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
dbpath = /data/freeposte.db
query =
SELECT destination
FROM alias INNER JOIN domain ON alias.domain_id = domain.id
WHERE domain.name = '%d'
FROM alias
WHERE alias.domain_name = '%d'
AND alias.localpart = '%u'