Thank You very much Swift-AU for help on that isue.
These lines in exim.conf:
drop message = [SPF] $sender_host_address is not allowed to send mail from $sender_address_domain
log_message = SPF check failed
!authenticated = *
set acl_m9 = --scope mfrom --id $sender_address --ip $sender_host_address
set acl_m9 = ${run{/usr/bin/spfquery $acl_m9}}
condition = ${if eq {$runrc}{1}{true}{false}}
are enough to block emails of swindler mail senders pretending to be somebody else (spammers, thiefs etc.)?
Should I put these lines in some special place in exim.conf? Tell me where.
Best Regards to You. If it is working well it will make DirectAdmin better. Thank You again!
These lines in exim.conf:
drop message = [SPF] $sender_host_address is not allowed to send mail from $sender_address_domain
log_message = SPF check failed
!authenticated = *
set acl_m9 = --scope mfrom --id $sender_address --ip $sender_host_address
set acl_m9 = ${run{/usr/bin/spfquery $acl_m9}}
condition = ${if eq {$runrc}{1}{true}{false}}
are enough to block emails of swindler mail senders pretending to be somebody else (spammers, thiefs etc.)?
Should I put these lines in some special place in exim.conf? Tell me where.
Best Regards to You. If it is working well it will make DirectAdmin better. Thank You again!
Last edited: