DBMail could have a table to log, the incoming trafic/messages. This can be very handy for statistics like, how many email were received in one specific day/month/user, how many bytes the user received in the same time.
This can be a table with name, “dbmail_trafic” with fields like:
— datetime, source_addr,from_who,to_who,email_size,has_attach (with the qt of how many attach's),type_of_email (text/html) —
IT could exist another column in the dbmail_user table to enable/disable for each user this function.
Can this idea be implemented? Anyone share the same opinion than me?