]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/postfix/mysql-virtual.cf
Start core47.
[people/pmueller/ipfire-2.x.git] / config / postfix / mysql-virtual.cf
1 hosts = localhost
2 user = root
3 password = mysqlfire
4 dbname = mail
5 table = virtual
6 select_field = dest
7 where_field = address
8 additional_conditions = and active = '1'