Changing from UebiMiau to SquirrelMail

Discussion in 'Installation/Configuration' started by batescr, May 19, 2008.

  1. batescr

    batescr New Member

    How do i change the default mail client from UebiMiau! to Squirlemail? I currently have squirlemail install and working fine, but i access it via http:\\www.domainname.tld:81\squirrelmail. I would like to access SquirrelMail via http:\\www.domainname.tld:81\webmail (Which currently accesses UebiMiau)

    Thanks in adance...
     
  2. thecaoticone

    thecaoticone New Member

    If you are using Debian or Ubuntu with Apache2, then edit:

    /etc/apache2/sites-enabled/squirrelmail

    and change:

    Alias /squirrelmail

    to:

    Alias /webmail

    then restart apache.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    You can move the squirrelmail interface to the new folder by running these commands:

    Code:
    mv /home/admispconfig/ispconfig/web/webmail /home/admispconfig/ispconfig/web/uebimiau
    mv /home/admispconfig/ispconfig/web/squirrelmail /home/admispconfig/ispconfig/web/webmail
    
     
  4. batescr

    batescr New Member

    My ISPConfig is running on CentOS with clients on it.

    So which method would be the safest? Changing the Alias (which is located somewhere else on centos, that i don't know..) or move the squirrelmail interface (remember i have clients with mail)...
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    There is no such alias, so the method with changing the alis line will not work for the squirrelmail package on port 81.
     
  6. batescr

    batescr New Member

    By moving the squirrelmail interface with the move command will that also move my clients email?

    mv /home/admispconfig/ispconfig/web/webmail /home/admispconfig/ispconfig/web/uebimiau
    mv /home/admispconfig/ispconfig/web/squirrelmail /home/admispconfig/ispconfig/web/webmail

    By the way on CentOS there isn't a /home/admispconfig/ispconfig/web/webmail ?
     
    Last edited: May 20, 2008
  7. falko

    falko Super Moderator Howtoforge Staff

    No, the emails are stored in the users' Maildirs or mboxes.
     

Share This Page