EXIM exim-4.93.0.4 not found

th£ lord

Verified User
Joined
Jan 6, 2007
Messages
47
Hi friends.
After the latest update, EXIM cannot find the update link. I think DA removed it. What would you recommend on this?
It is not possible for me to upgrade the server operating system for now.

Thanks.


[root@server1 custombuild]# ./build exim

curl: (22) The requested URL returned error: 404 Not Found
Download of https://files.directadmin.com/services/custombuild/exim-4.93.0.4.tar.gz failed, re-downloading the file...

curl: (22) The requested URL returned error: 404 Not Found
Download of https://files.directadmin.com/services/custombuild/exim-4.93.0.4.tar.gz failed, re-downloading the file...

curl: (22) The requested URL returned error: 404 Not Found
Download of https://files.directadmin.com/services/custombuild/exim-4.93.0.4.tar.gz failed, re-downloading the file...

curl: (22) The requested URL returned error: 404 Not Found
Download of https://files.directadmin.com/services/custombuild/exim-4.93.0.4.tar.gz failed, re-downloading the file...
Download of https://files.directadmin.com/services/custombuild/exim-4.93.0.4.tar.gz failed 4 times, exiting...
[root@server1 custombuild]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

Apache 2.4.54Running
DirectAdmin 1.646Running
Exim 4.96Running
MariaDB 10.3.36Running
Named 9.11.4Running
sshdRunning
Nginx 1.23.3Running
dovecot 2.3.20 (80a5ac675d)Running
pure-ftpd 1.0.51Running
Php 7.2.34Installed
Php 5.6.40Installed (php2)
Php 7.3.33Installed (php3)
Php 7.4.33Installed (php4)
 
Hello,

Exim 4.96 is the current. Make sure you don't override its version in /usr/local/directadmin/custombuild/custom_versions.txt
 
Exim 4.96 is the current. Make sure you don't override its version in /usr/local/directadmin/custombuild/custom_versions.txt
First of all, thank you for your response.
I did not do any shutdown in the version file. How can I check it in a different way? To control what you say.

This is what appears in the current version file. " exim:4.96-58-g4e9ed49f8: "



I have done something like this before. EXIM is giving an error. This is how I downgraded and fixed it.

cd /usr/local/directadmin/custombuild
echo "exim:4.93.0.4:" > custom_versions.txt
./build exim
./build exim_conf


----------------
Now I changed the version like this and did the process, exim was updated.
But instead of doing this in every version change, what should be the process that needs to be updated.

cd /usr/local/directadmin/custombuild
echo "exim:4.96:" > custom_versions.txt
./build exim
./build exim_conf

By the way, thank you for reminding me that I made that change. Thanks.
 
Last edited:
Like @zEitEr said, remove the custom version what you did here :
cd /usr/local/directadmin/custombuild
echo "exim:4.93.0.4:" > custom_versions.txt
./build exim
./build exim_conf

Go to the custom build panel and remove it from there, after that just issue :
Code:
cd /usr/local/directadmin/custombuild
./build exim
./build exim_conf
 
OK, I know it.
But even though it wrote the current version where I wrote in the section where I was specially configured before, it did not update.
I did the custom configuration again.

Then I configured exim. It happened.

But my question. How can I act to always see the current version in the custom configuration section.
 
This is how I solved it, very simply. First of all, my dear friend zEitEr reminded me of a transaction I had forgotten.
I had already configured EXIM custom.
DA has removed support for this EXIM version as it is outdated. Higher versions are out.
But since I made a special configuration for the old version, it could not find the update file because DA removed it, giving an error.

After the reminder of my dear friend zEitEr, I added the latest version to the custom configuration. Was updated. No problem. I have tested.

But again, I deleted the file that I had configured to remove it from the special configuration.
Then I updated and upgraded the version again. If anyone gets stuck, this is the solution. Thanks everyone.

Regards,
 
Back
Top