Author |
|
oscarlamattina Newbie
Joined: 19 September 2011 Location: Argentina
Online Status: Offline Posts: 7
|
Posted: 19 September 2011 at 2:36pm | IP Logged
|
|
|
I´m accessing webmail using IMAP.
Webmail recognizes INBOX mailbox, and retreives all messages.
But it doesnt sync my sent items, trash and spam folders. If I edit folders, and lchange "use for" and sync settings I get what I want.
is there any way to set this by default?
So users can see (and use) their already existing deleted folder, sent items folder and spam folder?
I can see the changes beeing made to SQL awm_folders but I dont want to do this for every user that logs in. Any default setting I should use?
Thanks
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 20 September 2011 at 1:23am | IP Logged
|
|
|
What are you using? Which product and version?
Regards,
Alex
|
Back to Top |
|
|
oscarlamattina Newbie
Joined: 19 September 2011 Location: Argentina
Online Status: Offline Posts: 7
|
Posted: 20 September 2011 at 5:21am | IP Logged
|
|
|
Webmail Lite .net
<!--5.1.3-->
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 21 September 2011 at 2:50am | IP Logged
|
|
|
ASP.NET Lite does not have this as it's no longer in active development but PHP Lite and Pro does.
See \webmail\examples\plugins\change-default-folders\index.php in PHP version.
Regards,
Alex
|
Back to Top |
|
|
oscarlamattina Newbie
Joined: 19 September 2011 Location: Argentina
Online Status: Offline Posts: 7
|
Posted: 21 September 2011 at 7:10am | IP Logged
|
|
|
Ok, then I deleted the asp,net version and trying to intall the php version.
I get stuck at the second screen (I get all the ok´s except for SSL) and when I click next I get
PHP Fatal error: Call to a member function GetConf() on a non-object in C:\Webspace\www\install\steps\db.php on line 170
Using IIS. How can I fix this? not very familiar with PHP.
Thanks
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 22 September 2011 at 7:22am | IP Logged
|
|
|
If you get PHP on Apache (e.g. WAMP), does it work? Is the problem specific to IIS? The problem does not reproduce with our systems.
Regards,
Alex
|
Back to Top |
|
|
oscarlamattina Newbie
Joined: 19 September 2011 Location: Argentina
Online Status: Offline Posts: 7
|
Posted: 27 September 2011 at 5:29am | IP Logged
|
|
|
I run IIS and PHP.
I think this should be a PHP configuration problem.
Can you send me a PHP.ini file to use? or tell me what options I need enabled?
Thx
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 27 September 2011 at 5:45am | IP Logged
|
|
|
What PHP version do you run on IIS? We need that information to try reproducing the problem.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
oscarlamattina Newbie
Joined: 19 September 2011 Location: Argentina
Online Status: Offline Posts: 7
|
Posted: 27 September 2011 at 8:59am | IP Logged
|
|
|
PHP Version 5.2.9-2
Server API CGI/FastCGI
What else do you need? give me your email address, and I can send you the link to phpinfo.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 28 September 2011 at 1:48am | IP Logged
|
|
|
I guess this information should be sufficient for now, thanks. Will try to reproduce this and will let you know.
--
Regards,
Igor, AfterLogic Support.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 28 September 2011 at 10:48pm | IP Logged
|
|
|
OK I had PHP 5.2.9-2 installed and configured with IIS running on blank Windows XP box. Of course, MySQL is installed as well.
I've installed WebMail Lite there, and the installation was completed just fine, and I didn't have problems using adminpanel and user account interface.
The php.ini file i was using is based on php.ini-recommended file shipped with PHP, I've just configured extension dir:
Code:
extension_dir = "C:/PHP/ext/" |
|
|
uncommented a line responsible for loading mysql extension:
and tweaked FastCGI configuration settings as per PHP documentation page:
Code:
fastcgi.impersonate = 1
fastcgi.logging = 0
cgi.fix_pathinfo=1
cgi.force_redirect = 0 |
|
|
If you use the same kind of settings and it still doesn't work, the problem is elsewhere then, maybe your web server configuration. I can confirm current WebMail Lite version is fully functional on IIS+PHP.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|