Re: [exim] long delays sending (not ident related) (mypost: …

Top Page
Delete this message
Reply to this message
Author: Fred Viles
Date:  
To: exim-users
Subject: Re: [exim] long delays sending (not ident related) (mypost: rl3sept27)
On 29 Sep 2005 at 8:26, rich lott wrote about
    "Re: [exim] long delays sending (not":


| Fred, very much appreciate your time, thanks.
|
| On Wednesday 28 September 2005 20:43, Fred Viles wrote:

|...
|    Are you seeing the same 30s delay with delivery to lots of different
|    hosts, or just this one?
| 
| Ah, thnks. penny might be dropping. shinyblue.net is hosted elsewhere, and so 
| maybe because I've set my exim up to report it's from shinyblue.net,


But you haven't, according to what you show below.

| I think
| the shinyblue.net server may be getting a time out because it it trying to
| look up itself? Could that be it?


I wouldn't think so, why should it be slow to look up its own name?

| There's another strangeness too in that it seems to be sending my localhost
| name as a fqd which it obviously isn't.


Ah, that should be fixed.

| This causes rejection by some
| servers, which may be part of the delay.


AFAIK that can be the case only if the same message is being sent to
both the slow and a failing recipient, and the rejecting server is
intentionally delaying its rejection.

| Why is my local hostname sent? Where
| does exim get the value to send in HELOs? (see log snippet)


RTFM primary_hostname and qualify_domain. You need to set
primary_hostname to a valid FQDN that, when its address is looked up
in the DNS, will yield the public IP address connections from your
server come from. Since this name probably won't be the same as your
email domain name, you'll probably also need to set qualify_domain.

- Fred