Re: postfix-install: bin/postconf ignores new settings and re-uses old main.cf

2013-02-04 Thread Mark Ashley
Hey folks, I've added a substitution line for this problem to my compile recipe and am posting it here for the record. The install script now ignores any pre-existing configs on the machine and runs with the substituted settings added at compile time. This builds the software on Solaris 10 and 11

Re: postfix-install: bin/postconf ignores new settings and re-uses old main.cf

2013-02-04 Thread Viktor Dukhovni
On Mon, Feb 04, 2013 at 12:05:09PM +1100, Mark Ashley wrote: > I ran across a problem when installing postfix 2.9.5 on Solaris 10 and > 11. If there is a pre-existing main.cf on the system then the "make > install" step will re-use this, instead of using the settings > contained in the new 2.9.5 c

Re: postfix-install: bin/postconf ignores new settings and re-uses old main.cf

2013-02-04 Thread Reindl Harald
Am 04.02.2013 02:05, schrieb Mark Ashley: > I ran across a problem when installing postfix 2.9.5 on Solaris 10 and > 11. If there is a pre-existing main.cf on the system then the "make > install" step will re-use this, instead of using the settings > contained in the new 2.9.5 code tree. > > It