• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Issue problem installing ldap

infutura

New Pleskian
Server operating system version
Ubuntu 18.04.6 LTS
Plesk version and microupdate number
Versión 18.0.47 Actualización 5
Hello:
I'm trying to install ldap on my ubuntu server with plesk running to be able to query existing emails from my proxmox mail gateway using ldap but I get the following problem when starting it:

Can't read encryption key from '/var/spool/postfix/plesk/passwd_db_key': Permission denied (13)
Failed to initialize encryption cipher 'AES-256-CBC:pKCS' with key '/var/spool/postfix/plesk/passwd_db_key'
Failed to initialize password cipher context
auxpropfunc error no mechanism available
_sasl_plugin_load failed on sasl_auxprop_plug_init
slapd starting
...done.
Started LSB: OpenLDAP standalone server (Lightweight Directory Access Protocol).
The permissions of said file are the following, I understand that they are correct:
-r--r----- 1 postfix root 32 Dec 6 12:22 /var/spool/postfix/plesk/passwd_db_key
When it does not start, it does not allow me to create organizational units or anything, it always tells me:
ldap_bind: Invalid credentials (49)
Could someone tell me how to fix this?
Thank you
 
I would suggest you check SELinux status with

# getenforce
 
I would suggest you check SELinux status with

# getenforce
Hello:
I have installed the selinux-utils package since I did not have it installed and when I run getenforce it tells me disabled
how should i proceed?
Thank you
 
In order to read the file, an application must either be postfix or have root privileges. Your error message says that you are running a standalone server. Under which user account is the server starting?
 
In order to read the file, an application must either be postfix or have root privileges. Your error message says that you are running a standalone server. Under which user account is the server starting?
hello
I have added the user openldap to the postfix group and restarted both services but it still gives me the same error
what else should i do?
Thank you
 
Back
Top