]> git.ipfire.org Git - ipfire-2.x.git/blob - config/postfix/mysql-virtual.cf
openssl: Disable SSLv3 and SSLv2 by default
[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'