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

Post Reply
User avatar
isscbta
Team Member
Posts: 130
Joined: Mon Jul 19, 2021 1:41 am
Has thanked: 15 times
Been thanked: 3 times

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

Tags:
Post Reply