1

Topic: setup problem

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

Hi ,

Last week, I setup Iredmail by below :

wget https://bitbucket.org/zhb/iredmail/down … .2.tar.bz2
tar xjf iRedMail-0.9.2.tar.bz2

Every time runs well.

But today I used Centos and also other OS, all failed to Uncompress iRedMail tarball, result is as below :

[root@mail ~]# tar xjf iRedMail-0.9.2.tar.bz2
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

Why it likes this ? 100% Same command as last week,but different result.

Many thanks!

----

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

2

Re: setup problem

Install package 'bzip2' first, then try again.

3

Re: setup problem

Thanks ,but it is same after install package bzip2

4

Re: setup problem

ZhangHuangbin wrote:

Install package 'bzip2' first, then try again.

Now it is okay