1

Topic: freebsd 12 install script

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
I'm trying to install on freebsd 12.2-RELEASE.

I do not know where to find a script for this OS. I tried to clone the repo and also tried to download the installer.

When issuing 'sh ./iRedMail.sh', I get:

********* ERROR *********
Release version of the operating system on this server is unsupported by
iRedMail, please access below link to get the latest iRedMail and a list
of supported Linux/BSD distributions and release versions.

http://www.iredmail.org/download.html

----

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

2

Re: freebsd 12 install script

lcm wrote:

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
I'm trying to install on freebsd 12.2-RELEASE.

I do not know where to find a script for this OS. I tried to clone the repo and also tried to download the installer.

When issuing 'sh ./iRedMail.sh', I get:

********* ERROR *********
Release version of the operating system on this server is unsupported by
iRedMail, please access below link to get the latest iRedMail and a list
of supported Linux/BSD distributions and release versions.

http://www.iredmail.org/download.html


iRedMail scripts require `bash`. I believe this is in the README and/or documentation.

If it is a fresh FreeBSD install (recommended, if not required [again, read the documentation]), then the installation of `bash` with `pkg` or `ports` is required.

3

Re: freebsd 12 install script

Please run iRedMail installer with "bash", not "sh", "csh", "ksh". smile