Hi Jan-Paul,

Both messagesize as maxmail_size are in bytes. :)

Best regards,

Eelco

On 29-jan-04, at 10:34, Jan-Paul van Burgsteden / 2Fast wrote:

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|flagg ed_fl ag|recent_flag|draft_flag|no_inferiors|no_select|permission|is_subscrib ed
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


_______________________________________________
Dbmail mailing list
Dbmail@dbmail.org
https://mailman.fastxs.nl/mailman/listinfo/dbmail

_________________________
E.J.A. van Beek
ICT Manager
IC&S
T: +31 30 6355730
F: +31 30 6355731

PGP-key:
www.ic-s.nl/keys/eelco.txt

Reply via email to