Search directive in resolv.conf


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Search directive in resolv.conf
# 1  
Old 01-22-2010
Search directive in resolv.conf

Hi all,

I am doing an assignment and there is something I am confused about.
The requirement is to set up the DNS and sendmail to two domains: lab1 and lab2, with hosts of mail.lab1 and mail.lab2 both acting as DNS server and email server, and send mail from root@lab1 to root@lab2. However, it always complains about host unknown about lab2. I tried dig mx lab2, and it could get the correct address of the mail server. But when I send the mail and use tshark to monitor the pakcets, I see the mail server is always querying lab2.localfarm to get the mx record. I am guessing it is because the name of lab2 is not FQDN. I have already deleted the line of "search localfarm", and tried "search ." but still no luck.

More interesting information is, if I send to root@mail.lab2, it works (but it is not the requirement). And if I changed the domain names to lab1(2).net, both @mail.lab2.net and @lab2.net are working. Can anyone help me out? I have bee struggling with this problem for over two weeks.

Thanks for your help!
# 2  
Old 01-22-2010
# 3  
Old 01-22-2010
Might be worth checking the contents of the sendmail configuration file which decides where to look up names:

/etc/mail/service.switch
# 4  
Old 01-22-2010
Quote:
Originally Posted by vbe
Sorry I didn't know that. I'll try to seek help somewhere else, because I really couldn't figure it out.
And methyl, I checked the nsswitch.conf before, changed it into "check dns first", but no luck. I guess it is really rare because nobody at work would have to handle this situation.
# 5  
Old 01-25-2010
These are two different files and they both need to be correct:
Code:
/etc/nsswitch.conf
/etc/mail/service.switch

 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Configure resolv.conf and nsswitch.conf

Hi, I've installed Solaris 11.3(live media) and configured DNS. Everytime I reboot the server, resolv.conf got deleted and it created a new nsswitch.conf. I used below to configure both settings: # svccfg -s dns/client svc:/network/dns/client> setprop config/nameserver = (xx.xx.xx.aa... (1 Reply)
Discussion started by: flexihopper18
1 Replies

2. Linux

Bash to append domain in search field of resolv.conf after vpnc connection in Linux

After vpn connection,I am not able to resolve any machines in remote gateway.It looks like remote domain is added to domain field instead of adding it to the Search field in /etc/resolv.conf I want the remote domain to add to search field along with local domain.Can anyone tell a bash or script... (2 Replies)
Discussion started by: jeremy_brett
2 Replies

3. Red Hat

Issue on resolv.conf

Hi all, :( I am facing issue while I have updated in resolv.conf, after nework service restart, it was automatically deleted IP from resolv.conf file. Could you please let me know what is the reason resolv.conf deleted any IP which I have manually updated, but it store only my router IP... (3 Replies)
Discussion started by: Pradipta Kumar
3 Replies

4. Ubuntu

resolv.conf

Hi, My resolv.conf keeps overwritten. I want to have it to just keep the setting that I put in there. I tried a few solutions I found using google. like supersede domain-name "xxx", prepend domain-name-servers xxx.xxx.xxx.xxx; This does'nt work. I also tried to just chmod the file to... (4 Replies)
Discussion started by: jld
4 Replies

5. UNIX for Dummies Questions & Answers

resolv.conf

Hi everyone A quick question during a audit this was determined to be a security issue In the resolv.conf there is a “.” At the end of the domain name Like this domain mydomain.com. I which to understand the function or significance of the . thk (3 Replies)
Discussion started by: Ex-Capsa
3 Replies

6. Shell Programming and Scripting

resolv.conf

HI ALL I am making a script,That will does the following,I am in search of ideas 1.Script will comment all existing the entries in resolve.conf 2.Add new entries like this abc.example.com 192.168.1.x I can use sed to add comment. (8 Replies)
Discussion started by: aliahsan81
8 Replies

7. SuSE

Suse 10 resolv.conf

I want to have 7 search domains in my resolv.conf, but it seems to like only the first six. I read somewhere that the OS will only recognize the first 6 (or the first 154 characters). Is that the case with SUSE 10? thx -Kevin (2 Replies)
Discussion started by: kjbaumann
2 Replies

8. UNIX for Dummies Questions & Answers

dns and resolv.conf

Hi ,,still struggling with unix ,,the system is running sco openserver release 5 and have dsl installed ,, the dsl modem is a bt router which in turn is connected to a vpn hardware router,, which also serves internet to the whole network ,, but i still cant connect to the internet via the unix box... (10 Replies)
Discussion started by: b03der
10 Replies

9. IP Networking

/etc/resolv.conf

I am new to unix. I have edited the /etc/resolv.conf. It shows domain name ip address ip address These are the same ips of the dns I use for windows. Still I get no name resolution on the internet. I can ping external ip's is there anything else I need to check? (1 Reply)
Discussion started by: rpnhavoc
1 Replies
Login or Register to Ask a Question