Wanabo
Verified User
I have three servers with the same setup. OLS and DA. No custom mods.
Before upgrading DA I always read the whats new info. And because of the Valid sender address change I upgraded only one server, the least important one. Normally I would upgrade every server simultaneously, but luckily I didn't.
My websites are mostly CMS'es. I checked a contact form and get an internal error message by the cms software. Verified my mail setup was valid by using the credentials in roundcube, it is ok. For every website I have created email adresses so that the cms software can make use of the smtp server. (I do not use php mailer.)
Added AUTH_BLOCK_SENDER_SPOOFING = no to /etc/exim.variables.conf.custom
Retested the contact form and got the same error.
Checked /var/log/exim/rejectlog and it showed:
This was to be expected after the DA update, but after adding Added AUTH_BLOCK_SENDER_SPOOFING = no to /etc/exim.variables.conf.custom it does still not work! 
A contact form is a normal part of a CMS, how can I get it working again? I need the senders email address to reply to him/her!
Luckily registering still works.
Before upgrading DA I always read the whats new info. And because of the Valid sender address change I upgraded only one server, the least important one. Normally I would upgrade every server simultaneously, but luckily I didn't.
My websites are mostly CMS'es. I checked a contact form and get an internal error message by the cms software. Verified my mail setup was valid by using the credentials in roundcube, it is ok. For every website I have created email adresses so that the cms software can make use of the smtp server. (I do not use php mailer.)
Added AUTH_BLOCK_SENDER_SPOOFING = no to /etc/exim.variables.conf.custom
Retested the contact form and got the same error.
Checked /var/log/exim/rejectlog and it showed:
Code:
2025-08-12 20:23:13 H=(www.example.com) [2a00:1:e:3::10] X=TLS1.3:TLS_AES_256_GCM_SHA384:256 CV=no rejected MAIL <[email protected]>: Account [email protected] can not send emails
from [email protected].

A contact form is a normal part of a CMS, how can I get it working again? I need the senders email address to reply to him/her!
Luckily registering still works.