[Dovecot] 1.1r1: auth-worker(default): BUG: PASSV had missing parameters, sig11

2008-03-08 Thread Adam McDougall
I don't know how this happened. I'm not sure if there is a coredump somewhere because I don't know what user, and I have nothing for 'root' or 'dovecot'. Any advice, or should I make all my coredumps go to a central writable directory so I have better chance of catching it if it happens again?

Re: [Dovecot] v1.1.rc2 released

2008-03-08 Thread Bruce Bodger
On Mar 8, 2008, at 8:04 PM, Timo Sirainen wrote: On Mar 9, 2008, at 3:02 AM, Timo Sirainen wrote: On Mar 9, 2008, at 2:58 AM, Bruce Bodger wrote: Mar 8 14:02:14 G518X2 launchd: org.dovecot: exited with exit code: 89 89 is a generic exit code meaning that Dovecot should have logged som

Re: [Dovecot] suspect valgrind error in mail-index-map.c

2008-03-08 Thread Diego Liziero
On Sun, Mar 9, 2008 at 1:12 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote: > > It's copying over itself, so it shouldn't break anything. But I fixed > the error anyway: http://hg.dovecot.org/dovecot-1.1/rev/8e014fd46e84 Thanks Timo. With this patch valgrind gives 0 errors most of the time. Forgiv

Re: [Dovecot] v1.1.rc2 released

2008-03-08 Thread Timo Sirainen
On Mar 9, 2008, at 3:02 AM, Timo Sirainen wrote: On Mar 9, 2008, at 2:58 AM, Bruce Bodger wrote: Mar 8 14:02:14 G518X2 launchd: org.dovecot: exited with exit code: 89 89 is a generic exit code meaning that Dovecot should have logged something before exiting. If you can't find anything

Re: [Dovecot] v1.1.rc2 released

2008-03-08 Thread Timo Sirainen
On Mar 9, 2008, at 2:58 AM, Bruce Bodger wrote: Mar 8 14:02:14 G518X2 launchd: org.dovecot: exited with exit code: 89 89 is a generic exit code meaning that Dovecot should have logged something before exiting. If you can't find anything from existing logs, try setting log_path = / tmp/do

Re: [Dovecot] v1.1.rc2 released

2008-03-08 Thread Bruce Bodger
On Mar 8, 2008, at 7:22 PM, Timo Sirainen wrote: On Sat, 2008-03-08 at 14:09 -0500, Bruce Bodger wrote: When I set... mail_privileged_group = mail ...dovecot refuses to start. We are NOT using mbox here, only Maildir. With what error message (should be something in logs)? You mean run

Re: [Dovecot] v1.1.rc2 released

2008-03-08 Thread Timo Sirainen
On Sat, 2008-03-08 at 14:09 -0500, Bruce Bodger wrote: > When I set... > > mail_privileged_group = mail > > ...dovecot refuses to start. We are NOT using mbox here, only Maildir. With what error message (should be something in logs)? You mean running "dovecot" doesn't start Dovecot processes, o

Re: [Dovecot] suspect valgrind error in mail-index-map.c

2008-03-08 Thread Timo Sirainen
On Sat, 2008-03-08 at 17:26 +0100, Diego Liziero wrote: > Valgrind is stating that "Source and destination overlap in memcpy". > I'm wondering if this code is just coping the same memory over itself, > or if it is doing something useful. It's copying over itself, so it shouldn't break anything. B

[Dovecot] suspect valgrind error in mail-index-map.c

2008-03-08 Thread Diego Liziero
Hi At line 1118 of src//lib-index/mail-index-map.c, inside the function mail_index_map_move_to_memory, there is: mail_index_map_copy_header(map, map); Valgrind is stating that "Source and destination overlap in memcpy". I'm wondering if this code is just coping the same memory over itself, or if

Re: [Dovecot] 1.1 master auth not expanding static userdb variables

2008-03-08 Thread Anders
Andrew Roberts wrote: After upgrading to 1.1_rc2, however, deliver creates a maildir named "%Lu" and delivers all mail for all users to it. Everything else works just fine as before: users can log in, postfix can auth smtp via dovecot sasl, etc. I think you need this patch, http://hg.do

[Dovecot] 1.1 master auth not expanding static userdb variables

2008-03-08 Thread Andrew Roberts
Can dovecot-1.1 deliver work with static userdb? I'm currently running dovecot-1.0.12 and postfix-2.4.6, with virtual users' maildirs all owned by vmail and mail_location = maildir:/var/mail/%Lu. The following definition of the dovecot transport in postfix/master.conf works fine with dovecot-

Re: [Dovecot] v1.1.rc2 released

2008-03-08 Thread Bruce Bodger
On Mar 7, 2008, at 11:10 PM, Timo Sirainen wrote: http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz.sig Changes since rc1: * mail_extra_groups setting was commonly used insecurely. This setting is now deprecated.

[Dovecot] Quota problems with IMAP and POP?

2008-03-08 Thread Nicolas Letellier
Hello, I would like to know if it could be appears problem using POP and IMAP in a mailbox? Is it adviced to use one of the two protocols? My users use IMAP to see their emails (in the webmail) and POP3 to download their emails (in outlook/thunderbird). Is it best to use the same protocol?

Re: [Dovecot] Quota Problem?

2008-03-08 Thread Charles Marcus
On 3/8/2008, Michel Vega Fuenzalida ([EMAIL PROTECTED]) wrote: I use dovecot-1.0-1.2.rc15.el5.x86_64rpm for Centos 5.1 Upgrade... very old... atrpms has current stable rpms for Centos 5... -- Best regards, Charles

[Dovecot] Quota Problem?

2008-03-08 Thread Michel Vega Fuenzalida
Good list I am not very good with English. I use dovecot-1.0-1.2.rc15.el5.x86_64rpm for Centos 5.1, Maildir like mailbox and I have it configured as it continues: base_dir = /var/run/dovecot/ protocols = imaps pop3s imap mail_location = maildir:~/Maildir protocol imap { mail_plugins = quo

Re: [Dovecot] v1.1.rc2 released

2008-03-08 Thread Bruce Bodger
On Mar 7, 2008, at 11:33 PM, Jeff Grossman wrote: Here is my dovecot -n (without the squat entries): # 1.1.rc2: /usr/local/etc/dovecot.conf base_dir: /var/run/dovecot/ Jeff, I've noticed that you've been having a few issues that might appear to be OS X related. We've been running Dovecot

[Dovecot] invoking LDA in .forward

2008-03-08 Thread Jeremie Bouttier
Hi, We're running a Debian server with system users where the mail is by default delivered by postfix and procmail, before being served by Dovecot (mail_location = mbox:~/Mail:INBOX=/var/mail/%u) or read by local MUAs, depending on users' preferences. For people using mostly remote MUAs, i

[Dovecot] (no subject)

2008-03-08 Thread Brent Clark
Hi Im trying something new with my test dovecot. I set my mail_location to to a new location mail_location = maildir:/var/maildir/%u/Maildir But with this new setup i too am authenticating against Mysql. This worked fine till i decided to move the mail. So now i have moved the mail, deleted th

Re: [Dovecot] IPv6-enabled dovecot-1.1rc* does not accept IPv4-connections

2008-03-08 Thread Bernhard Schmidt
Timo Sirainen wrote: Mar 8 13:02:57 vs02 deliver((null)): User request from dovecot-auth timed out Oh, that's a new bug. This should fix it: http://hg.dovecot.org/dovecot-1.1/rev/631fd6f25e41 Works, thanks a lot. Regards, Bernhard

Re: [Dovecot] IPv6-enabled dovecot-1.1rc* does not accept IPv4-connections

2008-03-08 Thread Timo Sirainen
On Sat, 2008-03-08 at 13:05 +0100, Bernhard Schmidt wrote: > Mar 8 13:02:57 vs02 deliver((null)): User request from dovecot-auth > timed out Oh, that's a new bug. This should fix it: http://hg.dovecot.org/dovecot-1.1/rev/631fd6f25e41 signature.asc Description: This is a digitally signed message

Re: [Dovecot] IPv6-enabled dovecot-1.1rc* does not accept IPv4-connections

2008-03-08 Thread Bernhard Schmidt
Timo Sirainen <[EMAIL PROTECTED]> wrote: >> I'm having a really really strange problem. After upgrading from >> 1.1.beta13 to 1.1.rc2 (happened with rc1 as well IIRC) I can't connect >> to the services using IPv4 anymore. dovecot happily binds to the IPv6 >> wildcard socket which should accept IPv

Re: [Dovecot] IPv6-enabled dovecot-1.1rc* does not accept IPv4-connections

2008-03-08 Thread Timo Sirainen
On Mar 8, 2008, at 1:51 PM, Bernhard Schmidt wrote: I'm having a really really strange problem. After upgrading from 1.1.beta13 to 1.1.rc2 (happened with rc1 as well IIRC) I can't connect to the services using IPv4 anymore. dovecot happily binds to the IPv6 wildcard socket which should accept IP

[Dovecot] IPv6-enabled dovecot-1.1rc* does not accept IPv4-connections

2008-03-08 Thread Bernhard Schmidt
Hi, I'm having a really really strange problem. After upgrading from 1.1.beta13 to 1.1.rc2 (happened with rc1 as well IIRC) I can't connect to the services using IPv4 anymore. dovecot happily binds to the IPv6 wildcard socket which should accept IPv4 connections as well. [EMAIL PROTECTED]:~# nets

[Dovecot] Automatic Debian repository with packages for Dovecot-1.1 including Sieve and ManageSieve support.

2008-03-08 Thread Stephan Bosch
Hello Dovecot users, For those of you who like to live on the edge, there is now a Debian-testing repository available with hourly updates from recent Dovecot-1.1 changes in the Mercurial repositories. It automatically releases a new set of packages if it notices any changes in any of the rep

Re: [Dovecot] v1.1.rc2 released (updated managesieve)

2008-03-08 Thread Stephan Bosch
Timo Sirainen wrote: http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz.sig I refreshed the managesieve patch for the new dovecot-1.1.rc2 release: http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.rc2-managesieve-0.10.1.diff.gz ht

Re: [Dovecot] dovecotpw

2008-03-08 Thread Brent Clark
Thanks again Timo. Does work. Typo my side. Regards Brent On Sat, Mar 8, 2008 at 12:07 PM, Brent Clark <[EMAIL PROTECTED]> wrote: > Thanks Timo > > Ill try again. > > Regards > Brent Clark > > > On Sat, Mar 8, 2008 at 11:52 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote: > > > On Sat, 2008-03-08

Re: [Dovecot] dovecotpw

2008-03-08 Thread Brent Clark
Thanks Timo Ill try again. Regards Brent Clark On Sat, Mar 8, 2008 at 11:52 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote: > On Sat, 2008-03-08 at 11:27 +0200, Brent Clark wrote: > > > use Digest::SHA1; > > use MIME::Base64; > > $ctx = Digest::SHA1->new; > > $ctx->add($passwd_string); > > $ctx->a

Re: [Dovecot] dovecotpw

2008-03-08 Thread Timo Sirainen
On Sat, 2008-03-08 at 11:27 +0200, Brent Clark wrote: > use Digest::SHA1; > use MIME::Base64; > $ctx = Digest::SHA1->new; > $ctx->add($passwd_string); > $ctx->add('salt'); > my $salted = '{SSHA}' . encode_base64($ctx->digest . 'salt' ,''); This looks correct, and it also worked when I tried it.

[Dovecot] dovecotpw

2008-03-08 Thread Brent Clark
Hi I would like to simulate dovecot's dovecotpw with a perl script I tried / used use Crypt::SaltedHash; my $csh = Crypt::SaltedHash->new(algorithm => 'SHA-1'); $csh->add($passwd_string); my $salted = $csh->generate; also use Digest::SHA1; use MIME::Base64; $ctx = Digest::SHA1->new; $ctx->add(