We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to install a new version of iRedMail server, and I ran into a problem.
$ git clone https://github.com/iredmail/iRedMail $ cd iRedMail $ sudo bash iRedMail.sh ... [ INFO ] + 2 of 5: https://dl.iredmail.org/yum/misc/mlmmjadmin-3.3.1.tar.gz --2025-03-09 16:15:17-- https://dl.iredmail.org/yum/misc/mlmmjadmin-3.3.1.tar.gz Resolving dl.iredmail.org (dl.iredmail.org)... 2a01:7e01::f03c:91ff:fe39:ca9a, 139.162.146.87 Connecting to dl.iredmail.org (dl.iredmail.org)|2a01:7e01::f03c:91ff:fe39:ca9a|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2025-03-09 16:15:17 ERROR 404: Not Found.
navigating to https://dl.iredmail.org/yum/misc/ I can see that the file is missing...
.... [ ] mlmmjadmin-3.2.2.tar.gz 2024-09-05 08:48 112K [ ] mlmmjadmin-3.3.0.tar.gz 2024-11-29 07:44 113K [ ] netdata-v1.44.1.gz.run 2023-12-20 02:21 61M [ ] netdata-v1.44.3.gz.run 2024-02-12 16:20 61M
The text was updated successfully, but these errors were encountered:
To work around this I downloaded it from github...
$ wget -O pkgs/misc/mlmmjadmin-3.3.1.tar.gz https://github.com/iredmail/mlmmjadmin/archive/refs/tags/3.3.1.tar.gz
and verified it...
$ sha256sum pkgs/misc/mlmmjadmin-3.3.1.tar.gz 70feea88c24c531324549fb66b36a423aac0f0852ebdcaf9dcf4c685875fd3ac pkgs/misc/mlmmjadmin-3.3.1.tar.gz $ git grep 70feea88c24c531324549fb66b36a423aac0f0852ebdcaf9dcf4c685875fd3ac pkgs/pkgs.freebsd.sha256:SHA256 (misc/mlmmjadmin-3.3.1.tar.gz) = 70feea88c24c531324549fb66b36a423aac0f0852ebdcaf9dcf4c685875fd3ac pkgs/pkgs.openbsd.sha256:SHA256 (misc/mlmmjadmin-3.3.1.tar.gz) = 70feea88c24c531324549fb66b36a423aac0f0852ebdcaf9dcf4c685875fd3ac pkgs/pkgs.sha256:70feea88c24c531324549fb66b36a423aac0f0852ebdcaf9dcf4c685875fd3ac misc/mlmmjadmin-3.3.1.tar.gz
this makes sudo bash iRedMail.sh happy again.
sudo bash iRedMail.sh
Sorry, something went wrong.
Fixed, thanks for the feedback. But why don't you use the latest stable release?
No branches or pull requests
I'm trying to install a new version of iRedMail server, and I ran into a problem.
navigating to https://dl.iredmail.org/yum/misc/ I can see that the file is missing...
....
[ ] mlmmjadmin-3.2.2.tar.gz 2024-09-05 08:48 112K
[ ] mlmmjadmin-3.3.0.tar.gz 2024-11-29 07:44 113K
[ ] netdata-v1.44.1.gz.run 2023-12-20 02:21 61M
[ ] netdata-v1.44.3.gz.run 2024-02-12 16:20 61M
The text was updated successfully, but these errors were encountered: