Author: Abd.
Date:
To: exim-users
Subject: [Exim] exim 4.10 and rfc1413_hosts
Hello,
I just compiled the new exim 4.10, and the fowling happened:
In my original configure file:
#rfc1413_hosts = *
#rfc1413_query_timeout = 30s
But when i start exim with #./exim -d -bd
exim is checking the rfc1413_hosts directive.
When i uncoment rfc1413_hosts, like this:
rfc1413_hosts =
#rfc1413_query_timeout = 30s
It dosent check for rfc1413_hosts...
Whats wrong ?
Abaddon