Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Lite 7

 AfterLogic Forum : AfterLogic WebMail Lite 7
Subject Topic: afterlogic lite v.7 Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
wojo
Newbie
Newbie
Avatar

Joined: 24 May 2013
Location: Sweden
Online Status: Offline
Posts: 30
Posted: 24 May 2013 at 8:34am | IP Logged Quote wojo

Hi,

I've noticed that the demo is version 7, but I can only download version 6.6 of afterlogic webmail lite.
When will you release version 7?
Seems like an awesome webmail, and I'm realy looking forward to test it.
Back to Top View wojo's Profile Search for other posts by wojo
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6103
Posted: 24 May 2013 at 10:05pm | IP Logged Quote Igor

The release date is not determined yet. Hopefully, WebMail Lite 7 (PHP) will be released within next couple of weeks.

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

Joined: 24 May 2013
Location: Sweden
Online Status: Offline
Posts: 30
Posted: 25 May 2013 at 1:46am | IP Logged Quote wojo

Looking forward to the release!

Are you planning on adding a mobile UI?
Back to Top View wojo's Profile Search for other posts by wojo
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6103
Posted: 27 May 2013 at 12:09am | IP Logged Quote Igor

No we don't plan making any separate user interface, instead we strive to optimize default interface so it can be comfortably used on a variety of devices, mainly those powered by iOS and Android.

Also, we plan to offer full-scale public API along with plugin functionality, so that it would be possible to create custom interfaces which utilize internal WebMail code yet can be fully designed by any third party.

--
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: 6103
Posted: 30 May 2013 at 12:43am | IP Logged Quote Igor

And it's OUT!

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


Joined: 30 May 2013
Location: Hungary
Online Status: Offline
Posts: 6
Posted: 30 May 2013 at 1:33am | IP Logged Quote Zolcsi

I have upgraded my installation, but unfortunately I have some problems:

The biggest one is that the sieve filters do not work anymore. Here is my config from my previous setup:


$aSieveDomains = array('*');

return array(
        'plugins.sieve-forward' => false,
        'plugins.sieve-filters' => true,
        'plugins.sieve-filters.config.port' => 2000,
        'plugins.sieve-autoresponder' => false,

        'plugins.sieve-forward.options.domains' => $aSieveDomains,
        'plugins.sieve-filters.options.domains' => $aSieveDomains,
        'plugins.sieve-autoresponder.options.domains' => $aSieveDomains
);


And here is the new config:

$aSieveDomains = array('*');

return array(

        'sieve' => true,
        'sieve.autoresponder' => true,
        'sieve.forward' => false,
        'sieve.filters' => true,
        'sieve.config.host' => '127.0.0.1',
        'sieve.config.port' => 2000,
        'sieve.config.filters-folder-charset' => 'utf-8', // [utf7-imap, utf-8]
        'sieve.config.domains' => $aSieveDomains

);

But I cannot find the interface for the filters anywhere in the new webmail. I am guessing that it is not enabled for some reason, maybe I've missed something with the configuration.
By the way, I have a dovecot server, that provides the sieve filtering and it's been working fine with the previous version of webmail.

Another (smaller) problem is that I set <AllowUsersChangeEmailSettings>Off</AllowUsersChangeEmailSettings> in settings.xml, but the users can still modify the email server settings, which is not good.

Otherwise I love this release, the new interface is gorgeous. I am just very sad, that I cannot activate it for the users until these problems are sorted out. Does anybody have any suggestions about them?

thanks!
Back to Top View Zolcsi's Profile Search for other posts by Zolcsi
 
Zolcsi
Newbie
Newbie


Joined: 30 May 2013
Location: Hungary
Online Status: Offline
Posts: 6
Posted: 30 May 2013 at 1:38am | IP Logged Quote Zolcsi

Oh, one more thing, that might be useful. Here is the output of a telnet command on port 2000:

root@aragorn:~# telnet localhost 2000
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
"IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE" "fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave"
"NOTIFY" "mailto"
"SASL" "PLAIN LOGIN"
"STARTTLS"
"VERSION" "1.0"
OK "Dovecot ready."
Back to Top View Zolcsi's Profile Search for other posts by Zolcsi
 
Zolcsi
Newbie
Newbie


Joined: 30 May 2013
Location: Hungary
Online Status: Offline
Posts: 6
Posted: 30 May 2013 at 1:45am | IP Logged Quote Zolcsi

I have just figured out something: * is not accepted anymore as the domain, you have to explicitly set the domain (localhost in my case), and now the Filters tab magically appeared :)
Back to Top View Zolcsi's Profile Search for other posts by Zolcsi
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6103
Posted: 30 May 2013 at 1:48am | IP Logged Quote Igor

That's right, the behavior was changed in v7. Previously, you needed to supply a list of domains, while now it's a list of mailserver hostnames, so if you have multiple domains but all of them are hosted by same server (which is the most typical use scenario for WebMail Lite), supplying localhost value should work.

As for the other issue, it's a known one and it will be fixed in one of subsequent releases.

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


Joined: 30 May 2013
Location: Canada
Online Status: Offline
Posts: 1
Posted: 30 May 2013 at 5:05pm | IP Logged Quote c0ntra

Hello,

I am running Plesk 11.0.9 (latest updates) on Debian linux.

I currently have AfterLogic WebMail Lite (6.5.2-1) installed via the Application Vault and it works great.

I wanted to upgrade to 7.0.1 so downloaded the plesk specific zip, then uploaded it as an application in plesk alongside 6.5.2-1

Tried to upgrade a current installation by clicking the "upgrade" button in Plesk, it sucessfully updates to 7.0.1

When I browse to domain.com/webmail I see a horrible looking page that looks like the themes are totally broken. It's just basic text/html and the formatting is entirely off. I've googled to try and find a solution but keep coming up short. Any ideas?

After giving up on that - I installed 7.0.1 on a fresh domain that never had it before, and it worked better but I don't see any skins/themes listed at all. What happened to them? Just a new ugly (sorry) colours for 7.0.1 and many missing options for configuration.

I feel like I'm missing something but shouldn't this be just as easy as installing that plesk-specific zip?
Back to Top View c0ntra's Profile Search for other posts by c0ntra
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6103
Posted: 30 May 2013 at 11:24pm | IP Logged Quote Igor

WebMail Lite 7 has only one skin at the moment. And upon upgrading, there are probably old skins left, existing accounts try to use them but that fails since those skins are for previous version. To make things work for existing accounts, it's necessary to remove everything under skins/ directory except for Default subdirectory.

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

Joined: 24 May 2013
Location: Sweden
Online Status: Offline
Posts: 30
Posted: 31 May 2013 at 6:57am | IP Logged Quote wojo

Is there an easy way to change the background on only the login page (I'd like to use an image)? I have tried to edit the style.css in /skins/Default/ but its global so i will not work in my case. I have also tried to edit /templates/views/Login/LoginViewModel.html but I cant see the changes I do here. Any idea how I can solve this?
Back to Top View wojo's Profile Search for other posts by wojo
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6103
Posted: 31 May 2013 at 7:04am | IP Logged Quote Igor

If you'd like to change background for login page, you can do that by modifying properties of LoginLayout class in CSS file. You will probably need to tweak LoginViewModel.html as well, for instance if you'd like to remove default product logo. To apply changes upon making them, be sure to clear web browser cache.

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

Joined: 24 May 2013
Location: Sweden
Online Status: Offline
Posts: 30
Posted: 31 May 2013 at 7:25am | IP Logged Quote wojo

Thanks! Everything worked perfect when changing .LoginLayout instead of body.

Thanks for the superb support Igor!
Back to Top View wojo's Profile Search for other posts by wojo
 

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