Author Topic: Using RoundCube as a Personal WebMail  (Read 18464 times)

Offline nickstar10

  • Jr. Member
  • **
  • Posts: 10
Using RoundCube as a Personal WebMail
« on: May 15, 2012, 05:26:23 PM »
Hi all,
i new here, and sorry in advance for my bad english! In italy they dont teach us english very well :)

However, ive just found this beautiful open source project, and i want to use it for my business (im a freelance with multiple email addresses).
So i have my personal domain that is www.nicololazzarin.com, and i want to install RoundCube on www.nicololazzarin.com/webmail, and to leave my partners (and me) to log on the webmail and manage emails and contacts.

Now i have this issue: ive just installed RoundCube, but i dont understand how to create/add accounts. For example the first account...because after the installation i see the login page but i dont know where to find the login details!!

Can someone help me?
Thanks in advance

Nicolò!

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Using RoundCube as a Personal WebMail
« Reply #1 on: May 15, 2012, 07:07:22 PM »
RoundCube is just a mail client so you'll need to create email accounts on the mail server and then you can login with those email accounts.

Offline nickstar10

  • Jr. Member
  • **
  • Posts: 10
Re: Using RoundCube as a Personal WebMail
« Reply #2 on: May 15, 2012, 08:41:48 PM »
Ive created an email account and used on the login, but it diesnt work...
How i can manage email account, contacts, and so on?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Using RoundCube as a Personal WebMail
« Reply #3 on: May 15, 2012, 09:22:12 PM »
Make sure you have the imap server set correctly and check whether the server requires a full email address to login i.e. user@example.com

Offline nickstar10

  • Jr. Member
  • **
  • Posts: 10
Re: Using RoundCube as a Personal WebMail
« Reply #4 on: May 16, 2012, 04:54:34 AM »
Considering that i have a normal shared hosting with one domain, and i want to install roundcube on a normal subdomain, how do i need to set IMAP settings?
My domain is www.nicololazzarin.com, and i see:
- default_host
- default_port
- username_domain
- auto_create_user

...i dont know how to complete them..where i find that details? And where i create the login email that you say?

Thanks a lot for understanding  :)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Using RoundCube as a Personal WebMail
« Reply #5 on: May 16, 2012, 07:56:20 AM »
Your site appears to be running on a cPanel server so the following should work:
default_host = "nicololazzarin.com"
default_port = 143
username_domain = "nicololazzarin.com"
auto_create_user = true

Create the email accounts in cPanel under email accounts.

Offline nickstar10

  • Jr. Member
  • **
  • Posts: 10
Re: Using RoundCube as a Personal WebMail
« Reply #6 on: May 16, 2012, 08:01:23 AM »
Ok done.
Now i will create new email account, but which details i have to use to login on roundcube?

For example if i create info@nicololazzarin.com, will the login be username "info@nicololazzarin.com" (or only "info@")?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Using RoundCube as a Personal WebMail
« Reply #7 on: May 16, 2012, 08:31:30 AM »
You should be able to login with just "info" as the username and use the password you created when you made the email account.

Offline nickstar10

  • Jr. Member
  • **
  • Posts: 10
Re: Using RoundCube as a Personal WebMail
« Reply #8 on: May 16, 2012, 09:29:46 AM »
Ok i will try.
I have another doubt, if you want help me ;)

I understand that on roundcube there will be all email accounts that i will create on my domain (for example info@nicololazzarin.com, invoice@, staff@ and so on), but these email account will share what exactly?

I need to share some folders (with email) and the address book...there is some function or there are some plugins?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Using RoundCube as a Personal WebMail
« Reply #9 on: May 16, 2012, 10:29:59 AM »
RoundCube does support shared IMAP folders but don't think any cPanel setup supports them so your probably out of luck there. The address book is tied to the individual accounts but you can use the Global Address Book plugin https://github.com/JohnDoh/Roundcube-Plugin-Global-Address-Book/ to have contacts shared across accounts.

Offline nickstar10

  • Jr. Member
  • **
  • Posts: 10
Re: Using RoundCube as a Personal WebMail
« Reply #10 on: May 16, 2012, 10:50:25 AM »
Ok so if i need shared folders inside roundcube i have to develope it!  :)
About the Address Book i will try that plugin.

And there is some global calendars plugin?

Offline nickstar10

  • Jr. Member
  • **
  • Posts: 10
Re: Using RoundCube as a Personal WebMail
« Reply #11 on: May 16, 2012, 11:57:21 AM »
Now im working on installing the global address book, and on the installation guide it says:
Quote
Install
=======
* Place this plugin folder into plugins directory of Roundcube
* Add globaladdressbook to $rcmail_config['plugins'] in your Roundcube config
NB: When downloading the plugin from GitHub you will need to create a directory
called globaladdressbook and place the files in there, ignoring the root
directory in the downloaded archive.

Ive correctly renamed the folder and uplpoaded it into the server under the plugins directory of roundcube, and now i have to finish the second "*" of the guide, but on the main.inc.php file i have this code:

Quote
// ----------------------------------
// PLUGINS
// ----------------------------------

// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array();

How i have to add "globaladdressbook" on that code?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Using RoundCube as a Personal WebMail
« Reply #12 on: May 16, 2012, 01:16:34 PM »
Code: [Select]
$rcmail_config['plugins'] = array('globaladdressbook');

Offline nickstar10

  • Jr. Member
  • **
  • Posts: 10
Re: Using RoundCube as a Personal WebMail
« Reply #13 on: May 16, 2012, 02:17:54 PM »
Ive just done that but i see a blank page, all white! And when i remove it and make the roundcube config file as the original, the site works again..

What is the problem?


Offline nickstar10

  • Jr. Member
  • **
  • Posts: 10
Re: Using RoundCube as a Personal WebMail
« Reply #14 on: May 16, 2012, 04:58:12 PM »
Do you have skype? I need some simple things that i cant install myself, i think that we can finish everything in 5 minutes with you help  :)