| |||||||||||||||||||||||||||||||
|
I am reading Postfix-Cyrus-Web-cyradm-HOWTO and am reading the section on configuring MySQL. With respect to the following configuration example: # mysql config file for canonical lookups on postfix # comments are ok. # # the user name and password to log into the mysql server hosts = localhost user = mail password = secret # the database name on the servers dbname = mail # the table name table = virtual # select_field = alias where_field = username # Return the first match only additional_conditions = and status = '1' limit 1 How does this table get created? Is that something that Postfix does if it does not exist? Other wise I would need a table description to manually create it as well as other MySQL lookup tables. The same is true for PAM_MySQL. I have experience using MySQL with php in web context, and have it installed and running on machines to be use as mail servers. Perhaps there is specific documentation references? Thanks in advance; Jeff K
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com