Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Lite 7

 AfterLogic Forum : AfterLogic WebMail Lite 7
Subject Topic: Imap syncall folders Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
oscarlamattina
Newbie
Newbie
Avatar

Joined: 19 September 2011
Location: Argentina
Online Status: Offline
Posts: 7
Posted: 19 September 2011 at 2:36pm | IP Logged Quote oscarlamattina

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 View oscarlamattina's Profile Search for other posts by oscarlamattina
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 20 September 2011 at 1:23am | IP Logged Quote Alex

What are you using? Which product and version?

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 
oscarlamattina
Newbie
Newbie
Avatar

Joined: 19 September 2011
Location: Argentina
Online Status: Offline
Posts: 7
Posted: 20 September 2011 at 5:21am | IP Logged Quote oscarlamattina

Webmail Lite .net

<!--5.1.3-->
Back to Top View oscarlamattina's Profile Search for other posts by oscarlamattina
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 21 September 2011 at 2:50am | IP Logged Quote Alex

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 View Alex's Profile Search for other posts by Alex
 
oscarlamattina
Newbie
Newbie
Avatar

Joined: 19 September 2011
Location: Argentina
Online Status: Offline
Posts: 7
Posted: 21 September 2011 at 7:10am | IP Logged Quote oscarlamattina

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 View oscarlamattina's Profile Search for other posts by oscarlamattina
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 22 September 2011 at 7:22am | IP Logged Quote Alex

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 View Alex's Profile Search for other posts by Alex
 
oscarlamattina
Newbie
Newbie
Avatar

Joined: 19 September 2011
Location: Argentina
Online Status: Offline
Posts: 7
Posted: 27 September 2011 at 5:29am | IP Logged Quote oscarlamattina

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 View oscarlamattina's Profile Search for other posts by oscarlamattina
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6104
Posted: 27 September 2011 at 5:45am | IP Logged Quote Igor

What PHP version do you run on IIS? We need that information to try reproducing the problem.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
oscarlamattina
Newbie
Newbie
Avatar

Joined: 19 September 2011
Location: Argentina
Online Status: Offline
Posts: 7
Posted: 27 September 2011 at 8:59am | IP Logged Quote oscarlamattina

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 View oscarlamattina's Profile Search for other posts by oscarlamattina
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6104
Posted: 28 September 2011 at 1:48am | IP Logged Quote Igor

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 View Igor's Profile Search for other posts by Igor
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6104
Posted: 28 September 2011 at 10:48pm | IP Logged Quote Igor

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:

Code:
extension=php_mysql.dll


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 View Igor's Profile Search for other posts by Igor
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide