Author |
|
nlks Newbie
Joined: 21 May 2012
Online Status: Offline Posts: 17
|
Posted: 28 September 2012 at 1:50am | IP Logged
|
|
|
I have my Webmail lite PHP Version 6.4.1 with hMailServer on Win Server 2008 with IIS 7.
Everything working OK except for the attachment.
AttachmentSizeLimit has been set to "OFF" however it still fail to upload file over 2MB.
Error message is: could not save uploaded file.
I did google & found IIS 6 might cause this as it limit message size to 2MB.
But in my case it's IIS 7, is there still such limitation?
I know it could be out of AfterLogic support (if it's not caused by Webmail lite) but hopefully someone experieced this before could advise me on this.
Other than that, from the settings.xml I'm able to enable "AllowIdentities".
However in my testing, the identities was not used as default after I set (email sent out indicating my original email address instead of that in my identities)
How do I make use of the identity?
Thank you.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 28 September 2012 at 3:17pm | IP Logged
|
|
|
Quote:
IIS 6 might cause this as it limit message size to 2MB.
But in my case it's IIS 7, is there still such limitation? |
|
|
Yes, I guess this might be the case for IIS 7 as well. This knowledge base article might be helpful.
Quote:
How do I make use of the identity? |
|
|
A while ago, we were going to implement identities functionality, but currently it's not available and thus disabled in configuration. And even when it gets released, it will probably be a Pro functionality.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
nlks Newbie
Joined: 21 May 2012
Online Status: Offline Posts: 17
|
Posted: 30 September 2012 at 8:41pm | IP Logged
|
|
|
Hi Igor,
Thank you for your reply :)
I did read the knowledge base before I post but it doesn't solve my problem.
1. I can't seem able to find php.ini. Does it still exist in Webmail lite PHP version 6.4.1?
2. For IIS 7.5, I can't find the said "AspMaxRequestEntityAllowed" property. Anyone solve this before?
p/s: My IIS is actually 7.5.7600. sorry if it caused any consufion.
Thank you.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 01 October 2012 at 2:29am | IP Logged
|
|
|
The php.ini file is a configuration file of PHP environment, thus you shouldn't be looking for it in WebMail package, check your PHP installation instead.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
nlks Newbie
Joined: 21 May 2012
Online Status: Offline Posts: 17
|
Posted: 01 October 2012 at 3:25am | IP Logged
|
|
|
Hi Igor,
Ya I found php.ini and that's where the cause of the error.
Problem is solved now.
Thank you very much for your assistant =)
|
Back to Top |
|
|