Hi Daminto,
That looks pretty much unconfigured. No wonder nothing is coming up.
I have attached the avelsieve config file we are using on one of our
domains. Don't copy it blindly. At least you should configure $sieveport
to the port you are using on your server for Sieve. And put your domain
Thank you for your reply.
Here it is as follows
if(!defined('AVELSIEVE_DEBUG')) {
define('AVELSIEVE_DEBUG', 0);
}
global $avelsieve_backend;
$avelsieve_backend = 'File';
/*global $sieveport;
$sieveport = 2000;*/
global $sieve_preferred_sasl_mech;
$sieve_preferred_sasl_mech = 'PLAIN';
glo
Show us your avelsieve-config in
your-squirrelmail-dir/plugins/avelsieve/config/config.php
Daminto Lie wrote the following on 17.04.2012 09:31:
Thank you folks for your replies.
I realised that the dovecot 1.2.9 that I installed via ubuntu synaptic package manager
has already come with siev
Thank you folks for your replies.
I realised that the dovecot 1.2.9 that I installed via ubuntu synaptic package
manager has already come with sieve plugins. After making some modifications on
the dovecot.conf file, I went to download and install avelsieve 1.0.1 (stable
version) onto the squir
Am 16.04.2012 17:48, schrieb Robert Schetterer:
> Am 15.04.2012 14:52, schrieb Robert Schetterer:
>> Hi Timo
>>
>> the virtual setup got broke after update to 2.1
>> ( its still working under 2.0 ) on other loadbalanced server
>>
>> namespace default {
>> separator = /
>> prefix = ""
>> list
Am 15.04.2012 14:52, schrieb Robert Schetterer:
> Hi Timo
>
> the virtual setup got broke after update to 2.1
> ( its still working under 2.0 ) on other loadbalanced server
>
> namespace default {
> separator = /
> prefix = ""
> list = yes
> subscriptions = yes
> hidden = no
> }
>
> na
I think my last email may have been bounced due to attachment size, I have
put a snippet of the captures below. The CPU is still going to high
percent of usage when my test mailboxes are used. An ideas on how to bring
down the Auth CPU usage would be greatly appreciated!
Thanks,
Kevin
Stace on
On 03/15/2012 03:05 PM, Timo Sirainen wrote:
On Thu, 2012-03-15 at 14:34 +0100, Michal Hlavinka wrote:
What exactly should happen when
dovecot.conf does not match dovecot.socket configuration?
Dovecot's systemd code was written by one of you Redhat guys. I had some
similar thoughts when I appl