• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Postfix errors

Red Paint

Basic Pleskian
Hello,

We're getting lots of the following errors in our maillog:

Dec 20 11:52:42 plesk imapd: /usr/sbin/postmap: error while loading shared libraries: libcom_err.so.2: failed to map segment from shared object: Cannot allocate memory

Dec 20 11:52:46 plesk imapd-ssl: IMAP connect from @ [::ffff:*.*.*.*]/usr/sbin/postmap: error while loading shared libraries: libcom_err.so.2: failed to map segment from shared object: Cannot allocate memory

It looks like there is a missing shared library but

# locate libcom_err.so.2
/lib64/libcom_err.so.2
/lib64/libcom_err.so.2.1
/var/www/vhosts/chroot/lib64/libcom_err.so.2

Any idea what might be going on here and how we might be able to resolve the issue?

Many thanks
 
On my test Plesk environment I see:

# locate libcom_err.so.2
/lib/libcom_err.so.2
/lib/libcom_err.so.2.1
/lib64/libcom_err.so.2
/lib64/libcom_err.so.2.1

# rpm -qf /lib64/libcom_err.so.2
e2fsprogs-libs-1.39-23.el5_5.1
# rpm -qf /lib/libcom_err.so.2
e2fsprogs-libs-1.39-23.el5_5.1

Maybe there should be library for other platform? 32 or 64 bit?
 
We're running CentOS 6.1 Final 64bit, would we need to use the 32 bit library? The system was a clean install with only Atomic Secured Linux and Plesk running on it so any software libraries would (should?) have been installed by the autoinstaller. We haven't installed any custom code or software.

Is there anything else it might be?
 
Back
Top