Victor Duchovni wrote:
On Mon, Apr 11, 2011 at 10:02:47AM -0400, Randy Ramsdell wrote:
Argh, I ran postfix upgrade-configuration but not set-permissions. When I
do add the set-permissions argument, there is an error for README_FILES.
postfix upgrade-configuration set-permissions
chown: cannot access `/usr/share/doc/packages/postfix/README_FILES': No
such file or directory
locate README_FILES
/usr/share/doc/packages/postfix-doc/README_FILES/
...
rpm -qvf /usr/share/doc/packages/postfix-doc/README_FILES/
postfix-doc-2.7.2-12.3.noarch
Opensuse postfix-doc rpm writes the files to
/usr/share/doc/packages/postfix-doc/README_FILES/. So the the rpm
maintainer broke postfix a little. I suppose I could ln to
/usr/share/doc/packages/postfix/README_FILES.
No, just change "readme_directory" in /etc/postfix/main.cf. Also
update any other "installation parameters" that moved.
Okay this exits on each error. I mean, it is functional however, each
run continues to add additional problems. I fix one, the script exits
for another problem, I fix the next, the script exits for another
problem, etc...
Now I am on dict_mysql.so. So I stalled postfix-mysql, now exiting for
pqsql.
Is there a way to edit a configuration so the program skips certain
features? An argument maybe?
RCR