1

Topic: Silent Installation problem

==== Required information ====
- iRedMail version (check /etc/iredmail-release): iRedMail-0.9.6
- Linux/BSD distribution name and version: CentOS 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====

Hi All,

I've been trying to install iRedMail without the dialog comes up, according to the response in this post; http://www.iredmail.org/forum/topic3766 … ation.html

Yet, i still get the "Welcome and thanks for your use" dialog even though i've already added a config file to /root/iRedMail-0.9.6/ directory, and added following lines before calling bash iRedMail.sh;

    AUTO_USE_EXISTING_CONFIG_FILE=y \
    AUTO_INSTALL_WITHOUT_CONFIRM=y \
    AUTO_CLEANUP_REMOVE_SENDMAIL=y \
    AUTO_CLEANUP_REMOVE_MOD_PYTHON=y \
    AUTO_CLEANUP_REPLACE_FIREWALL_RULES=y \
    AUTO_CLEANUP_RESTART_IPTABLES=y \
    AUTO_CLEANUP_REPLACE_MYSQL_CONFIG=y \
    AUTO_CLEANUP_RESTART_POSTFIX=n \

What would be the problem i'm faced with?

Thanks.

Altug

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Silent Installation problem

Works for me:

AUTO_USE_EXISTING_CONFIG_FILE=y \
            AUTO_INSTALL_WITHOUT_CONFIRM=y \
            AUTO_CLEANUP_REMOVE_SENDMAIL=y \
            AUTO_CLEANUP_REMOVE_MOD_PYTHON=y \
            AUTO_CLEANUP_REPLACE_FIREWALL_RULES=y \
            AUTO_CLEANUP_RESTART_IPTABLES=y \
            AUTO_CLEANUP_REPLACE_MYSQL_CONFIG=y \
            AUTO_CLEANUP_RESTART_POSTFIX=n \
            bash iRedMail.sh

Do you have a 'config' file under iRedMail-0.9.6 directory? this file must contains a line "#EOF" to indicate it's a complete config file.

3

Re: Silent Installation problem

ZhangHuangbin wrote:

Works for me:

AUTO_USE_EXISTING_CONFIG_FILE=y \
            AUTO_INSTALL_WITHOUT_CONFIRM=y \
            AUTO_CLEANUP_REMOVE_SENDMAIL=y \
            AUTO_CLEANUP_REMOVE_MOD_PYTHON=y \
            AUTO_CLEANUP_REPLACE_FIREWALL_RULES=y \
            AUTO_CLEANUP_RESTART_IPTABLES=y \
            AUTO_CLEANUP_REPLACE_MYSQL_CONFIG=y \
            AUTO_CLEANUP_RESTART_POSTFIX=n \
            bash iRedMail.sh

Do you have a 'config' file under iRedMail-0.9.6 directory? this file must contains a line "#EOF" to indicate it's a complete config file.

Positive. I have 'config' file under /root/iRedMail-0.9.6 directory and it contains a line "#EOF". However, after fetching source tarballs it keeps displaying the dialog. It seems, " AUTO_USE_EXISTING_CONFIG_FILE=y AUTO_INSTALL_WITHOUT_CONFIRM=y ...." does not affect at all.

4

Re: Silent Installation problem

How about go through the dialog to generate a new config file, then use this config file for testing again.