The Perfect Server - Fedora 14 x86_64 [ISPConfig 2]-how mailserver with SquirrelMail

Discussion in 'HOWTO-Related Questions' started by bobbob, Nov 30, 2010.

  1. bobbob

    bobbob New Member

    Please help to install corect step for SquirrelMail to work for this configuration : " The Perfect Server - Fedora 14 x86_64 [ISPConfig 2] "....THK !
     
  2. falko

    falko Super Moderator Howtoforge Staff

  3. bobbob

    bobbob New Member

    I dont use ISPConfig2 ...I installed Squirrelmail with " yum install squirrelmail" ...conected to : https://192.168.2.10/webmail/ ...and show like this :
    <?php

    /**
    * index.php
    *
    * Redirects to the login page.
    *
    * @copyright 1999-2010 The SquirrelMail Project Team
    * @license http://opensource.org/licenses/gpl-license.php GNU Public License
    * @version $Id: index.php 13893 2010-01-25 02:47:41Z pdontthink $
    * @package squirrelmail
    */

    // Are we configured yet?
    if( ! file_exists ( 'config/config.php' ) ) {
    echo '<html><body><p><strong>ERROR:</strong> Config file ' .
    '&quot;<tt>config/config.php</tt>&quot; not found. You need to ' .
    'configure SquirrelMail before you can use it.</p></body></html>';
    exit;
    }

    // If we are, go ahead to the login page.
    header('Location: src/login.php');

    ?>

    Please help !
    Can you explane how change to login interface ...and what user and password I need to use ....have to create an email adress , but how ?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    If you don't use ISPConfig 2, you must undo the step from the tutorial where you disabled PHP. The disabled PHP is the reason why you see the source code.
     
  5. bobbob

    bobbob New Member

    @falko ...thank you , now can see login page...but next step , please :

    I dont know user and password , how set an email adress ...I am new in fedora ...this is a hard step ...
     

Share This Page