Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Lite 7

 AfterLogic Forum : AfterLogic WebMail Lite 7
Subject Topic: Sieve Features Not Working Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
iSofia
Newbie
Newbie
Avatar

Joined: 24 May 2014
Location: Singapore
Online Status: Offline
Posts: 35
Posted: 04 October 2014 at 9:16pm | IP Logged Quote iSofia

Hello everyone. I have activated the sieve function in my installation of WebMail Lite (running on a shared hosting service), and the enabled features are showing up in the Email Accounts Settings panel: Forward, Autoresponder, Filters. However, they don't seem to work, only throwing the error, Saving settings has failed. This is the config.php file:

Code:
$aSieveDomains = array('imap.mydomain.com');

return array
(
     'sieve' => true,
     'sieve.autoresponder' => true,
     'sieve.forward' => true,
     'sieve.filters' => true,
     'sieve.config.host' => '',
     'sieve.config.port' => 2000,
     'sieve.config.filters-folder-charset' => 'utf-8',
     'sieve.config.domains' => $aSieveDomains
);


Is there some additional step that I may have missed?
Back to Top View iSofia's Profile Search for other posts by iSofia
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 06 October 2014 at 12:52am | IP Logged Quote Igor

Hello,

First of all, you need to make sure that your mailserver has Sieve support, and that ManageSieve service is actually enabled there. Without that, enabling Sieve-related features in WebMail will have no useful effect. You might need to check with your host support regarding this functionality.

Now if the server has all the Sieve support required but this still doesn't work for you, enable debug logging in AdminPanel, reproduce the problem and see what's in the logs.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
iSofia
Newbie
Newbie
Avatar

Joined: 24 May 2014
Location: Singapore
Online Status: Offline
Posts: 35
Posted: 06 October 2014 at 7:14am | IP Logged Quote iSofia

Igor wrote:
...you need to make sure that your mailserver has Sieve support, and that ManageSieve service is actually enabled there...


Hi Igor, and thank you for your prompt reply. I'll give it a try.

However, since I'm constantly working on different hosts that may or may not support this, I'm also looking into the possibility of creating a custom plugin to handle those functions. The template model seems very clean and easy, although there doesn't appear to be much documentation it that respect. The few samples are a good start, but are there any more in-depth documentation or tutorials on dialog-creation, library support, AJAX communications, etc.?

I've been tinkering with it (I thought unsuccessfully at first, because of the wonderful cache), and it would be nice to be able to use the same CSS to match the applied skins, and have the same look and feel of the WebMail interface.

Any suggestions or nudge in the right direction would be appreciated.
Back to Top View iSofia's Profile Search for other posts by iSofia
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 07 October 2014 at 4:37am | IP Logged Quote Alex

The documentation currently available is everything we have. For customers needed advanced level of assistance with customization and integration, we offer custom development services. Contact us via Helpdesk if interested.

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 
iSofia
Newbie
Newbie
Avatar

Joined: 24 May 2014
Location: Singapore
Online Status: Offline
Posts: 35
Posted: 07 October 2014 at 8:36am | IP Logged Quote iSofia

Alex wrote:
The documentation currently available is everything we have.

...we offer custom development services.


Thank you, Alex. I'll try to wing it, hopefully with your help.
Back to Top View iSofia's Profile Search for other posts by iSofia
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide