-tony

That's not strictly true. If i remember correctly if the size is sent to hMail and it is over the limit then it will be rejected but not all clients send the size before sending the email in which case hMail will download the whole file and then reject it.redrummy wrote:Yes.
Thats what seems to happen with outlook, it'll send the entire file then reject it, but with my webmail (horde) it'll reject it before uploading it.^DooM^ wrote:That's not strictly true. If i remember correctly if the size is sent to hMail and it is over the limit then it will be rejected but not all clients send the size before sending the email in which case hMail will download the whole file and then reject it.redrummy wrote:Yes.
Pretty sure thats how it works
As this thread is alive again, some update to above info...katip wrote:ASSP doesn't check message size for allowing/rejecting purposes. There are various size checks but for other things after receiving process ends. This problem has been discussed in Mercury forums some time ago. Conclusion was: Nothing to do unless SIZE is declared by sending server/client. Otherwise you MUST receive entire message first, if you want to stay RFC-conform.
Code: Select all
Max Size of Local Message (maxSize)
30000000
If the value of ([message size]) exceeds maxSize in bytes the transmission of the local message will be canceled. No limit is imposed by ASSP if the field is left blank or set to 0. This option allows admins to limit useless bandwidth wasting based on the transmit size.
Max Size of External Message (maxSizeExternal)
30000000
If the value of ([message size]) exceeds maxSizeExternal in bytes the transmission of the external message will be canceled. No limit is imposed by ASSP if the field is left blank or set to 0. This option allows admins to limit useless bandwidth wasting based on the transmit size.
Max Message Size Error (maxSizeError)
552 message exceeds MAXSIZE byte
SMTP error message to reject maxSize / maxSizeExternal exceeding mails. For example:552 message exceeds MAXSIZE byte (size)! MAXSIZE will be replaced by the value of maxSize / maxSizeExternal.