Jawaid Bazyar wrote: > Is there a particular rationale for mysql_servers to not be expandable? > I have a multi-machine cluster and I want each server in the cluster to > have a different mysql server list. I have a configuration management > system and thus all config files are identical - but certain lookups are > done to provide different results on each server. > > I'll just tweak the source unless there is a Really Good Reason(tm) not > to :-)
At one time I wanted this as well. To work around this problem, I did this: exim.conf: .include /path/to/etc/exim/exim.conf.local exim.conf.local <anything specific to this host> I never sync the .local file. This made it easier for me to test my exim.conf on another system before placing it into production. -- Lab tests show that use of micro$oft causes cancer in lab animals Got Gas??? -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
