• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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