Wietse Venema wrote:
Randy Ramsdell:
Ralf Hildebrandt wrote:
* Ralf Hildebrandt <ralf.hildebra...@charite.de>:
* Randy Ramsdell <rramsd...@activedg.com>:
Apr 8 10:10:30 atlbl6 postfix/qmgr[11959]: warning: connect to transport
private/retry: Connection refused
grep retry /etc/postfix/master.cf
what do you see?
# grep retry /etc/postfix/master.cf
retry unix - - - - - error
should be the result
Thanks. That was it. It appears the upgrade dealing with the config
files were not complete.
I recommend that you use "postfix upgrade-configuration set-permissions"
just to be sure that there are no more surprises later.
Wietse
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.
Does the command stop if it has errors or continue so that I can trust
that this is the only permissions that were not changed?
Thanks,
RCR