1 # mysql config file for alias lookups on postfix 2 # comments are ok. 3 # 4 5 # the user name and password to log into the mysql server 6 hosts = localhost 7 user = yourMySQL-User 8 password = ##MysqlSecret-SELECT-only## 9 10 # the database name on the servers 11 dbname = yourMySQL-DB 12 13 # the table name 14 table = virtual 15 16 # 17 select_field = dest 18 where_field = address 19 additional_conditions = and active = '1'