Hi, I'm hoping someone can help me with this. I noticed that I have several thousand messages in the messages table that are owned by the dbmail internal user [EMAIL PROTECTED]@__. Is that normal?
This is the query I ran: select count(*) from messages where mailbox_idnr=2 Result: (16602) rows Then I did a select owner_idnr,name from mailboxes where mailbox_idnr=2 Result: owner_idnr=1, name=INBOX Why does the internal user own 16602 messages? And to whom were those messages originally destined for? Are those messages lost because I can't seem to find them in the messageblks table. Thanks in advance, David