Re: [Dovecot] disable zlib via config to allow per mailbox compression level

2010-10-18 Thread Kui Zhang
Thanks guys. setting both zlib_save_level and zlib_save to null disables zlib wiki updated. KuiZ On Sun, Oct 10, 2010 at 3:36 PM, Timo Sirainen wrote: > On 11.10.2010, at 0.48, Jerrale G wrote: > >   zlib_save_level = 6 # 1..9 >   zlib_save = gz # or bz2 >> for all other applications i

[Dovecot] (no subject)

2010-10-18 Thread Dead Gardens
Hello dovecot-list. I have the next problem with include option and managesieve .dovecot.sieve.log: info: started log at Oct 18 21:46:18. main_script: line 2: error: include: global location for included script 'roundcube.sieve' is unavailable (contact system administrator for more information)

Re: [Dovecot] sharing of virtual folders?

2010-10-18 Thread Ernesto Revilla Derksen
Strange, I was mailing with Timo about the same requirement: Shared Virtual Folders being the the virtual folder just a view (search, e.g. of imap keywords). regards. Erny 2010/10/19 Lutz Preßler : > On Mon, 18 Oct 2010, Timo Sirainen wrote: > >> On Mon, 2010-10-18 at 11:21 +0200, Lutz Preßler w

Re: [Dovecot] dovecot genesis v2.0.X

2010-10-18 Thread Cassidy Larson
I am on FreeBSD 8.1/amd64 and running Dovecot 2.0.5 on 8+ boxes. I just tweaked my port source to install the 2.0.x version instead of 1.2.x. It's been very stable for us without any issues. -c On Mon, Oct 18, 2010 at 10:47 AM, Jim Pazarena wrote: > V2 of dovecot has had the following releases

Re: [Dovecot] dovecot genesis v2.0.X

2010-10-18 Thread Jim Pazarena
On 10/18/2010 2:12 PM, Jerry wrote: Five updates in something like 63 days is certainly not encouraging. I am sure that Timo is doing the best he can; however, unless you had some over whelming need to update, and I would really like to know what this is, I would recommend waiting. By the way, I

Re: [Dovecot] Per User Quotas with LDAP on Dovecot 1.x

2010-10-18 Thread Camron W. Fox
On 10/10/18 11:28, Timo Sirainen wrote: > On 18.10.2010, at 20.42, Camron W. Fox wrote: > >>> You're not calling deliver with -d parameter? >> >> No. Did I miss that in the documentation? Where is that configured? >> This is what I have in postfix main.cf: >> >> mailbox_command = /usr/libexec

Re: [Dovecot] Question about Client Certificates

2010-10-18 Thread Jerry
On Mon, 18 Oct 2010 23:17:40 +0100 William Gallafent articulated: > Current status: I have successfully configured imap with tls, accessed > on port 993, and for security require a valid client certificate to be > presented, using ssl_require_client_cert and ssl_verify_client_cert. > This is all

Re: [Dovecot] Segfault in dovecot-lda 2.0.5

2010-10-18 Thread Aaron
On 10/18/2010 3:38 PM, Stephan Bosch wrote: On 10/19/2010 12:25 AM, Aaron wrote: On 10/10/2010 8:48 AM, Stephan Bosch wrote: Op 10-10-2010 17:30, Sean Cardus schreef: Any ideas? Yes, this was reported several times already. First thread: http://www.dovecot.org/list/dovecot/2010-October

Re: [Dovecot] Segfault in dovecot-lda 2.0.5

2010-10-18 Thread Stephan Bosch
On 10/19/2010 12:25 AM, Aaron wrote: On 10/10/2010 8:48 AM, Stephan Bosch wrote: Op 10-10-2010 17:30, Sean Cardus schreef: Any ideas? Yes, this was reported several times already. First thread: http://www.dovecot.org/list/dovecot/2010-October/053475.html Apply this change: http://hg.do

Re: [Dovecot] sharing of virtual folders?

2010-10-18 Thread Lutz Preßler
On Mon, 18 Oct 2010, Timo Sirainen wrote: > On Mon, 2010-10-18 at 11:21 +0200, Lutz Preßler wrote: > > > Is sharing of virtual folders supposed to work? > > Not really.. So you were thinking about giving some access to the > virtual folder, but not to the actual backend folders? Yes, I can imagi

Re: [Dovecot] changed separator/sharing of subfolders (Re: problem with subscriptions=no and changed separator ?)

2010-10-18 Thread Lutz Preßler
On Mon, 18 Oct 2010, Timo Sirainen wrote: > On Mon, 2010-10-18 at 11:06 +0200, Lutz Preßler wrote: > > > another problem with changed separator (2.0.5-0~auto+23 (b8803a1e2dc2)). > > I tried sharing virtual folders (see next mail), and noticed that sharing of > > subfolders does not seem to work if

[Dovecot] Question about Client Certificates

2010-10-18 Thread William Gallafent
Hi, I have a simple dovecot installation, version 1.2.12 of ubuntu 10.10. I also have a straightforward newbie question! I've hunted in the wiki and on the wider web, but not yet found a solution. Current status: I have successfully configured imap with tls, accessed on port 993, and for security

Re: [Dovecot] Per User Quotas with LDAP on Dovecot 1.x

2010-10-18 Thread Timo Sirainen
On 18.10.2010, at 20.42, Camron W. Fox wrote: >> You're not calling deliver with -d parameter? > > No. Did I miss that in the documentation? Where is that configured? > This is what I have in postfix main.cf: > > mailbox_command = /usr/libexec/dovecot/deliver Often that's done with system

Re: [Dovecot] dovecot genesis v2.0.X

2010-10-18 Thread Jerry
On Mon, 18 Oct 2010 09:47:42 -0700 Jim Pazarena articulated: > V2 of dovecot has had the following releases (to recap) > > 2.0.0 2010-08-16 > 2.0.1 2010-08-24 > 2.0.2 2010-09-08 > 2.0.3 2010-09-17 > 2.0.4 2010-09-26 > 2.0.5 2010-10-01 > > I am on FreeBSD, and the port committers want to w

Re: [Dovecot] Per User Quotas with LDAP on Dovecot 1.x

2010-10-18 Thread Camron W. Fox
On 10/10/18 04:15, Timo Sirainen wrote: > On Fri, 2010-10-15 at 09:29 -1000, Camron W. Fox wrote: > >> Once again, dovecot-imap seems to read the info correctly, as >> the TBird >> plugin reads 20MB as the user quota, but deliver begins to reject mail >> at the 10MB default. Also, the quot

Re: [Dovecot] cmusieve and logging

2010-10-18 Thread Stephan Bosch
Op 18-10-2010 20:50, cool.chri...@web.de schreef: Am Montag 18 Oktober 2010, um 08:24:19 schrieb Stephan Bosch: On 10/18/2010 8:03 AM, cool.chri...@web.de wrote: Hello, is there a way to write a logfile during sieve-actions? At least, I have trouble in reading sieve-scripts with tools fro

Re: [Dovecot] CLient issues

2010-10-18 Thread Charles Marcus
On 2010-10-18 2:48 PM, The Doctor wrote: > On Mon, Oct 18, 2010 at 02:15:28PM -0400, Charles Marcus wrote: >> On 2010-10-18 1:31 PM, The Doctor wrote: >>> On Mon, Oct 18, 2010 at 01:27:40PM -0400, Charles Marcus wrote: >> You mean Outlook re-downloads the same message over and over and >> Thunderb

Re: [Dovecot] maildir-dbox hybrid

2010-10-18 Thread Luben Karavelov
On Sun, 17 Oct 2010 22:23:29 +0100, Timo Sirainen wrote: > On 17.10.2010, at 17.52, Roland Stuehmer wrote: > >> How can I convert old mailboxes in "maildir-dbox hybrid" to a current dbox? > > Does this help? http://dovecot.org/list/dovecot/2010-September/053012.html If I understand it correctly

Re: [Dovecot] cmusieve and logging

2010-10-18 Thread cool . chris65
Am Montag 18 Oktober 2010, um 08:24:19 schrieb Stephan Bosch: > On 10/18/2010 8:03 AM, cool.chri...@web.de wrote: > > Hello, > > > > is there a way to write a logfile during sieve-actions? > > > > At least, I have trouble in reading sieve-scripts with tools from kmail > > ("connection refused)

Re: [Dovecot] CLient issues

2010-10-18 Thread The Doctor
On Mon, Oct 18, 2010 at 02:15:28PM -0400, Charles Marcus wrote: > On 2010-10-18 1:31 PM, The Doctor wrote: > > On Mon, Oct 18, 2010 at 01:27:40PM -0400, Charles Marcus wrote: > >> On 2010-10-16 5:38 PM, The Doctor wrote: > >>> However some POP3 issues have popped up. > >>> > >>> 1) Outlook reate e-

Re: [Dovecot] After Upgrade to Dovecot 2.0.5 SSL problems

2010-10-18 Thread Timo Sirainen
On Mon, 2010-10-18 at 20:26 +0200, derunfehlb...@freenet.de wrote: > > I've upgraded my Dovecot from 1.2 to 2.0.5. Everything is working fine on my > Gentoo, also login with imaps and pop3s. So imaps/pop3s works fine for most users? > I have in my config autocreate folders for new users. Aft

Re: [Dovecot] Backup recovery with mdbox

2010-10-18 Thread Andre Nathan
On Mon, 2010-10-18 at 18:38 +0100, Timo Sirainen wrote: > Added to hg: > >This example imports all mails from a backup under a backup-20101026 >mailbox: > >doveadm import -u jane@example.org \ >mdbox:/backup/20101026/jane.doe/mdbox backup-20101026 all > >

[Dovecot] After Upgrade to Dovecot 2.0.5 SSL problems

2010-10-18 Thread derunfehlbare
Hi, I've upgraded my Dovecot from 1.2 to 2.0.5. Everything is working fine on my Gentoo, also login with imaps and pop3s. But: I have in my config autocreate folders for new users. After creating a new user (with PostfixAdmin) I see in my logfile with SSL enabled this:   imap-login: Wa

Re: [Dovecot] dovecot genesis v2.0.X

2010-10-18 Thread Timo Sirainen
On Mon, 2010-10-18 at 11:08 -0700, Brad Davidson wrote: > Timo - I noticed in the TODO you've got: > doveadm director assign > > That would sure be nice to have for testing - add a test host with > weight 0 and assign guinea pig users to it on the fly! Hmm. Actually now that I think of it, thi

Re: [Dovecot] dovecot genesis v2.0.X

2010-10-18 Thread Dennis Clarke
> On Mon, 2010-10-18 at 13:46 -0400, Dennis Clarke wrote: > >> > I am running 2.0.5 (svn repository) in production for about a >> > thousand users without major issues. >> >> Please Sir, on what OS and architecture ? > > I think the stability has less to do with that, and more to do with what > p

Re: [Dovecot] CLient issues

2010-10-18 Thread Charles Marcus
On 2010-10-18 1:31 PM, The Doctor wrote: > On Mon, Oct 18, 2010 at 01:27:40PM -0400, Charles Marcus wrote: >> On 2010-10-16 5:38 PM, The Doctor wrote: >>> However some POP3 issues have popped up. >>> >>> 1) Outlook reate e-mail but not on Thunderbird. >> What does 'reate' mean? > I meant repeat.

Re: [Dovecot] dovecot genesis v2.0.X

2010-10-18 Thread Brad Davidson
We're using 2.0.5 Director in front of a 1.2.15 POP/IMAP cluster for 60k accounts. I figure we might look at upgrading the backend to 2.0.x sometime in December after some additional shake-down and testing. Timo - I noticed in the TODO you've got: doveadm director assign That would sure be nice

Re: [Dovecot] changed separator/sharing of subfolders (Re: problem with subscriptions=no and changed separator ?)

2010-10-18 Thread Timo Sirainen
On Mon, 2010-10-18 at 11:06 +0200, Lutz Preßler wrote: > another problem with changed separator (2.0.5-0~auto+23 (b8803a1e2dc2)). > I tried sharing virtual folders (see next mail), and noticed that sharing of > subfolders does not seem to work if the "receiving" user has a changed > separator (dif

Re: [Dovecot] sharing of virtual folders?

2010-10-18 Thread Timo Sirainen
On Mon, 2010-10-18 at 11:21 +0200, Lutz Preßler wrote: > Is sharing of virtual folders supposed to work? Not really.. So you were thinking about giving some access to the virtual folder, but not to the actual backend folders?

Re: [Dovecot] dovecot genesis v2.0.X

2010-10-18 Thread Timo Sirainen
On Mon, 2010-10-18 at 13:46 -0400, Dennis Clarke wrote: > > I am running 2.0.5 (svn repository) in production for about a > > thousand users without major issues. > > Please Sir, on what OS and architecture ? I think the stability has less to do with that, and more to do with what parts of Dove

Re: [Dovecot] dovecot genesis v2.0.X

2010-10-18 Thread Dennis Clarke
> > > I am running 2.0.5 (svn repository) in production for about a > thousand users without major issues. Please Sir, on what OS and architecture ? -- Dennis

Re: [Dovecot] dovecot genesis v2.0.X

2010-10-18 Thread GJ-Pro - Joan
I am running 2.0.5 (svn repository) in production for about a thousand users without major issues. On Mon, 18 Oct 2010 09:47:42 -0700, Jim Pazarena wrote: > V2 of dovecot has had the following releases (to recap) > > 2.0.0 2010-08-16 > 2.0.1 2010-08-24 > 2.0.2 2010-09-08 > 2.0.3 2010-09-17

Re: [Dovecot] Shared folders, please help.!

2010-10-18 Thread Timo Sirainen
On Mon, 2010-10-18 at 16:18 +0200, Johan Hendriks wrote: > > location = maildir:/usr/local/virtual/%%d/%%n:INDEX=/shared/%%n > > > I knew i missed something, and i tried a lot of options, but always > leave that shared behind %%n > the INDEX=/shared/%%n where does this point to? To /shared/user

Re: [Dovecot] dovecot genesis v2.0.X

2010-10-18 Thread Dennis Clarke
> On Mon, 2010-10-18 at 09:47 -0700, Jim Pazarena wrote: > >> So, my question is, respectfully, is dovecot V2.0.5 stable enough >> for prime-time on a busy ISP mail server? I'll install it myself >> independent of the FreeBSD ports tree if so. > > It's getting better :) I'll make 2.0.6 release thi

Re: [Dovecot] Imap Logout format

2010-10-18 Thread Timo Sirainen
On Mon, 2010-10-18 at 19:05 +0200, Antonio Perez-Aranda wrote: > Courier write like that: > > ... imapd: LOGOUT, user=luism.martinez, ip=[:::127.0.0.1], > headers=0, body=0, rcvd=131, sent=632, time=0 > > ¿Is there any Variables on imap_logout_format to get headers, body and > time vars? Wha

Re: [Dovecot] Backup recovery with mdbox

2010-10-18 Thread Timo Sirainen
On Tue, 2010-10-05 at 09:56 -0300, Andre Nathan wrote: > I'm using mdbox for mail storage. I'd like to give users an option to > recover backups into a new folder, say, Backup-$date. Added to hg: This example imports all mails from a backup under a backup-20101026 mailbox:

Re: [Dovecot] dovecot genesis v2.0.X

2010-10-18 Thread Timo Sirainen
On Mon, 2010-10-18 at 09:47 -0700, Jim Pazarena wrote: > So, my question is, respectfully, is dovecot V2.0.5 stable enough > for prime-time on a busy ISP mail server? I'll install it myself > independent of the FreeBSD ports tree if so. It's getting better :) I'll make 2.0.6 release this week ag

Re: [Dovecot] CLient issues

2010-10-18 Thread The Doctor
On Mon, Oct 18, 2010 at 01:27:40PM -0400, Charles Marcus wrote: > On 2010-10-16 5:38 PM, The Doctor wrote: > > However some POP3 issues have popped up. > > > > 1) Outlook reate e-mail but not on Thunderbird. > > What does 'reate' mean? I meant repeat. > > > 2) AVG Proxy interferes with POP3.

Re: [Dovecot] CLient issues

2010-10-18 Thread fake...@fakessh.eu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 18.10.2010 19:27, Charles Marcus a écrit : > On 2010-10-16 5:38 PM, The Doctor wrote: >> However some POP3 issues have popped up. >> >> 1) Outlook reate e-mail but not on Thunderbird. > > What does 'reate' mean? > >> 2) AVG Proxy interferes with P

Re: [Dovecot] CLient issues

2010-10-18 Thread Charles Marcus
On 2010-10-16 5:38 PM, The Doctor wrote: > However some POP3 issues have popped up. > > 1) Outlook reate e-mail but not on Thunderbird. What does 'reate' mean? > 2) AVG Proxy interferes with POP3. > > Any solutions? Don't use AVG... -- Best regards, Charles

[Dovecot] CLient issues

2010-10-18 Thread The Doctor
BSDI and Dovecot 2 solved. However some POP3 issues have popped up. 1) Outlook reate e-mail but not on Thunderbird. 2) AVG Proxy interferes with POP3. Any solutions? -- Member - Liberal International This is doc...@nl2k.ab.ca Ici doc...@nl2k.ab.ca God, Queen and country! Never Satan President

[Dovecot] Imap Logout format

2010-10-18 Thread Antonio Perez-Aranda
He all, I'm migrating a big system from Courier to Dovecot and we have a custom analyzer logger system to Courier logs. We have got the very similar specs on IMAP LOGIN log, but I can't get the Logout format. Courier write like that: ... imapd: LOGOUT, user=luism.martinez, ip=[:::127.0.0.1]

Re: [Dovecot] Split plugin config in diferents files

2010-10-18 Thread Antonio Perez-Aranda
Really greats, It's running. Thanks you. 2010/10/18 Timo Sirainen : > Probably. Try. > > On Mon, 2010-10-18 at 16:51 +0200, Antonio Perez-Aranda wrote: >> It's greats. >> but ¿in 1.2? >> >> 2010/10/14 Timo Sirainen : >> > On Thu, 2010-10-07 at 12:10 +0200, Antonio Perez-Aranda wrote: >> > >> >> I

[Dovecot] dovecot genesis v2.0.X

2010-10-18 Thread Jim Pazarena
V2 of dovecot has had the following releases (to recap) 2.0.0 2010-08-16 2.0.1 2010-08-24 2.0.2 2010-09-08 2.0.3 2010-09-17 2.0.4 2010-09-26 2.0.5 2010-10-01 I am on FreeBSD, and the port committers want to wait till dovecot V2 "stabilizes" prior to adding it to the FreeBSD ports base. So

Re: [Dovecot] Filtering IP address connections ?

2010-10-18 Thread fake...@fakessh.eu
Le 18.10.2010 16:34, Frank Bonnet a écrit : > OK folks > > I'll let the firewall do the job ! > > Thanks > and check the config to postfix it is easy to implement custom cidr table -- http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7 gpg --keyserver pgp.mit.edu --recv-key 092164A

Re: [Dovecot] Split plugin config in diferents files

2010-10-18 Thread Timo Sirainen
Probably. Try. On Mon, 2010-10-18 at 16:51 +0200, Antonio Perez-Aranda wrote: > It's greats. > but ¿in 1.2? > > 2010/10/14 Timo Sirainen : > > On Thu, 2010-10-07 at 12:10 +0200, Antonio Perez-Aranda wrote: > > > >> Is possible to split dovecot.conf with a very very big plugin {} section? > >> > >

Re: [Dovecot] Split plugin config in diferents files

2010-10-18 Thread Antonio Perez-Aranda
It's greats. but ¿in 1.2? 2010/10/14 Timo Sirainen : > On Thu, 2010-10-07 at 12:10 +0200, Antonio Perez-Aranda wrote: > >> Is possible to split dovecot.conf with a very very big plugin {} section? >> >> Maybe, some like apache with sites-enabled.d > > If you look at the default example-config, it

Re: [Dovecot] Filtering IP address connections ?

2010-10-18 Thread Frank Bonnet
OK folks I'll let the firewall do the job ! Thanks On 10/18/2010 03:40 PM, Jerry wrote: On Mon, 18 Oct 2010 14:49:50 +0200 fake...@fakessh.eu articulated: Le 18.10.2010 14:32, Leonardo Rodrigues a écrit : why not make things easier and use your OS packet filter for that ? iptables f

Re: [Dovecot] Version checks and API/ABI/sonames

2010-10-18 Thread Timo Sirainen
On Mon, 2010-10-18 at 09:22 +0300, Axel Thimm wrote: > Could the checks become ABI-version aware, so that rebuilds and > redistribution are kept to a minimum? Maybe Timo is already keeping > API/ABI stability between minor updates, so the version checks should be > against the first two version co

Re: [Dovecot] Shared folders, please help.!

2010-10-18 Thread Johan Hendriks
2010/10/18 Timo Sirainen : > On Mon, 2010-10-11 at 17:11 +0200, Johan Hendriks wrote: >> >> namespace { >>    inbox = no >>    list = children >>    location = maildir:/usr/local/virtual/%%d/%%n/shared/:INDEX=/shared/%%n > > Somehow I missed this first: There's an extra "shared/" in the mail > loca

Re: [Dovecot] Per User Quotas with LDAP on Dovecot 1.x

2010-10-18 Thread Timo Sirainen
On Fri, 2010-10-15 at 09:29 -1000, Camron W. Fox wrote: > Once again, dovecot-imap seems to read the info correctly, as > the TBird > plugin reads 20MB as the user quota, but deliver begins to reject mail > at the 10MB default. Also, the quota warning messages are sent base on > the defaul

Re: [Dovecot] Retrieving unread message count

2010-10-18 Thread Timo Sirainen
On Sun, 2010-10-17 at 21:11 -0700, Brandon Davidson wrote: > It looks like draft-ietf-morg-inthread-01 dropped THREADROOT/THREADLEAF > which is too bad. It would be really nice to be able to do something like: > > s01 SEARCH RETURN (COUNT) THREADROOT INTHREAD Yeah, I was almost going to suggest

Re: [Dovecot] Limit access to dovecot by domains?

2010-10-18 Thread Alan Brown
> Date: Fri, 15 Oct 2010 15:09:57 +1100 > From: Jobst Schmalenbach > Subject: Re: [Dovecot] Limit access to dovecot by domains? > To: Timo Sirainen > Cc: dovecot@dovecot.org > Message-ID: <20101015040957.ga3...@senna.barrett.com.au> > Content-Type: text/plain; charset=us-ascii > > On Thu, Oct 14

Re: [Dovecot] Shared folders, please help.!

2010-10-18 Thread Timo Sirainen
On Mon, 2010-10-11 at 17:11 +0200, Johan Hendriks wrote: > > namespace { >inbox = no >list = children >location = maildir:/usr/local/virtual/%%d/%%n/shared/:INDEX=/shared/%%n Somehow I missed this first: There's an extra "shared/" in the mail location. You're now telling Dovecot to a

Re: [Dovecot] Filtering IP address connections ?

2010-10-18 Thread Jerry
On Mon, 18 Oct 2010 14:49:50 +0200 fake...@fakessh.eu articulated: > Le 18.10.2010 14:32, Leonardo Rodrigues a écrit : > > > > why not make things easier and use your OS packet filter for > > that ? iptables for linux, for example > > > > Em 18/10/2010 10:22, Frank Bonnet escreveu: > >> Hel

Re: [Dovecot] Filtering IP address connections ?

2010-10-18 Thread fake...@fakessh.eu
Le 18.10.2010 15:24, Charles Marcus a écrit : > On 2010-10-18 8:49 AM, fake...@fakessh.eu wrote: >> with sieve is also possible: I give an example >> >> require >> ["fileinto","regex","comparator-i;ascii-numeric","reject","relational"]; >> >> if anyof ( >> header :contains "Received" >>

Re: [Dovecot] Filtering IP address connections ?

2010-10-18 Thread Charles Marcus
On 2010-10-18 8:49 AM, fake...@fakessh.eu wrote: > with sieve is also possible: I give an example > > require > ["fileinto","regex","comparator-i;ascii-numeric","reject","relational"]; > > if anyof ( > header :contains "Received" > [ "[4.63.*.*", > ] > { > reject text:

Re: [Dovecot] Filtering IP address connections ?

2010-10-18 Thread fake...@fakessh.eu
Le 18.10.2010 14:32, Leonardo Rodrigues a écrit : > > why not make things easier and use your OS packet filter for that ? > iptables for linux, for example > > Em 18/10/2010 10:22, Frank Bonnet escreveu: >> Hello >> >> Is it possible to refuse connections from some IP address >> in Dovecot c

Re: [Dovecot] strange behavior with virtual accounts and imap

2010-10-18 Thread Charles Marcus
On 2010-10-18 3:38 AM, vladi wrote: > Example: I send email to info@ with subject: 'new offer': jane and john > receive both a copy. Jane with outlook download her mail in the morning > and delete the message. outlook mark it for deletion and leave it in her > maildir. That *sounds* like IMAP, not

Re: [Dovecot] Filtering IP address connections ?

2010-10-18 Thread Leonardo Rodrigues
why not make things easier and use your OS packet filter for that ? iptables for linux, for example Em 18/10/2010 10:22, Frank Bonnet escreveu: Hello Is it possible to refuse connections from some IP address in Dovecot configuration ? -- Atenciosamente / Sincerily,

Re: [Dovecot] Shared folders, please help.!

2010-10-18 Thread Johan Hendriks
2010/10/15 Timo Sirainen : > On Fri, 2010-10-15 at 13:47 +0100, Timo Sirainen wrote: > >> But you should have seen in logs at login time stuff like: >> >> Debug: Namespace : type=shared, prefix=shared/%d/%n/, sep=/, inbox=no, >> hidden=no, list=children, subscriptions=no >> location=maildir:%h/Ma

[Dovecot] Filtering IP address connections ?

2010-10-18 Thread Frank Bonnet
Hello Is it possible to refuse connections from some IP address in Dovecot configuration ? Thanks

Re: [Dovecot] dovecot-lda crash

2010-10-18 Thread spamvoll
check if that fix the issue http://hg.dovecot.org/dovecot-2.0/rev/e2f9baa436f2 2010/10/18 Luca Palazzo : > Hi Timo and All, > we had to revert back to LDA delivery instead of lmtp proxy (too buggy). > We nare now experiencing process segfaults: > > [503564.305998] dovecot-lda[2415]: segfault at 4

[Dovecot] dovecot-lda crash

2010-10-18 Thread Luca Palazzo
Hi Timo and All, we had to revert back to LDA delivery instead of lmtp proxy (too buggy). We nare now experiencing process segfaults: [503564.305998] dovecot-lda[2415]: segfault at 48 ip b779e5b9 sp bfaf0ba8 error 6 in libdovecot-storage.so.0.0.0[b774b000+b9000] [503615.786468] dovecot-lda[2405]

[Dovecot] sharing of virtual folders?

2010-10-18 Thread Lutz Preßler
Hello, Debian 2.0.5-0~auto+23 (b8803a1e2dc2): Is sharing of virtual folders supposed to work? namespace virtual { location = virtual:~/Maildir/virtual:LAYOUT=maildir++ prefix = INBOX.virtual. type = private } with (as user) 0 getacl INBOX.virtual.week * ACL "INBOX.virtual.week" "testuser"

[Dovecot] changed separator/sharing of subfolders (Re: problem with subscriptions=no and changed separator ?)

2010-10-18 Thread Lutz Preßler
Hello, another problem with changed separator (2.0.5-0~auto+23 (b8803a1e2dc2)). I tried sharing virtual folders (see next mail), and noticed that sharing of subfolders does not seem to work if the "receiving" user has a changed separator (different separator/prefix settings through userdb_namespac

Re: [Dovecot] strange behavior with virtual accounts and imap

2010-10-18 Thread vladi
On 10/13/2010 02:36 PM, Charles Marcus wrote: Please don't top-post... On 2010-10-13 7:15 AM, vladi wrote: info@ is postfix alias, all mail send to info@ is distributed to all other accounts. info@ doesn't have email in Maildir Users have configured POP3 account for sending email via info@ eve

Re: [Dovecot] quota sql dict permissions dilemma

2010-10-18 Thread LEVAI Daniel
On Sat, Oct 16, 2010 at 19:09:12 +0200, Miha Vrhovnik wrote: > "LEVAI Daniel" wrote on 16.10.2010 10:15:45: > > >Hi! > > > > > >I'm trying to set up SQL based dict quota. The quota is working, gets > >updated but I had to configure really loose file permission to make it > >work: [...] > Hi, > th