On Thu, June 3, 2010 6:31 pm, Victor Duchovni wrote:
> On Thu, Jun 03, 2010 at 06:00:26PM -, Pau Amma wrote:
>
>> foo.cf: dbConf.cf.in foo.cf.in
>> cat dbConf.cf.in foo.cf.in > foo.cf
>
> Make that:
>
> foo.cf: dbConf.cf.in foo.cf.in
> $(RM) -f foo.cf.tmp
>
On Thu, Jun 03, 2010 at 06:00:26PM -, Pau Amma wrote:
> foo.cf: dbConf.cf.in foo.cf.in
> cat dbConf.cf.in foo.cf.in > foo.cf
Make that:
foo.cf: dbConf.cf.in foo.cf.in
$(RM) -f foo.cf.tmp
cat dbConf.cf.in foo.cf.in > foo.cf.tmp
mv fo
On Thu, June 3, 2010 3:35 pm, gmx wrote:
> 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
On 06/03/2010 05:35 PM, gmx wrote:
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 = myPassw
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