Please note that ownCloud now has integrated this by themselves, making an app produced by the ownCloud developers. We wrote about it here.


Imagine a world without the need of services hosted by companies, a world where you decide by yourself. With this email app you will be able to control everything. Email, contacts, calendar, files, and so on – ownCloud has it all.

This app is the final piece of the puzzle to integrate everything into one place. It integrates all your email into ownCloud where you can store them safely.

Screenshot

roundcube

If you want a guide on this, please let us know, but until then – download it here and follow this guide to begin with:

  1. Install Roundcube on your system

    To be able to us the ownCloud app you first have to install RoundCube to the core of your system.

  2. DOWNLOAD THIS SCRIPT (UBUNTU users)
  3. Change the SMTP and IMAP settings

    Go to this file using Webmin or in SSH-terminal:

    :~$ /var/www/roundcube/config/config.inc.php
  4. The file should look something like this:
    <?php
    $config['db_dsnw'] = 'mysql://roundcube:password@localhost/roundcube';
    $config['log_driver'] = 'syslog';
    $config['default_host'] = 'ssl://mail.citynetwork.se';
    $config['default_port'] = 143;
    $config['smtp_server'] = 'tls://mail.citynetwork.se';
    $config['smtp_port'] = 587;
    $config['smtp_user'] = '%u';
    $config['smtp_pass'] = '%p#';
    $config['smtp_auth_type'] = 'LOGIN';
    $config['smtp_timeout'] = 0;
    $config['support_url'] = 'https://www.techandme.se/contact/';
    $config['ip_check'] = false;
    $config['des_key'] = 'key';
    $config['product_name'] = 'Daniels Webmail';
    $config['plugins'] = array('archive','zipdownload');
    $config['language'] = 'sv_SE';
    $config['enable_spellcheck'] = false;
    $config['mail_pagesize'] = 50;
    $config['draft_autosave'] = 300;
    $config['mime_param_folding'] = 0;
    $config['mdn_requests'] = 2;
    $config['skin'] = 'larry';
  5. Go to
    http(s)://your-domain/roundcube
  6. Log in!


PRO TIP

Convert your database from Myisam to Innodb