DBMail 2.2.11 second release candidate

View: New views
8 Messages — Rating Filter:   Alert me  

DBMail 2.2.11 second release candidate

by Paul Stevens :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi all,

Here it is: dbmail-2.2.11 second release candidate; way overdue - sorry
about that.

Things changed since 2.2.10

     * 0000731: [Documentation] Missing documentation of database layer
                logging control (paul)
     * 0000723: [Database layer] simultaneous mailbox creation (paul)
     * 0000709: [Database layer] Some sql optimizations (paul)
     * 0000725: [IMAP daemon] Fix Thunderbird and ACL shared folders
                (paul)
     * 0000721: [Authentication layer] mail quota in ldap not used during
                delivery (paul)
     * 0000698: [IMAP daemon] PostgreSQL 8.3.1 can't execute query (paul)
     * 0000712: [General] traces to stderr may cause core dumps if
                 hostname >=16 (paul)
     * 0000710: [IMAP daemon] eliminate annoying "[Illegal seek] on
                read-stream" message from imap4d
     * 0000704: [IMAP daemon] IMAP TEXT searches stop at headers
     * 0000670: [IMAP daemon] IMAP TEXT searches only seem to search
                headers (paul)


As usual downloads available at
http://www.dbmail.org/download/2.2/

Full changelog
http://git.dbmail.eu/?p=paul/dbmail;a=log;h=dbmail_2_2

happy testing.

--
   ________________________________________________________________
   Paul Stevens                                      paul at nfg.nl
   NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
   The Netherlands________________________________http://www.nfg.nl
_______________________________________________
DBmail mailing list
DBmail@...
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Re: DBMail 2.2.11 second release candidate - question to postgresql

by Michael Monnerie-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Dienstag, 7. Oktober 2008 Paul J Stevens wrote:
>      * 0000698: [IMAP daemon] PostgreSQL 8.3.1 can't execute query

Does that mean I need this rc2 to work with PostgreSQL 8.3? I'm planning
an upgrade from 8.1 to 8.3, are there any other problems to expect?

mfg zmi
--
// Michael Monnerie, Ing.BSc    -----      http://it-management.at
// Tel: 0660 / 415 65 31                      .network.your.ideas.
// PGP Key:         "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: AC19 F9D5 36ED CD8A EF38  500E CE14 91F7 1C12 09B4
// Keyserver: www.keyserver.net                   Key-ID: 1C1209B4



_______________________________________________
DBmail mailing list
DBmail@...
https://mailman.fastxs.nl/mailman/listinfo/dbmail

signature.asc (204 bytes) Download Attachment

Re: DBMail 2.2.11 second release candidate - question to postgresql

by Paul Stevens :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Michael Monnerie wrote:
> On Dienstag, 7. Oktober 2008 Paul J Stevens wrote:
>>      * 0000698: [IMAP daemon] PostgreSQL 8.3.1 can't execute query
>
> Does that mean I need this rc2 to work with PostgreSQL 8.3? I'm planning
> an upgrade from 8.1 to 8.3, are there any other problems to expect?

That's how I read the situation: For pg-8.3 you need 2.2.11-rc2.



--
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl
_______________________________________________
DBmail mailing list
DBmail@...
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Re: DBMail 2.2.11 second release candidate - question to postgresql

by Colin Wetherbee :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Paul J Stevens wrote:
> Michael Monnerie wrote:
>> On Dienstag, 7. Oktober 2008 Paul J Stevens wrote:
>>> * 0000698: [IMAP daemon] PostgreSQL 8.3.1 can't execute query
>> Does that mean I need this rc2 to work with PostgreSQL 8.3? I'm
>> planning an upgrade from 8.1 to 8.3, are there any other problems
>> to expect?
>
> That's how I read the situation: For pg-8.3 you need 2.2.11-rc2.

I've been running 2.2.10 with Postgres 8.3 for a while now, and I
haven't noticed any problems.

Might I be missing something, or was this issue just related to RC1?

Colin
_______________________________________________
DBmail mailing list
DBmail@...
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Re: DBMail 2.2.11 second release candidate - question to postgresql

by Paul Stevens :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Colin Wetherbee wrote:

> Paul J Stevens wrote:
>> Michael Monnerie wrote:
>>> On Dienstag, 7. Oktober 2008 Paul J Stevens wrote:
>>>> * 0000698: [IMAP daemon] PostgreSQL 8.3.1 can't execute query
>>> Does that mean I need this rc2 to work with PostgreSQL 8.3? I'm
>>> planning an upgrade from 8.1 to 8.3, are there any other problems
>>> to expect?
>>
>> That's how I read the situation: For pg-8.3 you need 2.2.11-rc2.
>
> I've been running 2.2.10 with Postgres 8.3 for a while now, and I
> haven't noticed any problems.
>
> Might I be missing something, or was this issue just related to RC1?

Maybe you're just not using the following imap commands:

x uid search 1:* senton <date>
x uid search 1:* sentbefore <date>
x uid search 1:* sentsince <date>

since those are the only commands that query the dbmail_datefield
directly. There are cases where the datefield table is used to sort
results, but those were not affected by this bug.


--
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl
_______________________________________________
DBmail mailing list
DBmail@...
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Re: DBMail 2.2.11 second release candidate - question to postgresql

by Colin Wetherbee :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Paul J Stevens wrote:

> Colin Wetherbee wrote:
>> Paul J Stevens wrote:
>>> That's how I read the situation: For pg-8.3 you need 2.2.11-rc2.
>> I've been running 2.2.10 with Postgres 8.3 for a while now, and I
>> haven't noticed any problems.
>>
>> Might I be missing something, or was this issue just related to RC1?
>
> Maybe you're just not using the following imap commands:
>
> x uid search 1:* senton <date>
> x uid search 1:* sentbefore <date>
> x uid search 1:* sentsince <date>
>
> since those are the only commands that query the dbmail_datefield
> directly. There are cases where the datefield table is used to sort
> results, but those were not affected by this bug.

All my users use Thunderbird, which doesn't have an easy-to-find date
sort function.  Fortunately, it seems we've just missed whatever issues
cropped up.

I happen to use mutt with it, and though I don't typically sort messages
by date, I'll make sure I don't do so before the next release.

Thanks!

Colin
_______________________________________________
DBmail mailing list
DBmail@...
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Re: DBMail 2.2.11 second release candidate

by Michael Monnerie-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Dienstag, 7. Oktober 2008 Paul J Stevens wrote:
> Here it is: dbmail-2.2.11 second release candidate; way overdue -
> sorry about that.

Is the release going to happen soon? I'd like to try itl, because:

I seem to have a bug in 2.2.10, but cannot say much: Last week once, and
today again, imapd stopped responding. No log warning, nothing.
Processes are running, telnet to port 143 opens the tcp connection but
no greeting message appears. It's stuck forever. And, as this message
appeared only twice in two weeks, I cannot run a trace 5 as this would
be tons of log. Is this a known bug that's fixed in 2.2.11rc?

mfg zmi
--
// Michael Monnerie, Ing.BSc    -----      http://it-management.at
// Tel: 0660 / 415 65 31                      .network.your.ideas.
// PGP Key:         "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: AC19 F9D5 36ED CD8A EF38  500E CE14 91F7 1C12 09B4
// Keyserver: www.keyserver.net                   Key-ID: 1C1209B4



_______________________________________________
DBmail mailing list
DBmail@...
https://mailman.fastxs.nl/mailman/listinfo/dbmail

signature.asc (204 bytes) Download Attachment

Re: DBMail 2.2.11 second release candidate

by Paul Stevens :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Michael Monnerie wrote:
> On Dienstag, 7. Oktober 2008 Paul J Stevens wrote:
>> Here it is: dbmail-2.2.11 second release candidate; way overdue -
>> sorry about that.
>
> Is the release going to happen soon? I'd like to try itl, because:

I've delayed because I intent to fix bug #725 in 2.2.11

>
> I seem to have a bug in 2.2.10, but cannot say much: Last week once, and
> today again, imapd stopped responding. No log warning, nothing.
> Processes are running, telnet to port 143 opens the tcp connection but
> no greeting message appears. It's stuck forever. And, as this message
> appeared only twice in two weeks, I cannot run a trace 5 as this would
> be tons of log. Is this a known bug that's fixed in 2.2.11rc?

Known bugs are fixed and logged as such in the changelog:
http://www.dbmail.org/mantis/changelog_page.php

So check the changelogs - but don't count on it. Anyway, no logs: no glory.



--
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl
_______________________________________________
DBmail mailing list
DBmail@...
https://mailman.fastxs.nl/mailman/listinfo/dbmail
LightInTheBox - Buy quality products at wholesale price!