1 (edited by jobu 2020-10-28 17:20:16)

Topic: Installion fails - out of date

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.3.1
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version: debian 10
- 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.
====

Hello there,

after downloading the installer from your website on a pretty new Debian (no contrib or unfree, only some packages like sudo and rsync installed), the installer fails:

wget https://github.com/iredmail/iRedMail/releases/download/1.3.1/iRedMail-1.3.1.tar.gz
tar xzf iRedMail-1.3.1.tar.gz
cd iRedMail-1.3.1/

~/iRedMail-1.3.1# ./iRedMail.sh 
[ INFO ] Checking new version of iRedMail ...

<< ERROR >> Your iRedMail version (1.3.1) is out of date, please
<< ERROR >> download the latest version and try again:
<< ERROR >> http://www.iredmail.org/download.html

Is there a new installer or can i stop the installer from looking up for new versions?

I installed Debian twice and tried the installer directly after the first login on the new VM.

Thanks in advance.

----

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

2

Re: Installion fails - out of date

The latest version is iRedMail-1.3.2, released TODAY. smile
Please download again:
https://www.iredmail.org/download.html

3

Re: Installion fails - out of date

Thanks, a browser refresh shows me the new version, now.

Is there a way to comment out the version check (and you want to post it here)? Otherwise i'd need to update my old instance before and this is kind of want want to avoid.

4

Re: Installion fails - out of date

Run iRedMail installer with `CHECK_NEW_IREDMAIL` parameter:

CHECK_NEW_IREDMAIL=NO bash iRedMail.sh

NOTE: please always use the latest version.

5

Re: Installion fails - out of date

I have an isssue installing iRedMail v1.4.0 on CentOS 7. After using the wizard to set my preferences and run the bash script, it always end with the following error message:

---> Package perl-Net-SMTP-SSL.noarch 0:1.01-13.el7 will be installed
---> Package perl-XML-SAX-Base.noarch 0:1.08-7.el7 will be installed
---> Package perl-XML-SAX-Writer.noarch 0:0.53-4.el7 will be installed
--> Processing Dependency: perl(XML::NamespaceSupport) for package: perl-XML-SAX-Writer-0.53-4.el7.noarch
--> Processing Dependency: perl(XML::Filter::BufferText) for package: perl-XML-SAX-Writer-0.53-4.el7.noarch
---> Package python36-pycparser.noarch 0:2.14-2.el7 will be installed
--> Processing Dependency: python36-ply for package: python36-pycparser-2.14-2.el7.noarch
--> Running transaction check
---> Package amavis.noarch 0:2.12.0-10.el7 will be installed
--> Processing Dependency: perl(Mail::SpamAssassin) for package: amavis-2.12.0-10.el7.noarch
---> Package libtommath.x86_64 0:0.42.0-6.el7 will be installed
---> Package perl-XML-Filter-BufferText.noarch 0:1.01-17.el7 will be installed
---> Package perl-XML-NamespaceSupport.noarch 0:1.11-10.el7 will be installed
---> Package python36-ply.noarch 0:3.9-2.el7 will be installed
Removing postfix.x86_64 2:2.10.1-9.el7 - u due to obsoletes from installed exim-4.94-1.cp1194.x86_64
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package amavis.noarch 0:2.12.0-10.el7 will be installed
--> Processing Dependency: perl(Mail::SpamAssassin) for package: amavis-2.12.0-10.el7.noarch
---> Package postfix.x86_64 2:2.10.1-9.el7 will be installed
--> Finished Dependency Resolution
Error: Package: amavis-2.12.0-10.el7.noarch (epel)
           Requires: perl(Mail::SpamAssassin)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
<< ERROR >> Installation failed, please check the terminal output.
<< ERROR >> If you're not sure what the problem is, try to get help in iRedMail
<< ERROR >> forum: https://forum.iredmail.org/

What should I do to overcome this issue?