Hi all! For those of you interested in this Cyrus->DBMail converter I'm working on, it's getting there. Currently inserting of messages into Inbox works as does replicating the folder hiearchy.
The problem concerns inserting messages into other folders. Calling either db_imap_append_message() (sic) or db_get_mailboxid() always results in a SIGSEGV. The query is sent to the DB (syslog records it at least) but that's as far as it gets. Any ideas? I'm using MySQL 4.0.6 Gamma. Would anyone suggest taking the time to move back to MySQL 3.23.54a? Additionally, what is the limit for each msgblock transfer into a MySQL DB? I read somewhere in the source that there is a limit... Thanks all! Chris