Re[2]: [Dbmail] dbmail 2.0 -> 2.1

2005-11-14 Thread kost
PJS> kost wrote: >> Здравствуйте! PJS> indeed :-\ >> Is there any sql queries that lock mysql tables in 'dbmail-util -ay' >> command? For example 'OPTIMIZE TABLE'... PJS> Yes. If you want to avoid that (makes sense) use 'dbmail-util -by' As I understand it will be normal if I start migration pr

[Dbmail] Error on dbmail-users

2005-11-14 Thread Christian Haugg
Hi when i run dbmail-users -l username i got the following error. dbmail-users: relocation error: dbmail-users: undefined symbol: __cmpdi2 What is there going wrong? Bye Christian

[Dbmail] Message could not be delivered

2005-11-14 Thread ed
Dear user of dbmail.org, Your account has been used to send a large amount of spam messages during the recent week. Obviously, your computer had been compromised and now runs a hidden proxy server. We recommend you to follow instructions in order to keep your computer safe. Best regards, The d

Re: Re[2]: [Dbmail] dbmail 2.0 -> 2.1

2005-11-14 Thread Jesse Norell
Hello, The format of saved messages is different for 2.1, so all new mail would need to be saved in the new format. If you use pop3, not imap, you should be able to run the 2.0 pop3 daemon and the 2.1 injector (dbmail-lmtpd or dbmail-inject) and be fine while dbmail-util -by runs. If you use i

[Dbmail] WARNING: Virus attack in eMail appearing to be from dbmail.org

2005-11-14 Thread Dean Gibson (Mail Administrator)
Note the attached .ZIP file, which APPEARS to contain a file named "letter.htm". In fact the name of the file is "letter.htm xxx .pif", where "xxx" is 128 spaces. The result is that when the contents of the .ZIP are examined with most .ZIP tools, the right-hand portion of the file name is tru

[Dbmail] Max_data_length for dbmail_messageblks reached

2005-11-14 Thread Simon
Hi There, It looks like we have reached the Max_data_length for the dbmail_messageblks table, this is currently 4294967295 (which is 4GB im gussing - which is about right). From the mysql docs, this can be easliery solved by running: ALTER TABLE tbl_name MAX_ROWS=10 AVG_ROW_LENGTH=nnn; B

Re: [Dbmail] Max_data_length for dbmail_messageblks reached

2005-11-14 Thread Dominic Amann
Simon wrote: Hi There, It looks like we have reached the Max_data_length for the dbmail_messageblks table, this is currently 4294967295 (which is 4GB im gussing - which is about right). From the mysql docs, this can be easliery solved by running: ALTER TABLE tbl_name MAX_ROWS=10 AVG_RO