]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/postfix/mysql-virtual.cf
Umfassend am Mailserver gearbeitet:
[people/pmueller/ipfire-2.x.git] / config / postfix / mysql-virtual.cf
index c1bc265e96c7bed695be7b434764b9bdd3229a83..d133592acd800884d4a228cf13812140e407e455 100644 (file)
@@ -1,13 +1,8 @@
-# Host der Datenbank
-hosts = localhost 
-# Benutzername und Passwort der Datenbank
-user = mail
-password = ipfire
-
-# Der Datenbankname
+hosts = localhost
+user = root
+password = mysqlfire
 dbname = mail
 table = virtual
-
 select_field = dest
-where_field = alias
-additional_conditions = and status = '1'
+where_field = address
+additional_conditions = and active = '1'