I have compared the working version(2.4.6) box vs this one 2.8.7 here are the results.
1. postfix-script files exist at same locations.
[root@box-1 /]# find / -name postfix-script
/etc/postfix.one/postfix-script
/etc/postfix.two/postfix-script
[root@box-2 /]# find / -name postfix-script
/etc/postfix.one/postfix-script
/etc/postfix.two/postfix-script
2. Doing this as root so i think its safe to conclude this may not be a permissions issue, am i ok ???
3. SELINUX is disabled.
4. Verified the postfix-script file first line, it is #!/bin/sh.
5. Verified for "whereis postfix", does this makes any difference ?
Box1
[root@box-1 ~]# whereis postfix
postfix: /usr/sbin/postfix /usr/sbin/postfix.one /usr/sbin/postfix.two /etc/postfix /etc/postfix.one /etc/postfix.two /usr/libexec/postfix
Box2
[root@box-2 /]# whereis postfix
postfix: /usr/sbin/postfix.two /usr/sbin/postfix /usr/sbin/postfix.one /etc/postfix.two /etc/postfix /etc/postfix.one /usr/libexec/postfix
Thanks,
Kumar
________________________________
From: Wietse Venema <wie...@porcupine.org>
To: Postfix users <postfi...@postfix.org>
Sent: Tuesday, February 7, 2012 7:32 PM
Subject: Re: Postfix installation problem...
These things generally happen when we jump 4 versions in one shot, thank you very much for pitching in.
We have multiple instances running so as per older way they distributed postfix-files, -script -install in different places, now, i have to see how the multiple instances functionality changed since 2.4.
Thanks,
Kumar
----- Original Message -----
From: Viktor Dukhovni <postfi...@dukhovni.org>
To: postfi...@postfix.org
Cc:
Sent: Wednesday, February 8, 2012 10:52 AM
Subject: Re: Postfix installation problem...