Webmail not sending mail

Discussions on webmail and the Professional version.
Post Reply
Techmarx
Posts: 1
Joined: Mon Mar 20, 2017 9:21 am

Webmail not sending mail

Post by Techmarx »

When using Webmail we can receive however when sending it displays a message the mail has sent successfully although it does not go out and then appears in the drafts folder. Has anyone had this problem?

MailEnable-Ian
Site Admin
Posts: 9738
Joined: Mon Mar 22, 2004 4:44 am
Location: Melbourne, Victoria, Australia

Re: Webmail not sending mail

Post by MailEnable-Ian »

Hi,

Most likely permissions based problem. Run the following commands in a Windows command prompt with elevated privileges. (i.e.; run command prompt as administrator).

Code: Select all

CACLS "C:\Program Files (x86)\Mail Enable\Config" /t /e /g IME_ADMIN:F

CACLS "C:\Program Files (x86)\Mail Enable\Queues" /t /e /g IME_ADMIN:F

CACLS "C:\Program Files (x86)\Mail Enable\Bad Mail" /t /e /g IME_ADMIN:F

CACLS "C:\Program Files (x86)\Mail Enable\Postoffices" /t /e /g IME_ADMIN:F

CACLS "C:\Program Files (x86)\Mail Enable\Logging" /t /e /g IME_ADMIN:F

CACLS "C:\Program Files (x86)\Mail Enable\Queues" /t /e /g IME_SYSTEM:F

CACLS "C:\Program Files (x86)\Mail Enable\Logging" /t /e /g IME_SYSTEM:F

CACLS "C:\Program Files (x86)\Mail Enable\Bad Mail" /t /e /g IME_SYSTEM:F

CACLS "C:\Program Files (x86)\Mail Enable\Config" /t /e /g IME_SYSTEM:F

CACLS "C:\Program Files (x86)\Mail Enable\Postoffices" /t /e /g IME_STORE_GROUP:F
NOTE: Change the path in the above commands in respect to your MailEnable paths.
Regards,

Ian Margarone
MailEnable Support

Post Reply