Hi,
I'm trying to enable SPF checking to reject messages with SPF fail or softfail checking. Without enabling SpamAssisn.
I have found in Cpanel forums this old solution to be included inside Exim -> Advanced Editor (custom_begin_mailauth):
although I cannot see the SPF checking text in the header of new messages.
Is this solution still valid, or maybe today it doesn't work?. Is there another updated way?
* I add: I can see inside the logs how the SPF rejection is working although no SPF info in the header's messages.
thanks!
I'm trying to enable SPF checking to reject messages with SPF fail or softfail checking. Without enabling SpamAssisn.
I have found in Cpanel forums this old solution to be included inside Exim -> Advanced Editor (custom_begin_mailauth):
Code:
# Enable SPF rejection without SpamAssassin
deny message = SPF: $sender_host_address is not allowed to send mail from $sender_address_domain
spf = fail:softfail
although I cannot see the SPF checking text in the header of new messages.
Is this solution still valid, or maybe today it doesn't work?. Is there another updated way?
* I add: I can see inside the logs how the SPF rejection is working although no SPF info in the header's messages.
thanks!
Last edited: