Hi,

I'm new to the dbmail project but i've implemented it 'succesfully' on one
of my servers. Everything seems to work well except one weird thing:
Although the user seems to have enough quota some e-mails are bounced by the
dbmail system.

Here is some debugging.

dbmail/smtp[30557]: bounce(): sending 'mailboxsize exceeded' bounce for user
[username]

--
SELECT * FROM `users` WHERE 1 AND `userid` LIKE 'username'
7|username|secret|0|30000|2004-01-29 08:03:08 
--
I assume maxmail_size is the maximum size of the mailbox and is measured in
Kilobytes.

--
SELECT * FROM `mailboxes` WHERE 1 AND `owner_idnr` = 7
mailbox_idnr|owner_idnr|name|seen_flag|answered_flag|deleted_flag|flagged_fl
ag|recent_flag|draft_flag|no_inferiors|no_select|permission|is_subscribed  
10|7|INBOX|0|0|0|0|0|0|0|0|2|0 
--

--
SELECT SUM( messagesize ) FROM `messages` WHERE 1 AND `mailbox_idnr` = 10 
97351
--

I assume this messagesize is displayed in Bytes.

Does anyone knows what's going wrong? If i've overlooked some stupid
configuration option i appologize in advance but i'd like to hear that too
;)



Met vriendelijke groet / Yours sincerely,


Jan-Paul van Burgsteden
2Fast Internet Services
Joop Geesinkweg 901-999
NL-1096 AZ Amsterdam

T: +31 (0)20 561 60 80
F: +31 (0)20 561 69 00
E: [EMAIL PROTECTED]
S: http://www.2fast.nl
R: TSJP1-RIPE 


Reply via email to