On Wed, Jul 15, 2009 at 12:43:37PM -0700, Priyanka Tyagi wrote: > Hello, > > I am running three Postfix instances (Postfix version - 2.6.2) on a single > host. I have separate postfix configuration files (main.cf and master.cf) > specific to each instance. I have most of the configurations common in all > of the instances. I want to put all common configurations in one file, and > each instance should include configuration details from common file + > specific configuration to that particular instance like data_directory etc. > Does Postfix -2.6.2 support such resue of common configurations?
Use make(1) to machine-construct your main.cf files in such a way that the common files are stored and edited just once. Postfix does not attempt to solve this problem, because it is solved by other existing tools. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.