Multiserver Setup

Discussion in 'Installation/Configuration' started by brody182, Oct 22, 2016.

  1. brody182

    brody182 Member

    I am following the
    ISPConfig 3.1 Manual
    to install a (3.2 Multiserver Setup) ( web, mail, db, ns1, ns2) however I am missing the part about installing the mail client ( roundcube) can somebody confirm this? where do I install roundcube?
     
    Last edited: Oct 22, 2016
  2. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    If the mailserver has no webserver, install it on the webserver and adjust the rouncube-config to connect to the mailserver
     
  3. brody182

    brody182 Member

    I know I'm supposed to install it on the ( mail) server, just making sure. I don't want to break anything

    If I install roundcube on the "mail " server, do I need to make any other settings on the main web server?
     
  4. brody182

    brody182 Member

    the ispconfit 3.1 manual needs updating, It doesn't reflect the current version of ispconfig 3.1
     
  5. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    You can install roundcube on the webserver and set
    $config['default_host'] = 'mailserver';
    $config['smtp_server'] = 'mailserver';
    $config['smtp_user'] = '%u';
    $config['smtp_pass'] = '%p';
     

Share This Page