If i use any email software i cant send emails. The software said me taht the SMTP server is not responding.
If i try the server with telnet i see that everythings works fine. But when i send the data the server takes more than 60 secondes to give me the "250 xxxxxxx Message accepted for delivery"
$ telnet mail.somewhere.com 25
Connected to smtp.somewhere.com.
Escape character is '^]'.
220 smtp.somewhere.net ESMTP Sendmail 8.9.3+Sun/8.9.1; Thu,
12 Oct 2000 04:39:40 -0700 (PDT)
helo aplawrence.com
250 smtp.somewhere.com
mail from: tony@aplawrence.com
250 tony@aplawrence.com... Sender ok
rcpt to: foobah@aplawrence.com
550 foobah@aplawrence.com... Relaying denied
rcpt to: foobah@somewhere.com
250 foobah@somewhere.com... Recipient ok
data
354 Enter mail, end with . on a line by itself
test
look ma no headers!
.
//here is what its take more than 60 seconds
250 HA00945 Message accepted for delivery
quit
221 smtp.somewhere.com closing connection
I check the server load and its ok (below 1). I tried to restart exim but the error persist.
What can i try? Anybody can help me at least with any link where i can read possible solutions?
Thanks in advance
M


LinkBack URL
About LinkBacks
Reply With Quote