Hi Suresh!
> deny message = Administrative Prohibition - See http://spamblock.example.com/$sender_host_address
> dnslists = blocklist.example.com
> hosts = !+relay_from_hosts
> The problem is that when mailman connects to the local exim on ::1, it
> tries to lookup ::1 against blocklist.example.com, which then waits for a
> long time and then times out with -
Put the "hosts = ..." condition before the dnslists. The way you do
it, *every* host will be first looked up and then compared against
+relay_from_hosts.
Andy
--
Andreas J. Mueller email: <andy@???>