RoundCube

Any way to get the "Disk Usage" meter to work in round cube to reflect the user's mailbox usage?
 
Hi freshmint!

Thanks for a quick reply. You know, I tried to add it to my directadmin.conf. It didn't work. I mean there are no changes to the user's page. This is how this line looks in there:

webmail_link=/var/www/html/roundcube

roundcube is a symbolic link to roundcubemail-0.1beta2 folder. I guess it doesn't have to create any problem if we use symbolic links in the config file.

What bothers me is that I don't see any lines mapping webmail menu to squirrelmail and eubimiau in directadmin.conf. Does this mean that I have to edit the other file?

Eugene
 
Hi freshmint!

Thanks for a quick reply. You know, I tried to add it to my directadmin.conf. It didn't work. I mean there are no changes to the user's page. This is how this line looks in there:

webmail_link=/var/www/html/roundcube

roundcube is a symbolic link to roundcubemail-0.1beta2 folder. I guess it doesn't have to create any problem if we use symbolic links in the config file.

What bothers me is that I don't see any lines mapping webmail menu to squirrelmail and eubimiau in directadmin.conf. Does this mean that I have to edit the other file?

Eugene

You're supposed to configure it with the folder name (or symbolink link, it works too) only, not the full path. For instance, if you have this symbolic link on your /var/www/html folder, you may access roundcube by http://www.yourdomain.com/roundcube (IF you have added this alias to your httpd.conf too, don't forget this!). That means you should add to your directadmin.conf this line:

webmail_link=roundcube

There's no configuration on your directadmin.conf by default, which means DirectAdmin will link to squirrelmail (DirectAdmin's default). You can't configure more than one webmail here, this configuration just change the webmail link on your header. The others webmails will still work if accessed by direct link.

Also, make sure you're using the latest directadmin version, this feature was "recently" added.
 
Ok, finally I got what you meant.
It works for me but whenever I click on the "Webmail" button at the top menu of the user's page. What I wanted to set is to have it appear as the third option at the Email Management section. Now it looks like this:

E-Mail Accounts
Catch-All E-Mail
Forwarders
Autoresponders
Vacation Messages
Spamassassin Setup

Mailing Lists
SPAM Filters
Webmail: Squirrelmail
Webmail: UebiMiau

I want to add one more line:

Webmail: RoundCube

Eugene
 
Ok, finally I got what you meant.
It works for me but whenever I click on the "Webmail" button at the top menu of the user's page. What I wanted to set is to have it appear as the third option at the Email Management section. Now it looks like this:

E-Mail Accounts
Catch-All E-Mail
Forwarders
Autoresponders
Vacation Messages
Spamassassin Setup

Mailing Lists
SPAM Filters
Webmail: Squirrelmail
Webmail: UebiMiau

I want to add one more line:

Webmail: RoundCube

Eugene

That's on the templates. See file /usr/local/directadmin/data/skins/enhanced/user/show_domain.html, look for "squirrelmail" and you'll know what to do. :)
 
Thanks, freshmint.
Finally it worked. But it took me some time to figure that I don't have to define the variable similar to |LANG_WEBMAIL_SM|. This is the line to add:

<a href="|HTTP|://|HOSTNAME|/roundcube" target="_blank">Webmail: RoundCube</a><br>

Eugene
 
Eugene, if you've changed the enhanced DA skin it may be overwritten by DA at any time. The right way to do this is to create your own skin, by copying the DA default skin. Then the skin won't be updated by DA, but you'll be responsible for keeping it updated as required.

Jeff
 
Yes, I'm rewriting the script now, and I'm not at home now :) The script will be ready tomorrow or on Monday.
 
I know this question might be a bit premiscous:

Not that this is RC-1 , will Directadmin look into including this as an optional webmail client?
 
Yes, I'm rewriting the script now, and I'm not at home now :) The script will be ready tomorrow or on Monday.
Hi, i have already change the script but the rc1 have some problems. At lease one major feature is missing (preview pane). So i recommended to wait some days until this fixed.
 
I'm attaching the script for roundcube-rc1, it will be uploaded to DirectAdmin servers soon.
 

Attachments

Last edited:
Back
Top