Comment # 7 on bug 1086807 from
(In reply to Peter Varkoly from comment #6)
> Normaly /usr/lib/postfix/postfix-ldap.so will not be checked because it is
> in a separate package: postfix-ldap. Thats why postfix-ldap.so is commented
> out in /usr/lib/postfix/postfix-files:
> 
> ...
> $shlib_directory/libpostfix-master.so:f:root:-:755
> #$shlib_directory/postfix-ldap.so:f:root:-:755
> $shlib_directory/postfix-lmdb.so:f:root:-:755
> ...

Interesting. This is what I get:
# cat /usr/lib/postfix/postfix-files | grep shlib
$shlib_directory/postfix-ldap.so:f:root:-:755
$shlib_directory/postfix-pcre.so:f:root:-:755

But yet, the error message did not occur any more in the last three updates of
postfix, even though I didn't change anything:

# cat /var/log/zypp/history | grep postfix
...
# 2020-06-10 13:24:39 postfix-3.4.7-lp152.1.30.x86_64.rpm installed ok
# chown: cannot access '/usr/lib/postfix/bin//postfix-ldap.so': No such file or
directory
# Updating /etc/sysconfig/postfix ...
2020-06-10
13:24:39|install|postfix|3.4.7-lp152.1.30|x86_64||repo-oss|923d7fbcd757ebe415b9bc5fe4167f3cf35b408bbf144c9d0be72b45f410d070|
#       /etc/permissions.d/postfix
# 2020-12-13 13:33:32 postfix-3.4.7-lp152.2.3.1.x86_64.rpm installed ok
# chown: cannot access '/usr/lib/postfix/bin//postfix-ldap.so': No such file or
directory
# Updating /etc/sysconfig/postfix ...
2020-12-13
13:33:32|install|postfix|3.4.7-lp152.2.3.1|x86_64||repo-update|e0e36e5cf4f8aae5dac118d3fb2828b319f0a278ce352d63edc046413201ca73|
# 2021-02-06 19:34:03 postfix-3.4.7-lp152.2.6.1.x86_64.rpm installed ok
# Editing /etc/postfix/master.cf, adding missing entry for tlsmgr service
#      /etc/postfix/postfix-files /etc/postfix/postfix-script
#      /etc/postfix/post-install
# Updating /etc/sysconfig/postfix ...
2021-02-06
19:34:03|install|postfix|3.4.7-lp152.2.6.1|x86_64||repo-update|2d8ed0a5e27a2d0af2a8a0c7b9fb923208d352fcd7d0e4b3b050ad476850b077|
# 2021-07-03 16:07:34 postfix-3.4.7-lp152.2.9.1.x86_64.rpm installed ok
#      /etc/postfix/postfix-files /etc/postfix/postfix-script
#      /etc/postfix/post-install
# Updating /etc/sysconfig/postfix ...
2021-07-03
16:07:34|install|postfix|3.4.7-lp152.2.9.1|x86_64||repo-update|2db8e5faaba2ff10dcf2855dfe2ccf796497d0549627e54392427ffbabb00740|

Apparently the error was fixed regardless of what's set in
/usr/lib/postfix/postfix-files.


You are receiving this mail because: