Page 1 of 1

Helo name contains a ip address (HELO was $something) and not is valid

Posted: Fri May 12, 2023 11:50 am
by isscbta
In order to fix this, in your SSH, as root, run:

Code: Select all

if grep -q 'drop    message       = Helo name contains a ip address (HELO was $sender_helo_name) and not is valid' /etc/exim4/exim4.conf.template; then
    echo 'Patching exim4 conf'
    v-update-myvesta
    patch /etc/exim4/exim4.conf.template < /usr/local/vesta/src/deb/for-download/tools/patches/exim_helo_authenticated.patch
    sed -i '/telenor\.rs/d' /etc/exim4/exim4.conf.template
    systemctl restart exim4
fi