your logs seems to be ok. The message is delivered to smtp.free.fr[212.27.48.4]:25
and from the first entry to the last 41 seconds (Jul 8 12:06:07 to Jul 8 12:06:48). But from the point of
Code:
Jul 8 12:06:07 mail postfix/smtpd[4625]: connect from localhost[127.0.0.1] Jul 8 12:06:47 mail postfix/smtpd[4625]: 7FE23134A387: client=localhost[127.0.0.1]
So to my opinion "waiting for 'IP address of my server' " has something todo with the nameserver. My guess is that name to ip-address takes so long, because (real rough guess) your first nameserver is down/out-of-order and now it is waiting for the timeout to take the next one in the list. This one gives a IP resolution and then it works. So check /etc/resolve and the result of
Code:
nslookup smtp.free.fr
Popeye
Leave a comment: