1 # mysql config file for local domain (like sendmail's sendmail.cw) 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 = domains 15 16 # 17 select_field = domain 18 where_field = domain