Topic: silent install iredmail issue
==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.7.1
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version: ubuntu 24.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? no
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
Trying to install iredmail with config silently as i want to deploy iredmail automatically with ansible so using below config when running the install script
```
export STORAGE_BASE_DIR='/var/vmail'
export WEB_SERVER='NGINX'
export BACKEND_ORIG='MARIADB'
export BACKEND='MYSQL'
export VMAIL_DB_BIND_PASSWD='huA1lYDQzDx8QWLAiCH7eULFYQ2cYXe0'
export VMAIL_DB_ADMIN_PASSWD='8oFHWdadKGT9KVqMRrp05mLR4D7pz8SM'
export MLMMJADMIN_API_AUTH_TOKEN='VQPvOLUlvJGOBZD40twiG5yDOxGl6rN1'
export NETDATA_DB_PASSWD='ut8AimKaAbKPNxuh00Shi7kmpLa8cvCG'
export MYSQL_ROOT_PASSWD='test'
export FIRST_DOMAIN='example.com'
export DOMAIN_ADMIN_PASSWD_PLAIN='test'
export USE_IREDADMIN='YES'
export USE_ROUNDCUBE='YES'
export USE_NETDATA='YES'
export USE_FAIL2BAN='YES'
export AMAVISD_DB_PASSWD='HiJm5nkeFpWhUAg7kp4Ggggp90vS94Z1'
export IREDADMIN_DB_PASSWD='DmwNS13d1oZk04Rwpoq00mu9z2zVU1xV'
export RCM_DB_PASSWD='7tt0ZngqYEDVV7gvmOlYJVv4aEAYCS j4'
export SOGO_DB_PASSWD='BAuxqj13PsXxKs9ENIiAOC0qiLe1QsRw'
export SOGO_SIEVE_MASTER_PASSWD='BrxY08k6YeYn0SbG3WX1qAipVfOxHYuf'
export IREDAPD_DB_PASSWD='RBFLsEOKTAjd5J44rcB7DICkeTCOsRjP'
export FAIL2BAN_DB_PASSWD='RiSeYZG08I8olfwH7AUEH27Rxtx84kEj'
#EOF
```
but everytime when i try to run it it does not install nginx at all while i nthe config it says to use NGINX, why is that?
It also skips a lot of steps
< SKIP > Function: generate_ssl_keys.
[ INFO ] Create required system accounts.
< SKIP > Function: add_user_vmail.
< SKIP > Function: add_user_mlmmj.
< SKIP > Function: add_user_iredadmin.
< SKIP > Function: add_user_iredapd.
< SKIP > Function: postfix_setup.
< SKIP > Function: dovecot_setup.
< SKIP > Function: web_server_config.
< SKIP > Function: mlmmj_config.
< SKIP > Function: mlmmjadmin_config.
< SKIP > Function: clamav_config.
< SKIP > Function: amavisd_config.
< SKIP > Function: sa_config.
< SKIP > Function: iredapd_setup.
< SKIP > Function: cleanup.
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.