Disable webmail

Discussion in 'Installation/Configuration' started by Robin.k, Sep 14, 2020.

  1. Robin.k

    Robin.k Member

    Hi, i have setup ispconfig with mail and some websites.
    But I want to disable webmail/roundcube, how to do this?

    Thanks
    Robin
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Uninstall RoundCube.
     
  3. Robin.k

    Robin.k Member

    Is there also a possibility to blok the link that point to domain.com/webmail or domain.com/roundcube in ispconfig dashboard?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    I don't think so.
     
  5. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    You can remove the alias by removing
    Code:
    Alias /roundcube /var/lib/roundcube
    Alias /webmail /var/lib/roundcube
    from
    Code:
    /etc/apache2/conf-enabled/roundcube.conf
     
  6. Robin.k

    Robin.k Member

    Hi, thanks for the information
     

Share This Page