Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread PGNet Dev
On Thu, Oct 15, 2009 at 5:34 PM, Pascal Volk wrote: > This messages is logged, because you've enabled mail_debug. In a few > commits, this messages will be: >        a) Prefixed with 'Debug' >        b) optional send to debug_log_path = /path/to/debug.log thanks, that'll be useful.

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread Pascal Volk
On 10/16/2009 02:23 AM PGNet Dev wrote: > fyi, so far, so good. logged in, with no problems. user's folders > autocreated as specified, > … > one question re: logs (below). the > > Info: Namespace : Permission lookup failed from > /data/mail/Domains/my.domain.com/Accounts/testuser/Trash >

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread PGNet Dev
fyi, so far, so good. logged in, with no problems. user's folders autocreated as specified, cd /data/mail/Domains/my.domain.com/Accounts/testuser ls -al total 56 drwx-- 9 vmail vmail 4096 2009-10-15 10:16 ./ drwx-- 3 vmail vmail 4096 2009-10-15 06:38 ../ d

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread PGNet Dev
On Thu, Oct 15, 2009 at 4:52 PM, Timo Sirainen wrote: > On Thu, 2009-10-15 at 16:32 -0700, PGNet Dev wrote: >> #0  0x7f9d752a5133 in maildir_quota_namespace_added >> (quota=0x62fe30, ns=0x630270) at quota-maildir.c:786 > > Well, kind of a stupid fix but it's probably good enough. A better one

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread Timo Sirainen
On Thu, 2009-10-15 at 16:32 -0700, PGNet Dev wrote: > #0 0x7f9d752a5133 in maildir_quota_namespace_added > (quota=0x62fe30, ns=0x630270) at quota-maildir.c:786 Well, kind of a stupid fix but it's probably good enough. A better one would be a lot more trouble. http://hg.dovecot.org/dovecot-2.0

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread PGNet Dev
On Thu, Oct 15, 2009 at 4:21 PM, PGNet Dev wrote: >  SOFTCORELIMIT="0" -> SOFTCORELIMIT="1" argh! --- SOFTCORELIMIT="0" -> SOFTCORELIMIT="1" +++ --- SOFTCORELIMIT="0" -> SOFTCORELIMIT="unlimted"

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread PGNet Dev
limit coredumpsize unlimited cd /data/mail/Domains/my.domain.com/Accounts/testuser service dovecot-custom restart Oct 15 09:23:37 master: Info: Dovecot v2.0.alpha1 starting up login with TBird, Oct 15 09:25:12 master: Error: service(imap): child 6626 killed with signal 11 (core dumped) Oct 15

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread PGNet Dev
On Thu, Oct 15, 2009 at 4:15 PM, Brandon Davidson wrote: >> how do i enable coredumps? on opensuse, SOFTCORELIMIT="0" -> SOFTCORELIMIT="1" in /etc/sysconfig/ulimit is good for persist across restarts AND, limit coredumpsize unlimited works for in-session -- as long as i remember to do it

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread Timo Sirainen
On Thu, 2009-10-15 at 16:09 -0700, PGNet Dev wrote: > > Run "ulimit -c unlimited" before starting > > dovecot, then it should write core file to user's home directory. > > http://dovecot.org/bugreport.html > > * Dovecot must have been started without core dump size limit > being too low. Run

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread Brandon Davidson
On Red Hat based distros, do: echo 'DAEMON_COREFILE_LIMIT="unlimited"' >> /etc/sysconfig/dovecot && service dovecot restart Might be worth putting in the wiki if it's not there already? -Brad > -Original Message- > ==> /var/log/dovecot/dovecot.log <== > Oct 15 09:07:33 maste

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread PGNet Dev
easier said than done ... On Thu, Oct 15, 2009 at 2:51 PM, PGNet Dev wrote: > yes.  will post in a moment ... service dovecot-custom stop rm -rf /usr/local/etc/mail/dovecot rm -rf /usr/local/include/dovecot rm -rf /usr/local/lib/dovecot rm -rf /usr/local/libexec/dovecot rm -rf /usr/local/share/d

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread PGNet Dev
On Thu, Oct 15, 2009 at 2:46 PM, Timo Sirainen wrote: > you didn't recompile/reinstall all binaries. hrm. though i did ... that's what the "reboot system, clean house, re-pull and re-build all ..." was about. trying again ... > Can you get gdb backtrace? Run "ulimit -c unlimited" before starti

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread Timo Sirainen
On Thu, 2009-10-15 at 14:40 -0700, PGNet Dev wrote: > On Thu, Oct 15, 2009 at 2:10 PM, PGNet Dev > wrote: > > I'm rewriting this part of the code anyway. Maybe it works afterwards. > > hm ... i was able to keep reproducing what i saw before. but, things > change a bit if i reboot system, cle

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread PGNet Dev
On Thu, Oct 15, 2009 at 2:10 PM, PGNet Dev wrote: > I'm rewriting this part of the code anyway. Maybe it works afterwards. hm ... i was able to keep reproducing what i saw before. but, things change a bit if i reboot system, clean house, re-pull and re-build all ... service dovecot-custom re

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread PGNet Dev
On Thu, Oct 15, 2009 at 2:02 PM, Timo Sirainen wrote: >>  Oct 15 11:22:35 master: Error: service(imap-login): Too large auth >> data_size sent > > Every time? at the moment, yes. unfortunately, i can't tell you with which recent update it appeared -- or it i had simply not noticed due to other

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread Timo Sirainen
On Thu, 2009-10-15 at 13:45 -0700, PGNet Dev wrote: > @ LOGIN via Tbird ... > > Oct 15 11:22:35 master: Error: service(imap-login): Too large auth > data_size sent Every time? I can't really think of why, but I'm rewriting this part of the code anyway. Maybe it works afterwards. signature.asc

[Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread PGNet Dev
fyi, hg log | head -n 7 | grep changeset changeset: 10074:1d2d55d9779e @ LOGIN via Tbird ... Oct 15 11:22:35 master: Error: service(imap-login): Too large auth data_size sent Oct 15 11:22:35 imap-login: Info: Disconnected: Shutting down (auth failed, 1 attempts): user=, method=PLAIN, rip=1