]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/postfix/mysql-canonical.cf
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
[people/teissler/ipfire-2.x.git] / config / postfix / mysql-canonical.cf
index d6ed3e9e9df243250d05f33dbdbae2b33ae25061..2f51e35ffbe48c5c4b5b3c7d196f6c63d093e128 100644 (file)
@@ -1,15 +1,8 @@
-# Host der Datenbank
-hosts = localhost 
-# Benutzername und Passwort der Datenbank
-user = mail
-password = ipfire
-
-# Der Datenbankname
-table = virtual
+hosts = localhost
+user = root
+password = mysqlfire
+table = user
 dbname = mail
-
-select_field = alias
-where_field = username
-
-# Das erste Ergebniss zurückliefern
-additional_conditions = and status = '1' limit 1
+select_field = canonical
+where_field = mbox
+additional_conditions = and active = '1' limit 1