Upgrading exim.pl

Dee111

Verified User
Joined
Apr 17, 2018
Messages
5
Hi

Im am trying to upgrade exim.pl version for better filtering.

A little confusing on what version to select for download:

Here is my output:

[root@server ~]# grep -c safe_name /etc/exim.pl
0
[root@server ~]# grep VERSION /etc/exim.pl
#VERSION=16

and whats the best way to install it.

Custombuild is amazing great addition. Dont want to screw my system up getting this part wrong.

Thank you
 
Beste way is like zEitEr says.
That way you're also assured from the latest Exim spamblocker configuration file which works great.

If you only want to change exim.pl because you heavilly customized your exim.conf you could do it this way:
Code:
wget -O /etc/exim.pl [url]http://files.directadmin.com/services/exim.pl.XX[/url]
grep -c safe_name /etc/exim.pl
service exim restart
where XX is the latest version exim.pl and at the moment of this message that is 24 so exim.pl.24 should be filled in.

Again... it's better configuring auto update exim.conf like zEitEr said.
 
Ok that worked perfectly thank you.

I followed the standard DA install description, as nothing custom here.

Thanks again. Finally server is up to date. Just ssl to go
 
Back
Top