Re: [exim] changing time for 25 to answer

トップ ページ
このメッセージを削除
このメッセージに返信
著者: abc
日付:  
To: exim-users
題目: Re: [exim] changing time for 25 to answer
I've been having this problem for the longest time, where some connecting
hosts take a minute before my mail server responds, and is suspected as
the cause of some recent incoming Gmail mail being delayed for days
(because Gmail would timeout before my mail server would respond).

That command worked like a charm for me too. Thanks!


On Thu, 9 Feb 2006, W B Hacker wrote:
> Peter Bowyer wrote:
>
>> On 09/02/06, Hawk <Hawk@???> wrote:
>>
> *trim*
>
>> 2) Unless you have a specific use for it, turn off ident checking with
>> 'rfc_1413_timeout = 0s' in your Exim config. This will stop Exim
>> trying to do an ident query to the client, which may be dropping ident
>> traffic at a firewall.
>>
>>
>> Peter
>
> Extra underscore there will prevent Exim starting/restarting, should be:
>
> rfc1413_query_timeout = 0s
>
> and don't forget that 's' either... ;-)
>
> (tested each way... ;-)
>
> Bill
>
>
>
>