Author Topic: RC + Godaddy + hMailserver + My own Server...  (Read 5942 times)

Offline Hypnos

  • Newbie
  • *
  • Posts: 5
RC + Godaddy + hMailserver + My own Server...
« on: January 03, 2011, 06:02:43 PM »
I have looked all over the net for an ancer or some bit of info that I could use to help in my problem. I can't seem to find any thing. I don't know where the problem lies so I'll start by posting here.

I have the following:
----------------------
1. A server at my work with a Statis IP and have been running hMailserver for over a year with no problems with pop/smtp.

2. I have a godaddy acount with hosting space and some domains/websites.


What I'm trying to do:
---------------------

Have roundcube working on godaddy (where my webpage is hosted) and have the hMailserver on my work server linked to roundcube.
--------------------------------------------

I have made a new Database on Godaddy just for Roundcube
I Download and copyed over the RC files and started the install prosess.
I enabled the IMAP in hmailserver.

When I started the install everthing said "OK" by it but I don't know how to link the roundcube webmail or maybe the database to the Mail server at my work. I tryed entering the mail server info "imap.example.com" in the spot that is called "host server" but when I do that I get a error that it can't link to the Database. but if I leave it blank it don't give me a error but I will not connect to the Mail Server.

I'm at a loss, also hard to explane too... :(
Any help would be good even if it tell me to look in another forum.

Thanks,

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
RC + Godaddy + hMailserver + My own Server...
« Reply #1 on: January 03, 2011, 11:59:55 PM »
Roundcube connects to the IMAP server by IMAP Protocol. I'm not sure if I understand you right. But there is no need to connect to hMailserver database.

It should work just by setting correct 'default_host' value in main.inc.php:

$rcmail_config['default_host'] = 'imap.example.com';
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline Hypnos

  • Newbie
  • *
  • Posts: 5
RC + Godaddy + hMailserver + My own Server...
« Reply #2 on: January 04, 2011, 08:21:15 AM »
Thanks for the reply! :)

There must be something I need to do on my server other then open port 143 and put a check mark in hmailserver IMAP settings... The question is what is it... :(

Offline Hypnos

  • Newbie
  • *
  • Posts: 5
RC + Godaddy + hMailserver + My own Server...
« Reply #3 on: January 04, 2011, 02:21:33 PM »
[SOLVED] Apparently there are setting under the SMTP spam section in hMAilserver that the IMAP had to be turned on. And I made sure that my IP was added to the spam "White List". Works now! :D