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
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
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
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
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
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
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