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

Webmail And Mailenable Problem

YasinA

New Pleskian
Hello

I read all forums and wanted my datacenter to connect for this issue to parallels but there is no solution still for this. So i want to share this problem with you all maybe someone can help or someone knows how to solve this.

None of the domains on plesk can login to webmail and getting invalid login error however the passwords and usernames are tru. also users can send and recieve mails via outlook like programs. But the point is there, outlook just tells them mails sent , however the message cannot be delivered or they cannot recieve mails. Outlook just can connect to smtp server correctly.

Is there a fix for this?
 
Could you please provide additionally any errors from logs, from Event Viewer, etc?
 
Hello


Fixed mail sending and recieving error with changing mailbox destination folder. But i have still webmail problem. With correct username and password users cannot login to webmail. There is nothing in eventviewer log for this.
 
Hello again, in horde log i see these:

FAILED LOGIN 94.123.131.190 to localhost:110[pop3/notls] as mail@mydomain.com [on line 258 of "C:\inetpub\vhosts\webmail\horde\imp\lib\Auth\imp.php"]

will it help?
 
Which mailserver do you use? MailEnable or something else? Did you tried to rebuild mail setting with C:\Program Files\SWsoft\Plesk\admin\bin>mchk.exe --all --fix=all ?
Try to verifiy that both Plesk and MailEnable has the same password. You can check it with the output of below commands:

plesk# "%plesk_bin%"\dbclient --direct-sql --sql="select m.mail_name, d.name, a.password from mail m, domains d, accounts a where d.id = m.dom_id and a.id = m.account_id" | findstr /r "example37 *domain.com"
saldanha37 aescada.com ********

plesk# findstr example37@domain.com "%plesk_dir%\Mail Servers\Mail Enable\Config\AUTH.TAB"
example37@domain.com 1 ******** domain.com USER
 
Hello

Before these steps at least webmail page is oppening :)But now there is no webmail page it just says not found.
 
Back
Top