Installing webmail & mailserver in one

Discussion in 'General' started by variable99, Feb 28, 2024.

  1. variable99

    variable99 Member

    I'am using cluster setup and would like to join webmail with mailserver in one machine to the cluster. I use this command:
    Code:
    wget -O - https://get.ispconfig.org | sh -s -- --no-dns --roundcube --no-mailman --use-php=8.1 --use-unbound --interactive --ssh-harden --unattended-upgrades
    But it installs a bunch of unneeded services like pure-ftpd,goaccess,phpMyAdmin etc. Is there anything I can do to "castrate" this setup to leave only the bear essentials for mailserver and webmail?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    If you do not choose not to install ftpd and phpmyadmin, then they get installed; see the auto-installer tutorial; the available options are explained there. https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/
     
  3. variable99

    variable99 Member

    If I choose --no-web option, does the webmail will not work?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    No. Webmail needs a web server as you can not provide a web-based program without a web server.
     
    Th0m and ahrasis like this.

Share This Page