[Dbmail] Migration of Data from 2.2.17 to 3.0.2 (dbmail-util coredumping)

2012-05-22 Thread Daniel Schütze
I’m attempting a migration of a Dbmail 2.2.17 installation to 3.0.2 with a backup of our production database on a spare machine to test the procedure. Our dbmail installation contains some 900k messages and is some 360gig (data; index 1.9gig). The primary reason for wishing to migrate is for the

Re: [Dbmail] Migration of Data from 2.2.17 to 3.0.2 (dbmail-util coredumping)

2012-05-22 Thread Daniel Schütze
Just as an update to my message, it occurred to me the foreign key error could well be a result of the core dump and nothing to do with what was causing the error. I’m a little out of my depth here, but a look at the core dumps seems to point towards a problem around gmime (using gmime-24-2.4.2

Re: [Dbmail] Migration of Data from 2.2.17 to 3.0.2 (dbmail-util coredumping)

2012-05-22 Thread Daniel Schütze
Actually it's now gotten to the point where dbmail-util -My doesn’t run for more than a couple of seconds before I get the errors I'm encountering. I'm not getting so many core dumps as just simple aborts to the command line: May 22 13:56:22 dbm3 dbmail-util[14952]: [0x80220b040] Error:[d

Re: [Dbmail] Migration of Data from 2.2.17 to 3.0.2 (dbmail-util coredumping)

2012-05-22 Thread Daniel Urstöger
Hi Daniel, just came to my mind: did you run dbmail util on your orginal storage/version? Maybe there is a problem in the dataset that might get fixed this way? Otherwise I think you have to wait till Paul gets on this topic. Greetings, Daniel Am 22.05.2012 um 15:02 schrieb Daniel Schütze: > A

[Dbmail] Sieve script vacation not working

2012-05-22 Thread Leandro
I am using dbmail 3.0 and while sieve scripts work fine, I can't use the vacation script. I tried a very simple one like: require ["vacation"]; if header :matches "subject" "*" { vacation :subject "Automatic response" "I'm away -- send mail to foo in my absence"; } Bu