You cannot update Exim to a newer version that 4.94

simpel

Verified User
Joined
Jun 6, 2019
Messages
32
did an update today but i get:
You cannot update Exim to a newer version that 4.94, because you do not have configuration updates set in options.conf file and exim.conf seems to be old (no local_part_data or domain_data directives).

not sure where to get the latest conf file and why i dont have it in the first place.

stat /etc/exim.conf
File: ‘/etc/exim.conf’
Size: 30969 Blocks: 64 IO Block: 4096 regular file
Device: fd00h/64768d Inode: 8800315 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Context: unconfined_u:object_r:etc_t:s0
Access: 2020-06-22 12:51:46.198018508 +0200
Modify: 2020-06-10 12:21:46.668809353 +0200
Change: 2020-06-10 12:21:46.668809353 +0200
 
ok, solved it by comparing with another server that did do the update.

difference was the options.conf file in custombuild dir:
eximconf=yes
eximconf_release=4.5

just set these options and should be good to go.. unless you made some custom changes to /etc/exim.conf

so make a copy first and after run a diff
 
Last edited:
this maybe?

or run
Code:
cd /usr/local/directadmin/custombuild
./build set_fastest

then retry updates
 
Back
Top