Update Exim

apt update && apt install -y —only-upgrade ‘exim4-*’
systemctl restart exim4.service

Команды для CentOS 7 и 8:

yum update exim -y
systemctl restart exim.service