Dear list,

In our postfix configs, we use multiple queries based on the mysql_table
from the same DB .

So as per http://www.postfix.org/mysql_table.5.html each of the mysql config
files contains a

hosts = mydbhost.domain.tld
user = mydbUser
password = myPassword
dbname = myDB

section before the query.
Once any of these parameters needs to be changed, the values need to be
changed repetitively for each query.

If the query file format would allow for 
<<
import=/etc/postfix/mysql/dbConf.cf
>>

What do you think of this "Request for enhancement"?

    Ralf


Reply via email to