Configuring Horde in VPSs

Discussion in 'Installation/Configuration' started by waltereyanu, Oct 24, 2012.

  1. waltereyanu

    waltereyanu New Member

    Hello, today i configured 3 VPSs successfully, however i got confused on installing horde.
    With VPSs in place what do i have to put under:
    Code:
    $conf['server']['name'] = $_SERVER['SERVER_NAME'];
    This is what i ended up doing, i ended up going to "/var/www/horde" and editing login.php and redirecting it to them mail server
    Code:
    <?php header( 'Location: http://mail.servername/horde' ) ;?>
    so if someone browsed http://web.servername/horde he would be redirected to http://mail.servername/horde
    which seems to be working fine, however it can only send out mail but not receive, please if there is an easy way of configuring horde in a virtual server environment, i would really appreciate your help.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Are there any errors in your mail log (in the /var/log/ directory)?

    Please check if the MX record of your domain is pointing to the correct server. You can check that as follows:
    Code:
    dig mx yourdomain.com
     

Share This Page