Stephen Liu a écrit : > Hi folks, > > > I have a /etc/postfix/mysql_*.cf file with following content; > user=mail > password=mypasswd > dbname=maildb > table='t' > select_field=domains > where_field=domains > hosts=127.0.0.1 > additional_conditions = and enabled = 1 > > > Please help me to understand table='t'. What is 't'? > >
there's no 't' in postfix. if you call your table 't', then it's you problem. but it may be time to move to the new syntax (query=)...