1

Topic: Installation script failure

- iRedMail version 0.9.7 (downloaded Nov 20th 2017) from this link below

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

- Installing on virgin FreeBSD machine (11.1 full updates) as per the link below :

     https://docs.iredmail.org/install.iredm … eebsd.html

This is the issue I get to (direct copy from shell) :

[root@maleman /usr/home/phil/iRedMail-0.9.7]# ls
ChangeLog    README.md    dialog        iRedMail.sh    runtime        tools
Documentations    conf        functions    pkgs        samples
[root@maleman /usr/home/phil/iRedMail-0.9.7]# whoami
root
[root@maleman /usr/home/phil/iRedMail-0.9.7]# bash iRedMail.sh
< SKIP > Function: check_new_iredmail.
[ INFO ] Fetching source tarballs ...
[ INFO ] + 1 of 2: http://iredmail.org/yum/misc/iRedAPD-2.1.tar.bz2
ftp: Can't connect to `104.200.31.147:21': Operation timed out
ftp: Can't connect to `https:ftp'
ftp: Can't connect or login to host `https:?'
[ INFO ] + 2 of 2: http://iredmail.org/yum/misc/iRedAdmin-0.8.tar.bz2
ftp: Can't connect to `104.200.31.147:21': Operation timed out
ftp: Can't connect to `https:ftp'
ftp: Can't connect or login to host `https:?'
[ INFO ] Validate packages ...
md5: misc/iRedAPD-2.1.tar.bz2: No such file or directory
md5: misc/iRedAdmin-0.8.tar.bz2: No such file or directory
    [ FAILED ]
<< ERROR >> MD5 check failed. Script exit ...

[root@maleman /usr/home/phil/iRedMail-0.9.7]#

----

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

2

Re: Installation script failure

Find this line in file 'iRedMail-0.9.7/conf/global':

export IREDMAIL_MIRROR="${IREDMAIL_MIRROR:=http://iredmail.org}"

Change the mirror site to 'https://dl.iredmail.org':

export IREDMAIL_MIRROR="${IREDMAIL_MIRROR:=https://dl.iredmail.org}"

Then run iRedMail installer again.