[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re[2]: [cobalt-users] Message / attachment size



> >> Given the above, have I done enough to ensure that my customer can
> >> receive most emails with attachments?  And, if so, do I put it down to
> >> BT's restrictions on email size?
> 
> > Looks like that rejection message is coming from your customer SMTP
> > server and not your server ... Possibly Microsoft Exchange Server.
> 
> It is MES
> 
> > Have you checked your /var/log/maillog and match the time-stamp
> > on the error message with smtp entries in your logs.
> 
> There are only two messages from her in the log, one with a 2+mb and
> the other 3+mb file attachments. She said she had sent about 10.
> 
> > Was the error message sent from your MAIL-DAEMON?
> 
> I don't think so. Where/how would I look to find out?
> 

You should find an entry in your /var/log/maillog bouncing the
message back to the sender ..

or at command-line issue this:

cat /var/log/maillog | grep "MAILER-DAEMON"

and see the output.

The reason I said it was the SMTP server of the sender is
because some SMTP has a limitation of size of message
that can go through and end-users within the network
only see the bounced message and think it was rejected
from the Recipent Server (your server).

Since your user can send you the bounce error message
ask her to quote the full header of the message which will
show clearly if it was rejected by the Internal Exchange
Server or by your Server.

Plus the text format of the bounce message looks
like an exchange server SMTP error message.

Al-Juhani
aljuhani@xxxxxxxxx