• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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