What's your init script breakage looking like? I just added code to bail out when invalid options are passed, and I definitely tested it for a while, but that's not to say I didn't make a mistake.
WRT optimizations, I wrote in a post a week or two ago about an instrumentation scheme that I want to set up. Of course that'll have to come first, so we can see what takes up how much time, and optimizing should be way, way easier once we have numbers in hand. Anyways, if you want to discuss this further, we should start a new thread. Aaron On Sun, 2007-01-21 at 11:49 +0100, Marc Dirix wrote: > Except that init.d script seems to have stopped working, this looks > fixed. > > Maybe a goal for 2.3 can be optimizing queries? I still get 10% > postgress cpu-use for our merely 10.000 users (pop and lmtp). > If dbmail wants to get into bigger installer it really has to start > optimizing. Even considering database partitioning. > > Kind regards, > > Marc > > > Op 20-jan-2007, om 19:24 heeft Aaron Stone het volgende geschreven: > > > Really fixed now. > > > > On Sat, 2007-01-20 at 16:39 +0100, Marc Dirix wrote: > >> Just upgraded to svn again, still 100% cpu. > >> I have no logging to show at the moment to back it up, I downgraded > >> as fast as I could. > >> > >> Marc > >> > >> Op 18-jan-2007, om 23:05 heeft Aaron Stone het volgende geschreven: > >> > >>> Off-by-one. Should be fixed in SVN now. > >>> > >>> On Thu, Jan 18, 2007, Marc Dirix <[EMAIL PROTECTED]> said: > >>> > >>>> Hi > >>>> > >>>> I just upgraded to latest 2.2.x svn! > >>>> > >>>> Since that my logfile (default level 5) goes bezerk! > >>>> I get lot's off logging of the following lines: > >>>> > >>>> Jan 18 22:29:42 hercules dbmail/lmtpd[8039]: Debug:[dsn] > >>>> dsn.c,address_is_domain > >>>> _catchall(+393): domain [EMAIL PROTECTED] checking for domain forwards > >>>> Jan 18 22:29:42 hercules dbmail/lmtpd[8047]: Debug:[dsn] > >>>> dsn.c,address_is_domain > >>>> _catchall(+393): domain [EMAIL PROTECTED] checking for domain forwards > >>>> Jan 18 22:29:42 hercules dbmail/lmtpd[8054]: Debug:[dsn] > >>>> dsn.c,address_is_domain > >>>> _catchall(+393): domain [EMAIL PROTECTED] checking for domain forwards > >>>> Jan 18 22:29:42 hercules dbmail/lmtpd[8062]: Debug:[dsn] > >>>> dsn.c,address_is_domain > >>>> _catchall(+393): domain [EMAIL PROTECTED] checking for domain forwards > >>>> > >>>> > >>>> The same goes for @.nl > >>>> > >>>> Something wrong with the alias lookup change here? > >>>> > >>>> Kind regards, > >>>> > >>>> Marc Dirix > >>>> _______________________________________________ > >>>> Dbmail-dev mailing list > >>>> [email protected] > >>>> http://twister.fastxs.net/mailman/listinfo/dbmail-dev > >>>> > >>> > >>> -- > >>> > >>> > >>> > >>> _______________________________________________ > >>> Dbmail-dev mailing list > >>> [email protected] > >>> http://twister.fastxs.net/mailman/listinfo/dbmail-dev > >> > >> _______________________________________________ > >> Dbmail-dev mailing list > >> [email protected] > >> http://twister.fastxs.net/mailman/listinfo/dbmail-dev > > > > _______________________________________________ > > Dbmail-dev mailing list > > [email protected] > > http://twister.fastxs.net/mailman/listinfo/dbmail-dev > > _______________________________________________ > Dbmail-dev mailing list > [email protected] > http://twister.fastxs.net/mailman/listinfo/dbmail-dev _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
