Author Topic: Complete beginner needs help with setting up webmail  (Read 10753 times)

Offline 105creations

  • Newbie
  • *
  • Posts: 8
Complete beginner needs help with setting up webmail
« on: April 16, 2010, 06:39:09 PM »
Hi all,

I want to use RoundCube as a way to check my mail for my domain when I'm away from home.

At home, when I'm at my computer, I use Thunderbird.

I don't have a lot of technical knowledge, and the wiki page assumes a lot of knowledge about using FTP and dealing with folders that I don't have.

All I really want is a fool-proof, step-by-step instruction page, on what to do once I download the archived RoundCube file, what I do with that archived file (eg: do I extract it on my computer? Does my server extract it?), and how to get it running on my own server. Pretend I'm five years old, and describe it to me that way.

If there's no one willing to do that on the forum, can you direct me to an external page with foolproof instructions? Again, just pretend you're explaining it to a five-year-old.

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Complete beginner needs help with setting up webmail
« Reply #1 on: April 16, 2010, 07:55:00 PM »
Not enough data. What OS is your server running? What database server? What webserver? Do you have root access?
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline 105creations

  • Newbie
  • *
  • Posts: 8
Complete beginner needs help with setting up webmail
« Reply #2 on: April 16, 2010, 08:47:31 PM »
My hosting is through Lunarpages and my server is a Linux server.

I'm using FileZilla for FTP.

I don't know if I have root access.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Complete beginner needs help with setting up webmail
« Reply #3 on: April 16, 2010, 11:59:27 PM »
I am going assuming you don't have root access given how much you know about servers. First extract the roundcubemail-0.3.1.tar.gz on to your computer, then connect to your server using FileZilla go into your public_html folder and make a new folder (name it something like "mail") then upload the files in the roundcubemail-0.3.1 that you extracted. Then you need to setup a database you can use lunarpages guide for that: Setup MySQL Databases - Lunarpages Web Hosting Wiki Then you can move on into the installer go to yourdomain.com/(folder you setup earlier i.e. mail)/installer let me know if you have been able to get that far, I will wright up the installer instruction if you need them.

Offline 105creations

  • Newbie
  • *
  • Posts: 8
Complete beginner needs help with setting up webmail
« Reply #4 on: April 17, 2010, 09:50:58 AM »
Ok, I made a subfolder in my public_html folder called "webmail"

Then I took the extracted Roundcube folder, and transferred everything to the webmail folder via FTP. There were 1071 transferred files.

However, when I go to mydomain.com/webmail/installer, I get the following error message:

Not Found

The requested URL /webmail/installer was not found on this server.
Apache/2.2.3 (CentOS) Server at http://www.mydomain.com Port 80

When I got to just /webmail, I get this error:

Forbidden

You don't have permission to access /webmail/ on this server.
Apache/2.2.3 (CentOS) Server at http://www.mydomain.com Port 80

Offline 105creations

  • Newbie
  • *
  • Posts: 8
Complete beginner needs help with setting up webmail
« Reply #5 on: April 17, 2010, 08:27:44 PM »
I was able to figure out uploading everything via FTP and got /webmail/installer to work.

However, I'm stuck on the "Create config" page. I'm leaving most of the defaults in place, but on the database setup page, I think I'm inputting the wrong database information.

Here's what I've got:
Database server: 209.200.245.67
Database name: c05cr0_webmail
Database user name: c05cr0_webmail@209.200.245.67
(yes, I made the database name and user name the same)

Is this correct?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Complete beginner needs help with setting up webmail
« Reply #6 on: April 18, 2010, 10:24:11 AM »
The username name should be "c05cr0_webmail" remove the @209.200.245.67 all of the defaults should be find for the config.

Offline 105creations

  • Newbie
  • *
  • Posts: 8
Complete beginner needs help with setting up webmail
« Reply #7 on: April 18, 2010, 11:32:16 AM »
I changed the database sections, updated the config files, and saved the .php files to the config folder.

When I got to the test config page, I got this response:

Check configured database settings
DSN (write):  NOT OK(MDB2 Error: connect failed)

Make sure that the configured database exists and that the user has write privileges
DSN: mysql://c05cr0_webmail:webmail@209.200.245.67/c05cr0_webmail

Thing is, I've already gone to MySQL manager and giving the user all privileges to that database.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Complete beginner needs help with setting up webmail
« Reply #8 on: April 18, 2010, 03:10:14 PM »
Its having a connection problem, try using localhost instead of 209.200.245.67 and double check the database name and password.

Offline 105creations

  • Newbie
  • *
  • Posts: 8
Complete beginner needs help with setting up webmail
« Reply #9 on: April 18, 2010, 03:47:44 PM »
Still getting the same error, even after updating the password and changing it to "localhost"

DSN (write):  NOT OK(MDB2 Error: connect failed)

Make sure that the configured database exists and that the user has write privileges
DSN: mysql://c05cr0_webmail:webmail99@localhost/c05cr0_webmail

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Complete beginner needs help with setting up webmail
« Reply #10 on: April 19, 2010, 02:11:13 PM »
Its hard to do any more exact diagnosing without access, if you would be willing to give me access I should be able to find out what's wrong.

Offline 105creations

  • Newbie
  • *
  • Posts: 8
Complete beginner needs help with setting up webmail
« Reply #11 on: April 19, 2010, 10:32:28 PM »
I'm not sure if I want to provide my login information, but a remote session using Webex or Crossloop probably would be easiest.

What is your availability? I'm in the GMT -5 timezone (same timezone as New York).

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Complete beginner needs help with setting up webmail
« Reply #12 on: April 20, 2010, 01:08:39 PM »
I haven't use ether of them before, I just need the info for the database (The one for RoundCube) and the url of your install not your CPanel of FTP password and then I should be able to tell you whats is wrong it.

Offline 105creations

  • Newbie
  • *
  • Posts: 8
Complete beginner needs help with setting up webmail
« Reply #13 on: April 25, 2010, 08:08:30 AM »
Hi Skaero,

I sent you a message over Yahoo Messenger with my database info, and an email to both your Yahoo and MSN addresses. Have you had a chance to look into the issue?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Complete beginner needs help with setting up webmail
« Reply #14 on: April 25, 2010, 01:15:24 PM »
Sorry, I don't check those email as often as I should. I got your email and I am looking into it.