Author |
|
iSofia Newbie
Joined: 24 May 2014 Location: Singapore
Online Status: Offline Posts: 35
|
Posted: 04 October 2014 at 9:16pm | IP Logged
|
|
|
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 |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 06 October 2014 at 12:52am | IP Logged
|
|
|
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 |
|
|
iSofia Newbie
Joined: 24 May 2014 Location: Singapore
Online Status: Offline Posts: 35
|
Posted: 06 October 2014 at 7:14am | IP Logged
|
|
|
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 |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 07 October 2014 at 4:37am | IP Logged
|
|
|
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 |
|
|
iSofia Newbie
Joined: 24 May 2014 Location: Singapore
Online Status: Offline Posts: 35
|
Posted: 07 October 2014 at 8:36am | IP Logged
|
|
|
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 |
|
|