• 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 error when creating any email in plesk

Inma

Regular Pleskian
Server operating system version
Debian 11.7
Plesk version and microupdate number
Plesk Obsidian 18.0.64 Web Pro Edition Última actualización: 18/Set/2024 13:05
Hello

It is a new debian server, with everything updated and plesk.

and it has never happened to me before but when I create a correu in any subscription I get this high

any idea?


Error: mailmng-core failed: mailmng[2888148]: Failed to read entire encryption key from '/var/spool/postfix/plesk/passwd_db_key': Success (0)
mailmng[2888148]: Failed to initialize encryption cipher 'AES-256-CBC:pKCS' with key '/var/spool/postfix/plesk/passwd_db_key'
mailmng[2888148]: Failed to initialize password cipher context (for mail address '[email protected]')
mailmng[2888148]: Unable to set password for mailname [email protected]
 
any ideas? if not, I put ticket to plesk

root@:~# /usr/local/psa/admin/sbin/mail_auth_view | grep loquesea.com
Failed to read entire encryption key from '/var/spool/postfix/plesk/passwd_db_key': Success (0)
Failed to initialize encryption cipher 'AES-256-CBC:pKCS' with key '/var/spool/postfix/plesk/passwd_db_key'
Failed to initialize password cipher context
Failed to correctly destroy encryption cipher 'AES-256-CBC:pKCS'. A programming error?


root@:/# stat /var/spool/postfix/plesk/passwd_db_key
File: /var/spool/postfix/plesk/passwd_db_key
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: fe00h/65024d Inode: 288311 Links: 1
Access: (0440/-r--r-----) Uid: ( 107/ postfix) Gid: ( 0/ root)
Access: 2024-10-22 19:39:45.323067205 +0200
Modify: 2024-09-18 10:28:17.762668097 +0200
Change: 2024-09-18 10:28:17.762668097 +0200
Birth: 2024-09-18 10:28:17.762668097 +0200
 
Hey, @Inma. This error usually indicates that passwd_db_key is corrupted. Could you please try removing passwd_db_key from postfix and recreating it:

# mv /var/spool/postfix/plesk/passwd_db_key /tmp/
# /usr/lib64/plesk-9.0/remote_mail_restore/mail_auth_dump
 
Back
Top