mail attachment problem
hi,there.
i got a problem. i set the size of max outgoing mail is 10M in admin console, after that i send a mail to check this ,i found the setting is not correct. i send a mail with a attachment less than 2M , it's work. but if lager than 2M. it will prompt "the file is too big". it's make me sick........
please help me
thank a lot
[362 byte] By [
alfred_zk] at [2007-11-26 9:00:48]

# 1
What version Messaging Server?
What exact setting did you actually change? Maxpostsize or max message size?
Use configutil, and check what value you actually have.
I'm assuming that you're talking about webmail. No setting for webmail should affect how you send mail from any other client.
# 2
i am not used to speak in english, maybe my description is not clear. hehe.so , i change my way to speak. could you please tell me the command to set the size of webmail attachment. thanks a lot
# 4
Hi,There are two settings:service.http.maxmessagesize (total size of message)service.http.maxpostsize (size of each individual attachment)You need to increase both and restart the http daemon (./stop-msg http; ./start-msg http)Cheers,Shane.