- Joined
- Feb 27, 2003
- Messages
- 8,500
Hello,
Exim 4.93 has been released, info here:
Note that this release requires Makefile changes to:
To update:
Note, CustomBuild 1.2 and older (which should not be using) will not do this for you, and you'd need to use custombuild/custom/exim/Makefile to set it up manually.
John
Exim 4.93 has been released, info here:
Note that this release requires Makefile changes to:
- Include
Code:
USE_OPENSSL=yes
- Append
Code:
-std=gnu99
To update:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build exim
Note, CustomBuild 1.2 and older (which should not be using) will not do this for you, and you'd need to use custombuild/custom/exim/Makefile to set it up manually.
John