• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Autoresponder is not working

J

JakobK

Guest
I can't enable autoresponder with mailenable from plesk.
If i enable autoresponder in mailenable console it is working fine. Does somebody have an idea about what is wrong ?
 
I had exactly the same problem with MailEnable 3.61 on 64bit Windows 2003 and Plesk 8.6.
The problem was that MailEnable services were running services in 64bit mode.
I ran:

sc config memtas binPath= "C:\Program Files (x86)\Parallels\Plesk\Mail Servers\Mail Enable\Bin\MEMTA.EXE"
sc config melcs binPath= "C:\Program Files (x86)\Parallels\Plesk\Mail Servers\Mail Enable\Bin\melsc.EXE"
sc config mepocs binPath= "C:\Program Files (x86)\Parallels\Plesk\Mail Servers\Mail Enable\Bin\mepoc.EXE"
sc config mepops binPath= "C:\Program Files (x86)\Parallels\Plesk\Mail Servers\Mail Enable\Bin\mepops.EXE"
sc config mesmtpcs binPath= "C:\Program Files (x86)\Parallels\Plesk\Mail Servers\Mail Enable\Bin\mesmtpc.EXE"

Before it was using binaries from C:\Program Files (x86)\Parallels\Plesk\Mail Servers\Mail Enable\Bin64\.
After that autoresponder worked just fine.
 
Back
Top