Re: [Dovecot] Can't get sieve/managedsieve working

2013-11-10 Thread Achim Gottinger

Am 09.11.2013 14:01, schrieb Stefan Liebl:

Am 2013-11-08 22:31, schrieb Achim Gottinger:

Am 08.11.2013 22:19, schrieb Alter Depp:
I am running dovecot 2.1.7 for a while, with roundcube webmail 
frontend 0.9.5 .

An wild guess but it may help if you define mail_home as well.


Does this setting exist in dovecot 2? Where should I set it and to what?

Stefan
I had to let mail_home point to an different folder that mail_location, 
but i use virtual users and dovecot runs as user vmail only. 
http://wiki2.dovecot.org/VirtualUsers/Home.
The thunderbird sieve addon works here with plaintext passwords over 
imap or imaps. It does not work with kerberos authetication and may have 
an problem with tls as well.
You said you can upload scipts with sieve-connect, do they apply to 
incoming mails? I'd go through the manual login and upload tests 
described here as well 
http://wiki2.dovecot.org/Pigeonhole/ManageSieve/Troubleshooting?highlight=%28sieve%29|%28telnet%29


achim~


Re: [Dovecot] Can't get sieve/managedsieve working

2013-11-10 Thread Alter Depp

Am 2013-11-08 22:58, schrieb Manuel Delgado:

On Fri, Nov 8, 2013 at 3:19 PM, Alter Depp  wrote:
I am running dovecot 2.1.7 for a while, with roundcube webmail 
frontend

0.9.5 .
I've a similar design with Dovecot 2.1.7 and Roundcube 0.9.x. I'm using 
the

SieveRules plugin from JohnDoh and Pigeonhole in Dovecot.


I have tried the managesieve plugin shipped with roundcube git and now 
switched to SieveRules. But it still can't connect to server.


I followed the wiki and everything worked fine, maybe this can help 
you:

http://wiki2.dovecot.org/Pigeonhole/


I'm a little confused about this guide because it says:
 The only thing you need to do to activate the ManageSieve protocol 
support in Dovecot is to add sieve to the protocols= configuration line 
in your dovecot.conf.

I thought, the 'protocols=' isn't used anymore in dovecot 2.


For example, my configs look something like:
#[...]
protocols = imap lmtp sieve


So I installed dovecot-lmtp. But no difference.

Stefan


Re: [Dovecot] Can't get sieve/managedsieve working

2013-11-10 Thread Stefan Liebl

Am 2013-11-08 22:31, schrieb Achim Gottinger:

Am 08.11.2013 22:19, schrieb Alter Depp:
I am running dovecot 2.1.7 for a while, with roundcube webmail 
frontend 0.9.5 .

An wild guess but it may help if you define mail_home as well.


Does this setting exist in dovecot 2? Where should I set it and to what?

Stefan


Re: [Dovecot] Can't get sieve/managedsieve working

2013-11-09 Thread Daniel Parthey
Hi

with modern Thunderbird Versions you will need to use the daily snapshot of the 
Thunderbird SIEVE extension, since 0.2.2 doesn't work any more.

Regards
Daniel

Re: [Dovecot] Can't get sieve/managedsieve working

2013-11-08 Thread Manuel Delgado
Hi Alter,


On Fri, Nov 8, 2013 at 3:19 PM, Alter Depp  wrote:

> Hi,
>
> I am running dovecot 2.1.7 for a while, with roundcube webmail frontend
> 0.9.5 . Now I wanted to add sieve to filter mails. Unfortunately most
> tutorials are for dovecot 1.x but I'm running dovecot 2 on debian wheezy.
> I could upload some scripst with sieve-connect, checked and activated
> them. When I try to edit filters with thunderbird sieve plugin 0.2.2
> nothing happens. If I try to edit filters with roundcube managesieve plugin
> nothing happens, too, but I get some errors in logfile:
>
>> roundcube: "Authentication failed." (3)
>> roundcube: Not currently in AUTHORISATION stata (1):
>>
> Can someone help me, to get it running?
>
>
>
>
>
>
I've a similar design with Dovecot 2.1.7 and Roundcube 0.9.x. I'm using the
SieveRules plugin from JohnDoh and Pigeonhole in Dovecot.

I followed the wiki and everything worked fine, maybe this can help you:
http://wiki2.dovecot.org/Pigeonhole/

For example, my configs look something like:
#[...]
protocols = imap lmtp sieve
protocol lmtp {
  mail_plugins = $mail_plugins sieve
}
service managesieve-login {
  inet_listener sieve {
port = 4190
  }
  service_count = 1
}
#[...]


Regards,
Manuel Delgado

---
*Usuario Linux* *#520940 *

Bach. Computación e Informática
Universidad de Costa Rica


Re: [Dovecot] Can't get sieve/managedsieve working

2013-11-08 Thread Achim Gottinger

Am 08.11.2013 22:19, schrieb Alter Depp:

Hi,

I am running dovecot 2.1.7 for a while, with roundcube webmail 
frontend 0.9.5 . Now I wanted to add sieve to filter mails. 
Unfortunately most tutorials are for dovecot 1.x but I'm running 
dovecot 2 on debian wheezy.
I could upload some scripst with sieve-connect, checked and activated 
them. When I try to edit filters with thunderbird sieve plugin 0.2.2 
nothing happens. If I try to edit filters with roundcube managesieve 
plugin nothing happens, too, but I get some errors in logfile:

roundcube: "Authentication failed." (3)
roundcube: Not currently in AUTHORISATION stata (1):

Can someone help me, to get it running?

An wild guess but it may help if you define mail_home as well.