What are the { curly } brackets for in main.cf?

2010-06-21 Thread Jeff Sherk Forerunner Ministries
I notice lines like these: indexed = ${default_database_type}:${config_directory}/ smtp_generic_maps = ${indexed}generic What are the { curly } brackets for? What does {indexed} do? Thanks

Re: What are the { curly } brackets for in main.cf?

2010-06-21 Thread Noel Jones
On 6/21/2010 12:44 PM, Jeff Sherk Forerunner Ministries wrote: I notice lines like these: indexed = ${default_database_type http://www.postfix.org/postconf.5.html#default_database_type}:${config_directory http://www.postfix.org/postconf.5.html#config_directory}/ smtp_generic_maps

Re: What are the { curly } brackets for in main.cf?

2010-06-21 Thread Jeff Sherk Forerunner Ministries
On 6/21/2010 11:47 AM, Noel Jones wrote: On 6/21/2010 12:44 PM, Jeff Sherk Forerunner Ministries wrote: I notice lines like these: indexed = ${default_database_type http://www.postfix.org/postconf.5.html#default_database_type}:${config_directory

Re: What are the { curly } brackets for in main.cf?

2010-06-21 Thread Victor Duchovni
On Mon, Jun 21, 2010 at 01:34:45PM -0500, Jeff Sherk Forerunner Ministries wrote: http://www.postfix.org/postconf.5.html Ok reading that doc, it looks like ${default_database_type} and $default_database_type are identical then? Almost: ${foo}bar is not the same as $foobar or ${foobar}.

Re: What are the { curly } brackets for in main.cf?

2010-06-21 Thread Jeff Sherk Forerunner Ministries
On 6/21/2010 12:49 PM, Victor Duchovni wrote: On Mon, Jun 21, 2010 at 01:34:45PM -0500, Jeff Sherk Forerunner Ministries wrote: http://www.postfix.org/postconf.5.html Ok reading that doc, it looks like ${default_database_type} and $default_database_type are identical then?

Re: What are the { curly } brackets for in main.cf?

2010-06-21 Thread /dev/rob0
On Mon, Jun 21, 2010 at 02:10:15PM -0500, Jeff Sherk Forerunner Ministries wrote: I still don't understand the difference between this ${default_database_type} and this $default_database_type though ... if default_database_type=cdb , how will one differ from the other? They do not

Re: What are the { curly } brackets for in main.cf?

2010-06-21 Thread Jeff Sherk Forerunner Ministries
On 6/21/2010 2:31 PM, /dev/rob0 wrote: On Mon, Jun 21, 2010 at 02:10:15PM -0500, Jeff Sherk Forerunner Ministries wrote: I still don't understand the difference between this ${default_database_type} and this $default_database_type though ... if default_database_type=cdb , how will one