Error everytime I try sending an email

jsmith81dev

Verified User
Joined
Aug 19, 2025
Messages
5
Hey there

Having awful problems trying to send emails, just updated to the latest Exim version and now every time I try and send an email it shows:
2026-06-09 22:32:44 H=localhost (hostname.example.com) [::1] temporarily rejected MAIL <[email protected]>: invalid "condition" value "AUTH_BLOCK_SENDER_SPOOFING"
Exim version 4.99.4 #2 built 09-Jun-2026 22:11:48

Is there anyway of sorting this out please?

Thanks so much.
 
Do you have some custom exim files ?, just updated 2 servers without any issues test them also with email

check path :
/usr/local/directadmin/custombuild/custom/exim/exim.conf
if yes remove it
Code:
mv /usr/local/directadmin/custombuild/custom/exim/exim.conf /usr/local/directadmin/custombuild/custom/exim/exim.conf.disabled
Then rebuilt the Exim and Exim config:
Code:
cd /usr/local/directadmin/custombuild
./build exim
./build exim_conf
systemctl restart exim
 
Last edited:
Yeah I do

Ahh yeah I'll try that then and continue to do that when ever there's an update like this then

Thanks ever so much.
 
Back
Top