]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - config/postfix/mysql-virtual.cf
Merge branch 'master' of ssh://git.ipfire.org/srv/git/ipfire-2.x
[people/teissler/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'