Re: [Dovecot] Released Sieve v0.1.9 for Dovecot v1.2.1

2009-07-22 Thread Pascal Volk
On 07/23/2009 07:22 AM Joan Moreau wrote: > Hi Stefan, > > The mercurial repository replied "404 not found". Did you change the URL ? > > thanks > > JM Sorry, I'm not Stephan. Yes, the URL for was updated: dovecot-libsieve to dovecot-1.2-sieve. See: http://dovecot.org/list/dovecot/2009-July/041

Re: [Dovecot] Released Sieve v0.1.9 for Dovecot v1.2.1

2009-07-22 Thread Joan Moreau
Hi Stefan, The mercurial repository replied "404 not found". Did you change the URL ? thanks JM Stephan Bosch wrote: Hello Dovecot users, Relatively many bugs and problems were reported recently in a short period of time. Apparently, now that Dovecot v1.2 is finally stable, the new Sieve

Re: [Dovecot] Compiling Dovecot

2009-07-22 Thread Curtis Maloney
Jason Silkey wrote: I'm attempting to compile Dovecot 1.2.1 from source with support for ManageSieve, with little success. ./configure seems to complete successfully, but make fails with the message: make: *** No targets. Stop. Which OS are you trying to build on? Are you using GNU Make,

[Dovecot] Compiling Dovecot

2009-07-22 Thread Jason Silkey
I'm attempting to compile Dovecot 1.2.1 from source with support for ManageSieve, with little success. ./configure seems to complete successfully, but make fails with the message: make: *** No targets. Stop. I checked the Makefile, and it's empty. I run into the same problem no matter t

[Dovecot] Commercial Support

2009-07-22 Thread Tommy Ng
Hi, my company would like to subscribe the commercial support for the product, may I have more information on this? (e.g. cost, support hours, SLA). Thanks & Regards MJK Yahoo!香港提供網上安全攻略,教你如何防範黑客! 請前往 http://hk.promo.yahoo.com/security/ 了解更多!

Re: [Dovecot] PAM_USER falsely assumed immutable

2009-07-22 Thread Aaron Richton
On Wed, 22 Jul 2009, Timo Sirainen wrote: I'm not really sure why you think that's wrong. The code is there exactly for the reason that if PAM changes username Dovecot will notice it and starts using it. Actually, that makes a lot of sense. I was confusing other (proximate) logs with the impl

[Dovecot] Released Sieve v0.1.9 for Dovecot v1.2.1

2009-07-22 Thread Stephan Bosch
Hello Dovecot users, Relatively many bugs and problems were reported recently in a short period of time. Apparently, now that Dovecot v1.2 is finally stable, the new Sieve plugin is also starting to get used much more. No known bugs remain. Let's hope I didn't spawn any new ones. Apart from

Re: [Dovecot] virtual plugin question

2009-07-22 Thread Nikita Koshikov
> There's no -g parameter given to gcc. The emerge overrides CFLAGS by > adding -march=i686 etc. stuff in there, which also removes -g parameter. > Try to figure out some way to add it back. (gdb) bt full #0 0xb7d80080 in virtual_storage_sync_init () from /usr/lib/dovecot/imap/lib20_virtual_plug

[Dovecot] Public mailboxes with ACL in 1.2

2009-07-22 Thread sstrickroth
Hi, I'm new to Dovecot 1.2 and I'd like to replace uw-imap. I'd like to have the following setup: - Personal mailboxes using maildir for all users (no problem) - Public mailboxes for certain people who are in special groups from /etc/group localed in /var/spool/public as a maildir with subfolders

Re: [Dovecot] virtual plugin question

2009-07-22 Thread Timo Sirainen
On Wed, 2009-07-22 at 21:54 +0300, Nikita Koshikov wrote: > > You can check if symbols are stripped with "file": > > > > /usr/local/libexec/dovecot/imap: ELF 32-bit LSB executable, Intel 80386, > > version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux > > 2.6.15, not stripped> >

Re: [Dovecot] Defunct processes w/ v1.2.1

2009-07-22 Thread Chris O'Regan
> This should fix it: http://hg.dovecot.org/dovecot-1.2/rev/a878a0897eb9 > > Hopefully sigprocmask() is implemented widely enough nowadays. I've confirmed that Nessus was triggering the problem. After applying the patch, Dovecot survived a Nessus scan! Many, many thanks for fixing this so quickly

Re: [Dovecot] virtual plugin question

2009-07-22 Thread Timo Sirainen
On Wed, 2009-07-22 at 21:12 +0300, Nikita Koshikov wrote: > > > (no debugging symbols found) > > > > Still, it shouldn't crash. This backtrace with only "??" isn't useful. > > Having debugging symbols would help a lot in fixing this crash. > > > > My current dovecot installation include --enab

Re: [Dovecot] virtual plugin question

2009-07-22 Thread Nikita Koshikov
I'm find out how to reproduce the bug. Config setting contains "location = virtual:/var/mail/virtual" for all users. 1. User1 (with subscribed virtual mailboxes) login and check his virtual dirs. 2. User2 login to server, subscribe to the same virtual mailboxes and checks them. 3. User1 trying t

Re: [Dovecot] PAM_USER falsely assumed immutable

2009-07-22 Thread Timo Sirainen
On Wed, 2009-07-22 at 14:04 -0400, Aaron Richton wrote: > In 1.2.1 there's: > > passdb-pam.c:230 status = pam_get_item(pamh, PAM_USER, &item); > passdb-pam.c:237 auth_request_set_field(request, "user", item, NULL); > > so "item" is PAM_USER, which is then checked by auth_request_s

[Dovecot] PAM_USER falsely assumed immutable

2009-07-22 Thread Aaron Richton
In 1.2.1 there's: passdb-pam.c:230 status = pam_get_item(pamh, PAM_USER, &item); passdb-pam.c:237 auth_request_set_field(request, "user", item, NULL); so "item" is PAM_USER, which is then checked by auth_request_set_field: 1022 if (strcmp(request->user, value) !=

Re: [Dovecot] virtual plugin question

2009-07-22 Thread Timo Sirainen
On Jul 22, 2009, at 9:01 AM, Nikita Koshikov wrote: Here is my config section, which I added to enable virtual plugin: namespace private { prefix = Company/ separator = / location = virtual:/var/mail/virtual subscriptions = no } and "virtual" to mail_plugins in imap and lda section.

Re: [Dovecot] Newbie: unable to access mailbox more than once

2009-07-22 Thread Mr Matthew Petoe
> > From: Mr Matthew Petoe > Sent: 22 July 2009 23:42 > To: dovecot@dovecot.org > Subject: RE: [Dovecot] Newbie: unable to access mailbox more than once > > I can fix the problem by deleting the index files for each non-compliant > mailbox. eg: /.indexes/.

Re: [Dovecot] Newbie: unable to access mailbox more than once

2009-07-22 Thread Mr Matthew Petoe
I can fix the problem by deleting the index files for each non-compliant mailbox. eg: /.indexes/.Sent/dovecot.index Dovecot then recreates the index files. The ownership and permissions of the new & deleted indexes are the same. However, these index files soon get corrupted. I think it might b

[Dovecot] virtual plugin question

2009-07-22 Thread Nikita Koshikov
Hello list, After enabling virtual plugin in dovecot config, I got imap segmentation faults from time to time. I can't say what event trigs this behavior, but in logs I see: Jul 22 13:55:01 dovecot: Error: child 20908 (imap) killed with signal 11 (core dumped) Jul 22 13:56:43 dovecot: Error: ch

Re: [Dovecot] Defunct processes w/ v1.2.1

2009-07-22 Thread Charles Marcus
On 7/21/2009, Chris O'Regan (ch...@encs.concordia.ca) wrote: > Wow, 2.5 hours from problem report to patch! Yeah, I was a little disappointed in how long that one took. Timo is slowing down since he moved into his new job - they must have him working on other things now. ;) j/k of course... --