Re: [Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-17 Thread Thomas Leuxner
On Wed, Nov 17, 2010 at 02:34:58PM +, Timo Sirainen wrote: > Oh, right, that was causing problems too. Fixed: > http://hg.dovecot.org/dovecot-2.0/rev/2456cd0917d3 service managesieve-login { [...] vsz_limit = 64 M } service lmtp { [...] vsz_limit = 0 } Patched. Fixes both. Thanks Ti

Re: [Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-17 Thread Timo Sirainen
On 17.11.2010, at 8.28, Thomas Leuxner wrote: > $ invoke-rc.d dovecot start > Starting IMAP/POP3 mail server: dovecotdoveconf: Fatal: Error in > configuration file /etc/dovecot/dovecot.conf: service(lmtp): vsz_limit > is too low > failed! > > service lmtp { > [...] > vsz_limit = 0 > } Oh, righ

Re: [Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-17 Thread Robert Schetterer
Am 17.11.2010 11:00, schrieb Robert Schetterer: > Am 17.11.2010 10:40, schrieb Robert Schetterer: >> Am 17.11.2010 10:14, schrieb Thomas Leuxner: >>> On Wed, Nov 17, 2010 at 09:57:59AM +0100, Robert Schetterer wrote: i think there can only be defaults if all parameters are default ( at a

Re: [Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-17 Thread Robert Schetterer
Am 17.11.2010 10:40, schrieb Robert Schetterer: > Am 17.11.2010 10:14, schrieb Thomas Leuxner: >> On Wed, Nov 17, 2010 at 09:57:59AM +0100, Robert Schetterer wrote: >>> i think there can only be defaults if all parameters are default >>> ( at a new clean install from scratch ) >> >> These are unset

Re: [Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-17 Thread Robert Schetterer
Am 17.11.2010 10:14, schrieb Thomas Leuxner: > On Wed, Nov 17, 2010 at 09:57:59AM +0100, Robert Schetterer wrote: >> i think there can only be defaults if all parameters are default >> ( at a new clean install from scratch ) > > These are unset defaults as far as I can tell. As with all defaults t

Re: [Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-17 Thread Thomas Leuxner
On Wed, Nov 17, 2010 at 09:57:59AM +0100, Robert Schetterer wrote: > i think there can only be defaults if all parameters are default > ( at a new clean install from scratch ) These are unset defaults as far as I can tell. As with all defaults they should work out of the box. They are *not* overri

Re: [Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-17 Thread Robert Schetterer
Am 17.11.2010 09:28, schrieb Thomas Leuxner: > On Wed, Nov 17, 2010 at 05:01:27AM +, Timo Sirainen wrote: >> LMTP shouldn't have had that problem.. Unless you've explicitly changed >> those in the config file? See doveconf -n|grep vsz_limit > > Did some investigation now and could bring up th

Re: [Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-17 Thread Thomas Leuxner
On Wed, Nov 17, 2010 at 05:01:27AM +, Timo Sirainen wrote: > LMTP shouldn't have had that problem.. Unless you've explicitly changed those > in the config file? See doveconf -n|grep vsz_limit Did some investigation now and could bring up the latest and greatest by adding missing defaults afte

Re: [Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-16 Thread Thomas Leuxner
Am 17.11.2010 um 06:01 schrieb Timo Sirainen: > It's there: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/c2a76570d736 > > I don't know about autobuild repos though. Pulled another source this morning and it did not seem to work. >> As for 'lmtp' I remember seeing the same error for that as

Re: [Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-16 Thread Timo Sirainen
On 17.11.2010, at 4.37, Thomas Leuxner wrote: > Am 17.11.2010 um 05:15 schrieb Timo Sirainen: >>> Latest Mercurial seems to miss defaults for some services e.g. >>> 'managesieve' and 'lmtp'. Example error message upon start: >>> >>> dovecotdoveconf: Fatal: Error in configuration file >>> /etc/d

Re: [Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-16 Thread Thomas Leuxner
Am 17.11.2010 um 05:15 schrieb Timo Sirainen: >> Latest Mercurial seems to miss defaults for some services e.g. 'managesieve' >> and 'lmtp'. Example error message upon start: >> >> dovecotdoveconf: Fatal: Error in configuration file >> /etc/dovecot/dovecot.conf: service(managesieve-login): vsz_l

Re: [Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-16 Thread Timo Sirainen
On 16.11.2010, at 21.09, Thomas Leuxner wrote: > Latest Mercurial seems to miss defaults for some services e.g. 'managesieve' > and 'lmtp'. Example error message upon start: > > dovecotdoveconf: Fatal: Error in configuration file > /etc/dovecot/dovecot.conf: service(managesieve-login): vsz_limi

Re: [Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-16 Thread Thomas Leuxner
Am 16.11.2010 um 23:26 schrieb Robert Schetterer: > i am not sure but i think this is a warning new to 2.0.7 > high the limits or/and configure dependend parameters right and see if > it works Well it does not start at all when it throws that. So it's kind of a deadly ultimate warning. Thomas

Re: [Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-16 Thread Robert Schetterer
Am 16.11.2010 22:09, schrieb Thomas Leuxner: > Latest Mercurial seems to miss defaults for some services e.g. 'managesieve' > and 'lmtp'. Example error message upon start: > > dovecotdoveconf: Fatal: Error in configuration file > /etc/dovecot/dovecot.conf: service(managesieve-login): vsz_limit i

Re: [Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-16 Thread David Ford
I believe Timo is already patching these. On 11/16/10 16:09, Thomas Leuxner wrote: > Latest Mercurial seems to miss defaults for some services e.g. 'managesieve' > and 'lmtp'. Example error message upon start: > > dovecotdoveconf: Fatal: Error in configuration file > /etc/dovecot/dovecot.conf: s

[Dovecot] Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit

2010-11-16 Thread Thomas Leuxner
Latest Mercurial seems to miss defaults for some services e.g. 'managesieve' and 'lmtp'. Example error message upon start: dovecotdoveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: service(managesieve-login): vsz_limit is too low failed! Regards Thomas