exim help
Hello,I have been getting quite a bit of emails in my mail queue. I found this modification for exims config file. I was not sure if it was an ok thing to use or not. Any suggestions.
Code:
accept domains = +local_domains
endpass
message = unknown user
verify = recipient
accept domains = +relay_domains
accept hosts = +relay_hosts
accept condition = ${perl{checkrelayhost}{$sender_host_address}}

