Re: [Dovecot] v2.0.rc4 released

2010-08-05 Thread Eray Aslan
On Wed, Aug 04, 2010 at 08:35:30PM +0100, Timo Sirainen wrote: http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz Linking fails with the --as-needed flag: [...] libtool: link: i686-pc-linux-gnu-gcc -O2 -march=prescott -pipe -fomit-frame-pointer -mno-tls-direct-seg-refs -Wl,-O1

[Dovecot] dot-containing foldernames \HasNoChildren bug ?

2010-08-05 Thread Samuel Kvasnica
Hello, we experience problems with dovecot configuration using the listescape plugin to allow dots in foldernames. In some mail clients, dot-containing folders won't show any subfolders. This seems to be related to the fact that the \HasNoChildren flag is set on such folders even if subfolders do

[Dovecot] Cyrus to Dovecot migration (OS X Ser ver): Backup + restore messages, live st andby server and delayed expunge and…

2010-08-05 Thread Thomas von Eyben
Hi List, I am very close to migrating from Cyrus to Dovecot (to be more precise from Mac OS X Server 10.5.8 to 10.6.4). The latter is reporting the dovecotd version to be 1.1.20apple0.5. All I have read about dovecot is extremely positive so I am exited to make the switch. BACKUP: BUT I would

Re: [Dovecot] IMAP IDLE, Virtual mailboxes

2010-08-05 Thread Matthijs Kooijman
Hi Timo, Here: http://hg.dovecot.org/dovecot-2.0/rev/eb1f471a924d Cool! I've just tested this patch on 1.2 (current hg version), and the patch applies cleanly and seems to work as well. I'm running it right now. Are there any plans to include this in 1.2 still? Gr. Matthijs signature.asc

Re: [Dovecot] mobile phone access to dovecot

2010-08-05 Thread Jerrale G
On 8/3/2010 11:36 PM, casanova99 wrote: I didn't find anything interesting in the search, so I just wanted to see what other people have done (or thought about doing). I'd like to be able to access my dovecot server via IMAP, from the Internet, using the integrated e-mail client from a smart

Re: [Dovecot] listen=*, :: broken?

2010-08-05 Thread Phil Howard
On Wed, Aug 4, 2010 at 10:47, Peer Heinlein p.heinlein+dove...@heinlein-support.de wrote: the default: listen = *, :: should work and should open port 143 on IPv4 and IPv6. On Linux, listening to :: in IPv6 has the effect of listening also on 0.0.0.0 in IPv4, even though only a single

Re: [Dovecot] listen=*, :: broken?

2010-08-05 Thread Timo Sirainen
On Thu, 2010-08-05 at 09:44 -0400, Phil Howard wrote: On Linux, listening to :: in IPv6 has the effect of listening also on 0.0.0.0 in IPv4, even though only a single socket is involved. Not if you do this (and Dovecot does): opt = 1; setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, opt,

Re: [Dovecot] listen=*, :: broken?

2010-08-05 Thread Tom Hendrikx
On 05/08/10 15:44, Phil Howard wrote: On Wed, Aug 4, 2010 at 10:47, Peer Heinlein p.heinlein+dove...@heinlein-support.de wrote: the default: listen = *, :: should work and should open port 143 on IPv4 and IPv6. On Linux, listening to :: in IPv6 has the effect of listening also on

[Dovecot] sender address of sieve vacation script

2010-08-05 Thread Wolfgang Burger
Hi, not entirerly sure wether this is the right place to ask. Sorry if not. I´m running dovecot on a Mac OS X Server (10.6.4). Everything works fine. When I try to enable a vacation message, I get the following error in the log: delays=0/0.01/0.09/0.1, dsn=5.0.0, status=bounced (host

[Dovecot] Write a c program to access a mailbox as a system user using dovecot version 2 includes/libs

2010-08-05 Thread Jonathan Siegle
Should this be doable with the current design? Is there a good reference to do this? Thanks, Jonathan smime.p7s Description: S/MIME cryptographic signature

Re: [Dovecot] sender address of sieve vacation script

2010-08-05 Thread Odhiambo Washington
On Thu, Aug 5, 2010 at 5:07 PM, Wolfgang Burger burg...@immunbio.mpg.dewrote: Hi, not entirerly sure wether this is the right place to ask. Sorry if not. I´m running dovecot on a Mac OS X Server (10.6.4). Everything works fine. When I try to enable a vacation message, I get the following

Re: [Dovecot] Write a c program to access a mailbox as a system user using dovecot version 2 includes/libs

2010-08-05 Thread Timo Sirainen
On Thu, 2010-08-05 at 10:12 -0400, Jonathan Siegle wrote: Should this be doable with the current design? Yes. Is there a good reference to do this? doveadm and dsync are good examples. Or maybe you shouldn't write a separate C program, but a doveadm plugin instead (see e.g. doveadm_quota

Re: [Dovecot] IMAP IDLE, Virtual mailboxes

2010-08-05 Thread Timo Sirainen
On Thu, 2010-08-05 at 12:22 +0200, Matthijs Kooijman wrote: Hi Timo, Here: http://hg.dovecot.org/dovecot-2.0/rev/eb1f471a924d Cool! I've just tested this patch on 1.2 (current hg version), and the patch applies cleanly and seems to work as well. I'm running it right now. Are there any

Re: [Dovecot] IMAP IDLE, Virtual mailboxes

2010-08-05 Thread Ralf Hildebrandt
* Timo Sirainen t...@iki.fi: On Thu, 2010-08-05 at 12:22 +0200, Matthijs Kooijman wrote: Hi Timo, Here: http://hg.dovecot.org/dovecot-2.0/rev/eb1f471a924d Cool! I've just tested this patch on 1.2 (current hg version), and the patch applies cleanly and seems to work as well. I'm

Re: [Dovecot] v2.0.rc4 released

2010-08-05 Thread Timo Sirainen
On Wed, 2010-08-04 at 21:56 -0700, Bradley Giesbrecht wrote: The configure script allows for user override with MYSQL_CONFIG but does not use the value in two places. -MYSQL_INCLUDE=`mysql_config --include` -MYSQL_LIBS=`mysql_config --libs` +MYSQL_INCLUDE=`$MYSQL_CONFIG

Re: [Dovecot] v2.0.rc4 released

2010-08-05 Thread Timo Sirainen
On Thu, 2010-08-05 at 10:47 +0300, Eray Aslan wrote: --- src/doveadm/Makefile.am.orig 2010-07-30 14:04:48.0 + +++ src/doveadm/Makefile.am 2010-08-05 07:38:30.0 + @@ -38,8 +38,9 @@ $(unused_objects) doveadm_LDADD = \ - $(libs) $(AUTH_LIBS) \ +

Re: [Dovecot] IMAP IDLE, Virtual mailboxes

2010-08-05 Thread Timo Sirainen
On Thu, 2010-08-05 at 16:21 +0200, Ralf Hildebrandt wrote: I was planning to avoid adding any changes to v1.2 that aren't bugfixes. (This more like a feature. :) Oh, come on. You even wrote /* FIXME: maybe some day */ :) Well, fine.. http://hg.dovecot.org/dovecot-1.2/rev/367ce71922bf But

[Dovecot] 2.0...

2010-08-05 Thread Ralf Hildebrandt
Hi I'm running 1.2.13 with sieve managesieve; no problems whatsoever, but the patching compilation process is a PITA. So I thought, why not try out 2.0rc4 for a change. But: I don't find sieve managesieve mentioned there - what do I need to enable those? -- Ralf Hildebrandt

Re: [Dovecot] 2.0...

2010-08-05 Thread Timo Sirainen
On Thu, 2010-08-05 at 16:38 +0200, Ralf Hildebrandt wrote: So I thought, why not try out 2.0rc4 for a change. But: I don't find sieve managesieve mentioned there - what do I need to enable those? - Get and install http://hg.rename-it.nl/dovecot-2.0-pigeonhole/ - Make sure to copy

[Dovecot] Double logging problem

2010-08-05 Thread Nikolaos Milas
Hi, I have a relatively new installation with LDAP and Postfix, running smoothly on CentOS but it logs dovecot messages both in /var/log/messages and in /var/log/dovecot.log. I have configured it to log in /var/log/dovecot.log (with syslog_facility: local1 and a respective line in

[Dovecot] Fwd: sender address of sieve vacation script

2010-08-05 Thread Wolfgang Burger POP
Dear Odhiambo, The represents the null sender in SMTP parlance. I think the issue here is that the destination SMTP server does NOT accept the null sender (), and that is a br0ken configuration. It has nothing to do with Dovecot though. I am not good at interpreting postfix logs so I

Re: [Dovecot] 2.0...

2010-08-05 Thread Ralf Hildebrandt
* Timo Sirainen t...@iki.fi: On Thu, 2010-08-05 at 16:38 +0200, Ralf Hildebrandt wrote: So I thought, why not try out 2.0rc4 for a change. But: I don't find sieve managesieve mentioned there - what do I need to enable those? - Get and install

Re: [Dovecot] IMAP IDLE, Virtual mailboxes

2010-08-05 Thread Matthijs Kooijman
Well, fine.. http://hg.dovecot.org/dovecot-1.2/rev/367ce71922bf Woohoo, thanks :-) But I don't know when 1.2.14 release will come, if ever. We'll see. For now I'm just running a patched version, but this saves me the trouble of recompiling if 1.2.14 every gets released :-) Gr. Matthijs

Re: [Dovecot] 2.0...

2010-08-05 Thread Timo Sirainen
On Thu, 2010-08-05 at 16:56 +0200, Ralf Hildebrandt wrote: * Timo Sirainen t...@iki.fi: On Thu, 2010-08-05 at 16:38 +0200, Ralf Hildebrandt wrote: So I thought, why not try out 2.0rc4 for a change. But: I don't find sieve managesieve mentioned there - what do I need to enable

Re: [Dovecot] 2.0...

2010-08-05 Thread Ralf Hildebrandt
* Timo Sirainen t...@iki.fi: In ADDITION to dovecot-2.0rc4 or does Stephan keep his own, sieve-enabled, branch of 2.0? In addition. There's no more need for patching. OK, rc4 doesn't build for me: libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations

Re: [Dovecot] 2.0...

2010-08-05 Thread Eray Aslan
On 08/05/2010 06:29 PM, Ralf Hildebrandt wrote: OK, rc4 doesn't build for me: http://www.dovecot.org/list/dovecot/2010-August/051334.html -- Eray

Re: [Dovecot] v2.0.rc4 released

2010-08-05 Thread Bradley Giesbrecht
On Aug 5, 2010, at 7:33 AM, Timo Sirainen wrote: On Wed, 2010-08-04 at 21:56 -0700, Bradley Giesbrecht wrote: The configure script allows for user override with MYSQL_CONFIG but does not use the value in two places. -MYSQL_INCLUDE=`mysql_config --include` -MYSQL_LIBS=`mysql_config

Re: [Dovecot] 2.0...

2010-08-05 Thread Ralf Hildebrandt
* Eray Aslan eray.as...@caf.com.tr: On 08/05/2010 06:29 PM, Ralf Hildebrandt wrote: OK, rc4 doesn't build for me: http://www.dovecot.org/list/dovecot/2010-August/051334.html Yep. I'll try that. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin

[Dovecot] dovecot 2.0 rc4, expire, sqlite

2010-08-05 Thread Burckhard Schmidt
Hello, I will use expire like described within wiki2.dovecot.org/Plugins/Expire with sqlite for a folder AutoCleanSpam. If I copy a message (with TB) into that folder, I get an error if there exists no entry for that user and that folder within the database: dict: Error: sqlite: exec(INSERT

Re: [Dovecot] v2.0.rc4 released

2010-08-05 Thread Bradley Giesbrecht
On Aug 5, 2010, at 7:33 AM, Timo Sirainen wrote: On Wed, 2010-08-04 at 21:56 -0700, Bradley Giesbrecht wrote: The configure script allows for user override with MYSQL_CONFIG but does not use the value in two places. -MYSQL_INCLUDE=`mysql_config --include` -MYSQL_LIBS=`mysql_config

Re: [Dovecot] dot-containing foldernames \HasNoChildren bug ?

2010-08-05 Thread Timo Sirainen
On Thu, 2010-08-05 at 10:06 +0200, Samuel Kvasnica wrote: we experience problems with dovecot configuration using the listescape plugin to allow dots in foldernames. In some mail clients, dot-containing folders won't show any subfolders. This seems to be related to the fact that the

Re: [Dovecot] v2.0.rc4 released

2010-08-05 Thread Timo Sirainen
On Thu, 2010-08-05 at 09:15 -0700, Bradley Giesbrecht wrote: You could have --with-mysql except a install prefix or path to mysql_config, a lot of other configure scripts do this. That's exactly why I don't like them. It's a path to somewhere. I never know what path it wants. And different

Re: [Dovecot] v2.0.rc4 released

2010-08-05 Thread Timo Sirainen
On Thu, 2010-08-05 at 08:38 -0700, Bradley Giesbrecht wrote: I add the following to env and configure worked for me. MYSQL_CONFIG=/opt/local/bin/mysql_config5 Here: http://hg.dovecot.org/dovecot-2.0/rev/ebb4362b6d0d

Re: [Dovecot] dovecot 2.0 rc4, expire, sqlite

2010-08-05 Thread Timo Sirainen
On Thu, 2010-08-05 at 18:02 +0200, Burckhard Schmidt wrote: If I copy a message (with TB) into that folder, I get an error if there exists no entry for that user and that folder within the database: dict: Error: sqlite: exec(INSERT INTO expires (expire_stamp,username,mailbox) VALUES

Re: [Dovecot] listen=*, :: broken?

2010-08-05 Thread Phil Howard
On Thu, Aug 5, 2010 at 09:56, Tom Hendrikx t...@whyscream.net wrote: This is not true for my linux distro at least, which does not listen on ipv4 interface when setting listen = [::] (in dovecot 1.2.13). I need listen = *, [::] to enable support for both ipv4 and ipv6. This sounds like some

Re: [Dovecot] v2.0.rc4 released

2010-08-05 Thread Bradley Giesbrecht
On Aug 5, 2010, at 9:33 AM, Timo Sirainen wrote: On Thu, 2010-08-05 at 08:38 -0700, Bradley Giesbrecht wrote: I add the following to env and configure worked for me. MYSQL_CONFIG=/opt/local/bin/mysql_config5 Here: http://hg.dovecot.org/dovecot-2.0/rev/ebb4362b6d0d Ok, good, so you fixed

Re: [Dovecot] v2.0.rc4 released

2010-08-05 Thread Bradley Giesbrecht
On Aug 5, 2010, at 9:27 AM, Timo Sirainen wrote: On Thu, 2010-08-05 at 09:15 -0700, Bradley Giesbrecht wrote: You could have --with-mysql except a install prefix or path to mysql_config, a lot of other configure scripts do this. That's exactly why I don't like them. It's a path to

Re: [Dovecot] Cyrus to Dovecot migration (OS X Ser ver): Backup + restore messages, live standby s erver and delayed expunge and…

2010-08-05 Thread Ed W
On 05/08/2010 10:28, Thomas von Eyben wrote: Hi List, I am very close to migrating from Cyrus to Dovecot (to be more precise from Mac OS X Server 10.5.8 to 10.6.4). Just a tip, but during my migration I first switched all users to point at dovecot, but used the proxy feature to point them

Re: [Dovecot] Cyrus to Dovecot migration (OS X Server) : Backup + restore messages, live standby server and delayed expunge and…

2010-08-05 Thread Timo Sirainen
On Thu, 2010-08-05 at 11:28 +0200, Thomas von Eyben wrote: RESTORE: dovecot is designed better and will automatically recognised the restored messages without the need to reconstruct any databases or stopping+restarting the service. Is this really true ,-)? Yes. DELAYED DELETION OF

[Dovecot] Dovecot 2.0.rc4 not generating ssl-parameters.dat on first start

2010-08-05 Thread Andreas M. Kirchwitz
Dear Dovecot lovers! When starting Dovecot 1.x the first time, it runs ssl-build-params to generate a file named ssl-parameters.dat. This takes a couple of minutes. During this time users have no access to their mail, but this can be planned in advance and users can be notified. This is

Re: [Dovecot] dot-containing foldernames \HasNoChildren bug ?

2010-08-05 Thread Samuel Kvasnica
Hi Timo, On 08/05/2010 06:26 PM, Timo Sirainen wrote: I think this problem shows up only with acl+listescape combination. I fixed it for v2.0 now with http://hg.dovecot.org/dovecot-2.0/rev/e77310eedfbb. Some of the other commits before that were also required to get it working correctly. I'm

Re: [Dovecot] dot-containing foldernames \HasNoChildren bug ?

2010-08-05 Thread Timo Sirainen
On 5.8.2010, at 21.13, Samuel Kvasnica wrote: Hi Timo, On 08/05/2010 06:26 PM, Timo Sirainen wrote: I think this problem shows up only with acl+listescape combination. I fixed it for v2.0 now with http://hg.dovecot.org/dovecot-2.0/rev/e77310eedfbb. Some of the other commits before that

[Dovecot] assertion failure with 2.0rc4

2010-08-05 Thread Ryan Murray
Ran into an assertion error on login with 2.0rc4, with kmail and the N900 mail client: OS: Ubuntu Lucid 10.04.1 LTS FS: ext4 arch: x86-64 dovecot: imap-login: Login: user=rmurray, method=PLAIN, rip=192.168.1.9, lip=192.168.1.1, mpid=31843, TLS dovecot: imap(rmurray): Panic: file

Re: [Dovecot] AntiSpam Plugin

2010-08-05 Thread Daryl Richards
On 05/08/10 10:37 AM, Leander S. wrote: Am 28.07.2010 21:34, schrieb Daryl Richards: I've also had this problem in the past. I wrote a wrapper script to try to log what is happening. Funny thing is, when run through this script it works fine. Without the script it fails. Not sure where to

[Dovecot] Making both folder and .folder available to dovecot-lda but not imap

2010-08-05 Thread Stand H
Hi, I'm looking for a way to deliver mail to both 'folder' and '.folder'. I put LAYOUT=fs to mail_location, sieve recognize both 'folder' and '.folder', but I don't want dovecot-imap to show 'folder' to imap client. The purpose is to send some emails to 'folder' and don't let user to see the