Stephen Liu a écrit : > # postmap -q [EMAIL PROTECTED] > mysql:/etc/postfix/mysql-virtual_forwardings.cf > postmap: warning: mysql query failed: Unknown column 'destination' in > 'field list' >
do you understand this? > [snip] > # cat /etc/postfix/mysql-virtual_forwardings.cf > user = mail_admin > password = mypass > dbname = mail > table = forwardings > select_field = destination > so you have a "destination" field here. but you don't have this field in the table "forwardings". you need to change your table or change the select_field. > where_field = source > hosts = 127.0.0.1 > > [snip]