dbmail 2.0.7
MySQL 4.1.14 INNODB
I've just created new `dbmail` database from
`create_tables_innoDB.mysql` file
And did the following steps:
1) Adding new user
> dbmail-users -a test -w testpwd
Opening connection to database...
Opening connection to authentication...
Ok. Connected
Adding user te
krr> dbmail 2.0.7
krr> MySQL 4.1.14 INNODB
krr> I've just created new `dbmail` database from
krr> `create_tables_innoDB.mysql` file
krr> And did the following steps:
krr> 1) Adding new user
>> dbmail-users -a test -w testpwd
krr> Opening connection to database...
krr> Opening connection to authe
This is all valid.
[EMAIL PROTECTED] wrote:
>>dbmail-users -d test
>
> Opening connection to database...
> Opening connection to authentication...
> Ok. Connected
> Deleting aliases for user [test]...
> Done
> Deleting user [test]...
> Done
>
> messageblk_idnr=1 and 2 stays on it's place !
Bec
Can anyone offer anythoughts..
currently we using Thunderbird as a mail client and squirrel mail as
webmail. We are unable to recieve headers or bodys. but our clients are
telling us we have new mail. After looking at mysql we seem to have a
jump in numbering in the messageblks table.. could th
Paul J Stevens wrote:
Dominic,
The rfcsize is missing for message 2331908. In 2.0 the only way to fix
this is by forcing a parsed retrieval of the message.
Something like
01 login someuser password
02 select somemailbox
03 uid fetch 2331908 (envelope)
should do the trick.
I ran the se
You are kinda stingy in supplying info about your prob but try this...
First, in case you didn't already, run:
dbmail-util -tub -y
or
dbmail-util -a -y
Sounds like odd MUA issue if you are using IMAP. Flush the MUA's data with a
folder rescan see if that fixes prob. (Try the simple first :o)
Dominic Amann wrote:
> Paul J Stevens wrote:
>
>> Dominic,
>>
>> The rfcsize is missing for message 2331908. In 2.0 the only way to fix
>> this is by forcing a parsed retrieval of the message.
>>
>> Something like
>>
>> 01 login someuser password
>> 02 select somemailbox
>> 03 uid fetch 2331908 (e