]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/postfix/mysql-virtual.cf
"Update Booster" fertiggestellt und getestet.
[people/pmueller/ipfire-2.x.git] / config / postfix / mysql-virtual.cf
CommitLineData
371d9df0
MT
1# Host der Datenbank
2hosts = localhost
3# Benutzername und Passwort der Datenbank
4user = mail
5password = ipfire
6
7# Der Datenbankname
8dbname = mail
9table = virtual
10
11select_field = dest
12where_field = alias
13additional_conditions = and status = '1'