SV: SV: [Dbmail] Easiest way to transfer mails from postgresql 1.x to mysql 2.x or 1.x does not matter.......

2004-01-31 Thread Mikael Syska
Hi Poul, The alias is "[EMAIL PROTECTED]" Nope did not help to solve the problem. I have now tried to get the newest version that includes the "./migrate_singe_user.py" and it still fails. I'm trying to migrate from PostGreSQL to MySQL version 3.23.57. If there are more information need j

Re: [Dbmail] compiling 2.0 RC1 error with tm in misc.c

2004-01-31 Thread Christian G. Warden
On Sat, Jan 31, 2004 at 07:11:38PM +0100, Paul J Stevens wrote: > Bruno Bauer wrote: > > >I am happy about 2.0 but since it is not yet in debian I have to compile > >myself. > > > > > > And it won't be in debian until 2.0-final is released and I or someone > else writes a clean script to conve

Re: [Dbmail] compiling 2.0 RC1 error with tm in misc.c

2004-01-31 Thread Paul J Stevens
Bruno Bauer wrote: I am happy about 2.0 but since it is not yet in debian I have to compile myself. And it won't be in debian until 2.0-final is released and I or someone else writes a clean script to convert the dbmail-1 db into a dbmail-2 db in place (i.e. without using a second db)

[Dbmail] dbmail-lmtpd

2004-01-31 Thread Igor Olemskoi
Hello, Is there any instructions how to use dbmail-lmtpd? Best regards, Igor.

Re: SV: [Dbmail] Easiest way to transfer mails from postgresql 1.x to mysql 2.x or 1.x does not matter.......

2004-01-31 Thread Paul J Stevens
What are the exact aliases that make the script barf? Try: cursor_2.execute("""INSERT INTO auto_notifications (auto_notify_idnr, user_idnr, notify_address) VALUES ('%s', '%s', '%s')""", record) instead around line 113. Notice the single quotes ar

SV: [Dbmail] I'm trying the new 2.0 rc1, but have some problems....

2004-01-31 Thread Mikael Syska
Hey, That problem I have solved, in the mysql database script, in some of the tables there are a "," to much removed them, and it would import the scheme just fine:-) Now I want to migrate all my users, witht the new script where its possible to move one user at a time, fine with me, I only

Re: [Dbmail] I'm trying the new 2.0 rc1, but have some problems....

2004-01-31 Thread
are you using mysql or postgresql? Op 30-jan-04 om 20:56 heeft Mikael Syska het volgende geschreven: Hey, When I'm trying to import the new scheme for 2.0 its gives me the following error... ERROR 1064 at line 35: You have an error in your SQL syntax near ')' at line 12 And now I'm lost,

Re: [Dbmail] compiling 2.0 RC1 error with tm in misc.c

2004-01-31 Thread
at the top of misc.h there's a missing #include add the line and it'll compile just fine - changes will be made shortly regards roel Op 31-jan-04 om 7:14 heeft Bruno Bauer het volgende geschreven: I am happy about 2.0 but since it is not yet in debian I have to compile myself. system: Debi

Re: [Dbmail-dev] Re: [Dbmail] DBmail 2.x, PostgreSQL, IMAP

2004-01-31 Thread Sandino Araico Sanchez
Ilja Booij wrote: Sandino, could you try recompiling with TRACE_TO_SYSLOG (in debug.c) set to 0 (zero), and running again. I didn't hace time to recompile, but seems to be already fixed in my last cvs update Maybe there's an error earlier in the code, which will show up in a different p

[Dbmail] compiling 2.0 RC1 error with tm in misc.c

2004-01-31 Thread Bruno Bauer
I am happy about 2.0 but since it is not yet in debian I have to compile myself. system: Debian/testing, gcc 2.95 or 3.3 (same) mysql 4.0.16 ./configure did well, make all: . make[2]: Leaving directory `/home/knoppix/dbmail-2.0rc1/sort' make[2]: Entering directory `/home/knoppix/dbmail-2.0rc1'