Still installing email and such even though I specified don't

using Install | Hestia Control Panel
I generated this string to install without exim/dovecot/bind/clamav/spamassasin

bash hst-install.sh --multiphp ‘7.4, 8.0 ,8.1, 8.2, 8.3, 8.4’ --named no --postgresql yes --exim no --dovecot no --clamav no --spamassassin no --quota yes --webterminal yes

but it still installed those things and they are running.

Has the syntax changed?

also it looks like only php 7.4 was installed. not quite sure how to add the other versions.

What else are you referring to? Components? Or is it the PHP version? The PHP version can be added or removed through the command line or web panel. Other components cannot be modified. To reinstall, only

That’s because you added spaces in the multiphp option when creating the install command, and the PHP versions must be separated only by commas (no spaces).

Using your install command:

bash hst-install.sh --multiphp '7.4, 8.0 ,8.1, 8.2, 8.3, 8.4' --named no --postgresql yes --exim no --dovecot no --clamav no --spamassassin no --quota yes --webterminal yes
[...]
                _   _           _   _        ____ ____                  
               | | | | ___  ___| |_(_) __ _ / ___|  _ \                 
               | |_| |/ _ \/ __| __| |/ _` | |   | |_) |                
               |  _  |  __/\__ \ |_| | (_| | |___|  __/                 
               |_| |_|\___||___/\__|_|\__,_|\____|_|                    
                                                                        
                          Hestia Control Panel                          
                                  1.9.3                        
                            www.hestiacp.com                            

========================================================================

Thank you for downloading Hestia Control Panel! In a few moments,
we will begin installing the following components on your server:

   - NGINX Web / Proxy Server
   - Apache Web Server (as backend)
   - Multi-PHP Environment: Version php7.4
   - Bind DNS Server
   - Exim Mail Server + ClamAV + SpamAssassin
   - Dovecot POP3/IMAP Server
   - MariaDB Database Server
   - Vsftpd FTP Server
   - Firewall (iptables) + Fail2Ban Access Monitor

========================================================================


Would you like to continue with the installation? [y/N]: 

Using the install command without spaces in the multiphp option:

bash hst-install.sh --multiphp '7.4,8.0,8.1,8.2,8.3,8.4' --named no --postgresql yes --exim no --dovecot no --clamav no --spamassassin no --quota yes --webterminal yes
[...]
                _   _           _   _        ____ ____                  
               | | | | ___  ___| |_(_) __ _ / ___|  _ \                 
               | |_| |/ _ \/ __| __| |/ _` | |   | |_) |                
               |  _  |  __/\__ \ |_| | (_| | |___|  __/                 
               |_| |_|\___||___/\__|_|\__,_|\____|_|                    
                                                                        
                          Hestia Control Panel                          
                                  1.9.3                        
                            www.hestiacp.com                            

========================================================================

Thank you for downloading Hestia Control Panel! In a few moments,
we will begin installing the following components on your server:

   - NGINX Web / Proxy Server
   - Apache Web Server (as backend)
   - Multi-PHP Environment: Version php7.4 php8.0 php8.1 php8.2 php8.3 php8.4

   - MariaDB Database Server
   - PostgreSQL Database Server
   - Vsftpd FTP Server
   - Web terminal
   - Firewall (iptables) + Fail2Ban Access Monitor

========================================================================


Would you like to continue with the installation? [y/N]: 
1 Like