1

Topic: fully automate iredmail installation

is it possible to automate iredmail installation based on a configuration file?

after first configuration, ireadmail will ask if config is ok [y/n] and will start installing.
when installation finishes it will ask if we want to use firewall [y/n]

can it be configured so that it will not ask for approval but proceed based on config file?
if it cannot be done via config file, which file should be modified?

----

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

2

Re: fully automate iredmail installation

A simple look at the docs would answer your question:

https://docs.iredmail.org/unattended.ir … ation.html

3

Re: fully automate iredmail installation

ok that worked.
However, on ubuntu 22.04, I get two prompts about adding 'multiverse' and 'universe' to  repositories during installation.

4

Re: fully automate iredmail installation

running
add-apt-repository universe -y
add-apt-repository multiverse -y
apt-get update

before installation didn't helped

5

Re: fully automate iredmail installation

ngoagr wrote:

running
add-apt-repository universe -y
add-apt-repository multiverse -y
apt-get update

before installation didn't helped

This seems like an Ubuntu thing and improper syntax.

A quick google says:

https://linuxhint.com/add-apt-repositor … ut-prompt/