if you report problems, please describe you setup: os, cpu, mysql/postgres versions, dbmail version, etc.
In this case 'fedora 8 install' doesn't tell me anything since I don't use fedora. Uwe Kiewel wrote: > > Apr 12 17:36:02 vm-host dbmail/imap4d[15580]: Error:[sql] > dbmysql.c,db_connect(+172): mysql_real_connect failed: Lost connection > to MySQL server at 'reading final connect information', system error: 104 This message comes straight from the mysql client library. Dbmail is just the messenger. > But, mysqld does not report any problems... Could be a network error, or resource depletion. The first would not be detected by the mysql server, the second would generate a message in the mysql error log. > Apr 12 17:36:02 vm-host dbmail/imap4d[15580]: Error:[serverchild] > serverchild.c,PerformChildTask(+298): could not connect to database Again, same thing: network problem or max_connections depleted. > Apr 12 17:39:30 vm-host dbmail/imap4d[15561]: Error:[imap] > imap4.c,IMAPClientHandler(+303): command return with error [idle] You can ignore these. > Apr 12 17:39:30 vm-host dbmail/imap4d[15561]: Error:[imapsession] > dbmail-imapsession.c,dbmail_imap_session_printf(+1515): write to client > socket failed the client hung up, or a network problem. > Apr 12 17:39:58 vm-host dbmail/imap4d[15658]: Error:[db] > db.c,db_mailbox_create_with_parents(+3225): Asked to create mailbox > which already exists. Aborting create. So? Your imap client tries to create a mailbox that already exists. That is not a problem, unless the mailbox doesn't really exist or was created incorrectly, like created with 'no_inferiors=1'. -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
