Paul J Stevens wrote:
Tom Allison wrote:
I run into aperiodic issues when using thunderbird on dbmail.
These are things that I have not seen under another imap server.
I did find something in the dbmail.err logs that seem to coincide with
these -- but timestamps are lacking. I probably need to RTFM on logging...
Error query failed [SELECT mailbox_idnr FROM dbmail_mailboxes WHERE name
ILIKE 'perl_begin/template' AND owner_idnr=3] : [FATA
L: terminating connection due to administrator command
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
]
Tom, what does postgres have to say when you fire this query manually?
dbmail=>
SELECT mailbox_idnr
FROM dbmail_mailboxes
WHERE name ILIKE 'perl_begin/template'
AND owner_idnr=3;
mailbox_idnr
--------------
44
(1 row)
------------------------
After I login in (re-authenticate) everything works just fine.
I'll see if I can get things up to a higher level of reporting and get the
problem in the future. If/When I do I might have more to capture.