Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-30-2001, 06:38 AM
|
#1
|
Member
Registered: May 2001
Posts: 63
Rep:
|
Hi,
I'm using RH6.2 as a mail server. I've already installed and configured sendmail as an MTA and qpopper as pop-3 server.
When i send an email to any user on the server, message is returned back with an error message that the host is unknown.Although i can ping the server by its name.
How can i solve it ?
|
|
|
05-30-2001, 07:35 AM
|
#2
|
Moderator
Registered: May 2001
Posts: 29,415
|
Sendmail uses DNS (local, network) to resolve MX records for each host its sposed to transfer mail to.
U can perform the same in nslookup to see if it works:
$ nslookup
> set type=mx
> sendmail.org
-Server:
-Address: 123.45.67.8
-sendmail.org preference=20, mail exchanger=mail1.reference.com
-mail1.reference.com inet address=206.171.3.24
u see that even the address may me someone@sendmail.org, the mail will be delivered in real to mail1.reference.com, cuz the MX record specifiy so.
If the MTA cant find the MX record (or MX with other priority) it cant deliver.
Make sure the MX records are available and use the MTA's debug option for more info.
|
|
|
05-30-2001, 08:40 AM
|
#3
|
Member
Registered: Mar 2001
Location: India
Posts: 332
Rep:
|
Hi..
This is some problem in ur sendmail confifuration only
First try manually by running sendmail with -bt
sendmail -bt
then give the ruleset name and give some valid email id and check the floww
Example
sendmail -bt
> 0 sidiqu@yahoo.com
Check the rule sets .
Pls give the output so we can analyse
Siddiqu.T
|
|
|
05-30-2001, 09:47 AM
|
#4
|
Member
Registered: May 2001
Posts: 63
Original Poster
Rep:
|
continued : email problem
something important to note. That when i type
#nslookup
the following statement appears:
*** Can't find server name for address "some address" :
Non-existent host/domain
*** Default servers are not available
|
|
|
05-30-2001, 10:13 AM
|
#5
|
Moderator
Registered: May 2001
Posts: 29,415
|
1. check if uve got a working connection to ure ISP
2. check if u entered the correct DNS servers in /etc/resolv.conf and that is working correct
{3a. check if the host/domain/IP is correct, not in the IANA reserved LAN ranges.
3b. check if the host/domain/IP resolves correct with traceroute
3c. check who -should- be the authoritative DNS server for the domain
3d. check -if- it has been up/hosted/added/propagated.}
4. victimize guilty adm/op with prodding iron for being lazy, incompetent, and not RTM'ing in general :-]
|
|
|
All times are GMT -5. The time now is 02:02 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|