Results 21 to 24 of 24
I'm glad we finally understand each other.
Yeah ! We sure do ! Just wanted to hear a word from you !...
- 09-01-2007 #21Linux Newbie
- Join Date
- Dec 2005
- Location
- Toronto
- Posts
- 127
Yeah ! We sure do ! Just wanted to hear a word from you !I'm glad we finally understand each other.
- 09-01-2007 #22Linux Enthusiast
- Join Date
- Jul 2005
- Location
- Maryland
- Posts
- 521
This turns out to be an interesting thread.
So far we agreed that one way to send out email is to relay through existing, valid SMTP server (ex. ISP's SMTP server).
Now, what would be needed if Lakshmipathi wanted to use the second approach? I mean, just like you suggested, replacing localhost.localdomain on his computer with fully qualified domain name.
Clearly, using any name will not work. It must be unique and registered domain name which should resolve to static IP on the Internet.
Otherwise, it could not be looked up, or could be considered as spoofing if the name already exists on Internet and resolves to another IP.
Then, the computer must be be configured as SMTP server (and as POP/IMAP server if he wants to receive email).
Is there something else that I'm missing here ? This basically means running your own email server.
- 09-01-2007 #23
hi guyz,
thank your valuable inputs and here is
few more info about my settings ,
i wonder what's the next error really mean?Code:[root@pc021698 etc]# hostname pc021698.xyz.com
and when i tryCode:[root@pc021698 etc]# host pc021698.xyz.com Host pc021698.xyz.com not found: 3(NXDOMAIN)
Code:host xyz.com ;; Truncated, retrying in TCP mode. xyz.com has address 10.238.82.10 xyz.com has address 10.227.30.92 xyz.com has address 10.237.5.95 xyz.com has address 10.226.33.35 ...(and more addresses here) ...
Code:[root@pc021698 etc]# cat /etc/resolv.conf ; generated by /sbin/dhclient-script nameserver 10.232.5.20 nameserver 10.237.5.79 search xyz.com
- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 09-02-2007 #24Linux Enthusiast
- Join Date
- Jul 2005
- Location
- Maryland
- Posts
- 521
it means there is no host named "pc021698" at xyz.com
It seems you are trying to use a name which belongs to someone else. xyz.com is a registered domain on the Internet, and what you are trying to do is spoof this name. This is not going to work. This name resolves to IP different than yours, and that's why it's not finding your computer "pc021698" in that domain (it is searching the real xyz.com).Code:[root@pc021698 etc]# hostname pc021698.xyz.com
Code:[root@pc021698 etc]# cat /etc/resolv.conf ; generated by /sbin/dhclient-script nameserver 10.232.5.20 nameserver 10.237.5.79 search xyz.com


Reply With Quote
