Re: [Exim] Exim auth query

Top Page
Delete this message
Reply to this message
Author: Frank Elsner
Date:  
To: MiikaT
Subject: Re: [Exim] Exim auth query
On Wed, 11 Feb 2004 15:32:30 +0200 MiikaT wrote:
> Everytime a smtp connection is made to exim server, exim makes on auth tcp/113
> query to the source address. Can I disable the query, or is this a redhat
> feature?


From the exim specification:

| rfc1413_hosts                  Type: host list*                     Default: *

|
|     RFC 1413 identification calls are made to any client host which matches an
|     item in the list.

|
| rfc1413_query_timeout             Type: time                      Default: 30s

|
|     This sets the timeout on RFC 1413 identification calls. If it is set to
|     zero, no RFC 1413 calls are ever made.


"rfc1413_query_timeout = 0" should solve your problem.

--Frank Elsner