Mail Queue E-Mail Body Chunk

Oddis

Verified User
Joined
May 24, 2005
Messages
47
Hi.
I noticed that when I open a mail in the mail list, the E-Mail Body Chunk is empty for all mails in the list. It worked before and I am not sure when this happened (I am not sure about this is related to the latest update of Directadmin)
 
Updating DirectAdmin itself won't change how mail works; the DirectAdmin daemon has nothing to do with email.

It's hard to understand what you mean.

How are you opening the email? What program are you using?

Jeff
 
Hi.
Sorry for my bad explonation.
What I tried to explain, was when I opened the [Mail Queue Administration] found in Directadmin Administration (Admin level), I can see: E-Mail Headers and the Log for the different emails but the E-Mail Body Chunk is blank for all the mails.
 
Mail is generally in the queue because it has a problem and can't be delivered. Have you looked in the logs to see why this email is ending up in the queue?

Jeff
 
Hi Jeff.
Most of the mails in the queue is spam mail that is sent to non existing accounts on the server and because of this they are bounced.
Some is mails that is not delivered because the receiver mail box is full.

Before it was possible to see the E-Mail Body Chunk for these kind of mails in the queue list.
 
I don't know; it could be errors in the spam email itself. Generally when I run into emails that aren't deliverable that have no contents I delete them.

Jeff
 
Thanks for your reply Jeff.
That is the problem. I know that most of the letters have content.
I also tried to send mails to non existent mail accounts for several domains on the server by my selves. These mails is full of content and they are harmless, should not be stopped by spam detecting software. The only thing that should happen, is that the mails should be bounced but when I open the mail in the list, it contain no Body Chunk at all.

It's no problem with mail in general. Mail are sent, received and filtered by Spamblocker3. The only thing is that I can not see the content when I open the mail in the list.

Well, it's not critical, so I will look a little bit around. Thanks for your help Jeff and happy Christmas to you and everyone else in the community.
 
Have you looked into the queue through the shell? If there's no content in the emails in the queue, then there's no content anywhere, because the queue is the only place it's saved. If there's body content in the queue viewed through the shell but not when viewing it through DirectAdmin then there may be a bug in DirectAdmin's file viewer and you should probably check with DirectAdmin Support.

Jeff
 
Thanks for your effort jlasman.
Martinas was so kind to help me out.
Hi found that the problem was related to the Marina skin………
Again he saved my day :)

As he described the problem was related to the file:
/usr/local/directadmin/data/skins/marina/admin/mail_id_info.html
It has the following line:
<tr><td class=list align=center><textarea style="FONT-FAMILY: courier, courier-new" wrap=off readonly cols=120 rows=20>|BODY|</textarea></td></tr>
but it should be:
<tr><td class=list align=center><textarea style="FONT-FAMILY: courier, courier-new" wrap=off readonly cols=120 rows=20>|EMAIL_BODY|</textarea></td></tr>

Regards
Oddis
 
Marynas does good work ;).

It's a shame you didn't post your skin in your original discussion; it might have saved us all some time. However, all's well that ends well, I like to say.

Have you brought this to Walo's attention, either by email, by PM, or in the main Marina skin?

Jeff
 
Back
Top