| View previous topic :: View next topic |
| Author |
Message |
kracks Guest
|
Posted: Fri Nov 14, 2008 4:02 pm Post subject: sendmail via esmtp |
|
|
I have esmtp and i cross compiled for my embedded device.
I have libesmtp also.
But when i give
telnet 192.168.10.10 25
Trying 192.168.10.10..
Connected to 192.168.10.10
Escape character is '^]'.
220 <.........> ESMTP Sendmail 8.12.8/8.12.8; Sat, 15 Nov 2008 00:53
:43 +0900
mail from:<.....>
250 2.1.0 <....>. Sender ok
rcpt to:kiru_thika#
550 5.1.1 kiru_thika#... User unknown
mi^Ha
500 5.5.1 Command unrecognized: "ma"
mail rcpt to:kiru_thika@yahoo.com
503 5.5.0 Sender already specified
rcpt to:kiru_thika@yahoo.com
550 5.7.1 kiru_thika@yahoo.com... Relaying denied. IP name lookup
failed [118.36
..212.25]
All the time i am getting ... Relaying denied. IP name lookup failed
[118.36
..212.25]
What may be the problem.I tried but i failed to send mail.Please
suggest me.
Similarly postfix also i compiled for target device and i copied all
the binaries to /usr/sbin.
potfix:fatal:unable to use the same hostname.
I am not able to send mail via server also.
Suggest me if any basic configuration i am missing |
|
| |
|
Back to top |
David Schwartz Guest
|
Posted: Fri Nov 14, 2008 7:29 pm Post subject: Re: sendmail via esmtp |
|
|
On Nov 14, 8:02 am, kracks <kirthikai...@gmail.com> wrote:
| Quote: | All the time i am getting ... Relaying denied. IP name lookup failed
[118.36
.212.25]
What may be the problem.I tried but i failed to send mail.Please
suggest me.
|
You are requesting mail services from a mail server that is not
configured to provide those services *to* *you*. If you are the
administrator of that mail server, configure it to allow you to use it
as a relay. Otherwise, use a mail server that you have permission to
use as a relay.
DS |
|
| |
|
Back to top |
Jasen Betts Guest
|
Posted: Sat Nov 15, 2008 7:36 pm Post subject: Re: sendmail via esmtp |
|
|
On 2008-11-14, kracks <kirthikaiitm@gmail.com> wrote:
| Quote: | I have esmtp and i cross compiled for my embedded device.
I have libesmtp also.
But when i give
telnet 192.168.10.10 25
Trying 192.168.10.10..
Connected to 192.168.10.10
Escape character is '^]'.
220 <.........> ESMTP Sendmail 8.12.8/8.12.8; Sat, 15 Nov 2008 00:53
:43 +0900
mail from:<.....
250 2.1.0 <....>. Sender ok
rcpt to:kiru_thika#
550 5.1.1 kiru_thika#... User unknown
mi^Ha
500 5.5.1 Command unrecognized: "ma"
mail rcpt to:kiru_thika@yahoo.com
503 5.5.0 Sender already specified
rcpt to:kiru_thika@yahoo.com
550 5.7.1 kiru_thika@yahoo.com... Relaying denied. IP name lookup
failed [118.36
.212.25]
All the time i am getting ... Relaying denied. IP name lookup failed
[118.36
.212.25]
What may be the problem.I tried but i failed to send mail.Please
suggest me.
|
1: try sending a HELO command inititially
2: add your machine to sendmail's list of relay (allowed) domains |
|
| |
|
Back to top |
|