• 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.

Question unable to connect to my mailbox

manredcris

New Pleskian
unable to connect to my mailbox

Server Error
500 PleskUtilException
mailmng failed: The system cannot find the file specified. (Error code 2) at lookup subKey = SOFTWARE \ Mail Enable \ Mail Enable \ Connectors \ SMTP \ Extensions \ DATA value = Data at (registry :: getstr line 736) at Unable to execute console command: '--get-max- letter-size '(vconsoleapp :: start line 95) at Unable to execute command:' "C: \ Program Files (x86) \ Plesk \ admin \ bin \ mailmng" --get-max-letter-size '(vconsoleapp: : run line 117) (Error code 1)

PleskUtilException type
Message mailmng failed: The system cannot find the file specified. (Error code 2) at lookup subKey = SOFTWARE \ Mail Enable \ Mail Enable \ Connectors \ SMTP \ Extensions \ DATA value = Data at (registry :: getstr line 736) at Unable to execute console command: '--get-max- letter-size '(vconsoleapp :: start line 95) at Unable to execute command:' "C: \ Program Files (x86) \ Plesk \ admin \ bin \ mailmng" --get-max-letter-size '(vconsoleapp: : run line 117) (Error code 1)
File Agent.php
Line 196
 
when I click on Mail Server Settings it redirects me directly to the following error I try to repair it via Repair Kit I type the username and the password it doesn't work I don't understand where the problem comes from, thank you for me help please
 
Do you have SmarterMail selected as the mail server in Tools & Settings > Server Components ?
In this case, make sure that parameter MAIL_PROVIDERW_DLL in the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PLESK\PSA Config\Config is set to the MailEnable DLL:

Code:
C:\> REG QUERY "HKLM\SOFTWARE\Wow6432Node\PLESK\PSA Config\Config" | findstr MAIL_PROVIDERW_DLL

MAIL_PROVIDERW_DLL REG_SZ C:\Program Files (x86)\Parallels\Plesk\admin\bin\mailenableproviderw.dll

If it is, then the root cause is that incorrect DLL is specified in the parameter MAIL_PROVIDERW_DLL in the registry.

For fixing the issue create a file with the extension .reg and put the following content into it:

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PLESK\PSA Config\Config]
"MAIL_PROVIDERW_DLL"="C:\\Program Files (x86)\\Parallels\\Plesk\\admin\\bin\\smartermailprovider.dll"

Propagate the changes to the registry by using one of the methods:
  • Double-click on the file and click Yes in the warning window.
  • Execute the command
    Code:
    reg import file.reg
    in the Command Prompt or PowerShell.
 
hello if possible to give you access to the server it is up to you to solve the problem for me I do not know too much in this area and I am new I did not understand anything that you explained to me thank you in advance .
where can someone make me a little video
 
Don't hesitate to contact the Plesk Support Team or hire an experienced Windows system administrator if you can't perform my instructions yourself.
 
Back
Top