Re: [Dovecot] v2.0.15 released

2011-09-17 Thread Robert Schetterer
Am 16.09.2011 23:11, schrieb Stephan Bosch: > Op 16-9-2011 20:47, Robert Schetterer schreef: >> http://xi.rename-it.nl/debian has a up2date repository > > Yes, extremely up-to-date. So, just don't forget to mention that this > repository is not for production setups. > > Regards, > > Stephan.

Re: [Dovecot] v2.1.alpha2 released

2011-09-17 Thread Odhiambo Washington
On Fri, Sep 16, 2011 at 23:55, Timo Sirainen wrote: > On 16.9.2011, at 19.08, Odhiambo Washington wrote: > > > /usr/home/wash/Tools/Dovecot/dovecot-2.1.alpha2/src/lib/env-util.c:148: > > undefined reference to `environ' > > Hmm. I suppose it works if you remove this line from configure: > > NOPL

Re: [Dovecot] Sieve envelope :detail "to" "extention" does not deliver to fileinto destination

2011-09-17 Thread Aleksandar Lazic
Dear Stephan, On Sam 17.09.2011 01:30, Stephan Bosch wrote: Op 16-9-2011 23:35, Stephan Bosch schreef: My guess is that you need to add the recipient_delimiter setting to the plugin section also: plugin { recipient_delimiter = - } Matbe this should be unified somehow. This should be fixed

Re: [Dovecot] Detecting duplicate messages with sieve

2011-09-17 Thread Aleksandar Lazic
On Fre 16.09.2011 15:11, Timo Sirainen wrote: On Fri, 2011-09-16 at 00:02 +0200, Aleksandar Lazic wrote: "Detecting duplicate messages" .. Is there a similar feature in sieve No. or can I still use the upper setup? I think so. Maybe I have overseen this possibiliy but how an I execute

[Dovecot] Auth protocol and XMPP

2011-09-17 Thread Kim Alvefur
Hello. I've written an authentication backend for the XMPP server Prosody, which makes it use Dovecots auth socket and protocol, and letting the client use any SASL mechanism Dovecot offers. However, setups using the full user@domain as authnid won't work, due to most XMPP clients assuming that t

[Dovecot] FreeBSD compilation issues (was: v2.1.alpha2 released)

2011-09-17 Thread Edgar Fuß
> You are welcome to login to this box and spot the difference to Linux Could this be a problem similar to that mentioned in http://mail-index.NetBSD.org/tech-pkg/2011/09/05/msg007628.html and its follow-ups?

[Dovecot] default_pass_scheme = PLAIN and blank password

2011-09-17 Thread Gary V
I'm using Dovecot 1.2.15 on Ubuntu, but I think this applies to other versions as well. I store user info and passwords in MySQL. It appears 'default_pass_scheme = PLAIN' allows blank passwords. My question is: Is this a bug or is this by design? If it is by design, is there a setting that I'm not

Re: [Dovecot] [PATCH] SCRAM-SHA-1 authentication

2011-09-17 Thread Florian Zeitz
Am 16.09.2011 14:40, schrieb Timo Sirainen: > On Fri, 2011-09-16 at 02:47 +0200, Florian Zeitz wrote: > > Looks pretty good. Below are a few things I noticed. I could fix these > myself next week also, or you can do them during weekend if you want > to. :) > I decided to do it myself, hope this f