1

Topic: FreeBSD Install

==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- 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 get this error msg on a new install on FreeBSD 11.1

fetch: ftp -iV: No such file or directory
fetch: ftp -iV: No such file or directory
[ INFO ] Checking new version of iRedMail ...
[ INFO ] Fetching source tarballs ...
[ INFO ] + 1 of 2: http://iredmail.org/yum/misc/iRedAPD-2.1.tar.bz2
get_all.sh: line 108: http://iredmail.org/yum/misc/iRedAPD-2.1.tar.bz2: No such file or directory
[ INFO ] + 2 of 2: http://iredmail.org/yum/misc/iRedAdmin-0.8.tar.bz2
get_all.sh: line 108: http://iredmail.org/yum/misc/iRedAdmin-0.8.tar.bz2: No such file or directory
[ 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 ...


I have applied the fix given in the topic:

Topic: << ERROR >> MD5 check failed. Script exit ...


to replace the 'FETCH_CMD=' in the file conf/global with:

     fetch --no-verify-hostname --no-verify-peer

but now I get this error msg.

Just to be clear, there are three instances of 'FETCH_CMD=' that I replaced with

  'fetch --no-verify-hostname --no-verify-peer '   (I added a space to separate from the arguments)

Any ideas?

----

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

2

Re: FreeBSD Install

Hi there!

Are you using any proxy or VPN servers? Can you download something using commands like this?
# fetch --no-verify-hostname --no-verify-peer http://iredmail.org/yum/misc/iRedAPD-2.1.tar.bz2

3

Re: FreeBSD Install

Alex-KS02 wrote:

Hi there!

Are you using any proxy or VPN servers? Can you download something using commands like this?
# fetch --no-verify-hostname --no-verify-peer http://iredmail.org/yum/misc/iRedAPD-2.1.tar.bz2

No proxy or vpn.

I solved the problem by downloading the two files manually and uploading it to the new server in the /misc directory

4

Re: FreeBSD Install

jagter6 wrote:

     fetch --no-verify-hostname --no-verify-peer

With this change the "fetch" command should work.
Also, run iRedMail installer with this official mirror site:

IREDMAIL_MIRROR='https://dl.iredmail.org' bash iRedMail.sh