driver = redirect
# RBL Blacklist incoming hosts
domains = +exim_blacklist
allow_fail
data = :fail: Connection rejected: SPAM source $domain is manually
blacklisted.
####################### End block #####################
Everything work fine, but domain spam1.com, spam2.com, spam3.com can't
receive mail . I just want to reject/block outgoing mail but not
reject/block incoming mail.
What error with my configure ? Thank you for your time.