mailx/sendmail configuration/set up problem


 
Thread Tools Search this Thread
Operating Systems Solaris mailx/sendmail configuration/set up problem
# 22  
Old 02-17-2011
I have connectivity to 192.168.2.1 (confirmed by pinging)
but I couldn't reach 198.235.216.131 as, I think, that resides outside our network. (192.168.2.xxx)
I have also tried pinging other servers and machines in our network and that seems to be working just fine.

I am locally connected to the box, we have been working on through and SSH client.
(I am still at the office in the same network).
# 23  
Old 02-17-2011
Well, are you trying to send email to another box inside your environment or outside yoru environment. Can you ping something externally, like google?
Code:
ping google.com

# 24  
Old 02-17-2011
Trying to send email outside our network (ie. to my hotmail/gmail account)
pinging goolge.ca doesnt work Smilie

# ping google.com
ping: unknown host google.com
# 25  
Old 02-17-2011
Well, if you are trying to send email outside the company, your box has to be on a network with outside access. Check your /etc/resolv.conf file for the "nameserver" value. You have to have a valid DNS server to route outside of your subnet.

Unless you are DHCP'ing your server, then you've probably go to contact your netadmin to see what's up.
# 26  
Old 02-17-2011
Thanks a lot.
Our netadmin is on vacation hence all this is on me.
I have emailed him and let's see what he replies.
I will update you tomorrow if I hear anything from him.
If not, then you might have to guide me through this process yourself :$ ... If you don't mind that is. Till then have yourself a great night .

Thanks once again for allllllllllllllllllllll your help.
Cheers,
Kazmi
# 27  
Old 02-17-2011
Good luck.

---------- Post updated at 05:45 PM ---------- Previous update was at 05:38 PM ----------

If your server is on the same subnet as your PC you are working on (you're ssh'd from your desktop, right?), then just get the DNS IP server from your desktop.

If it's Windows, Mac, Linux, you should be able to find that fairly easily. Then place that IP address in /etc/resolv.conf like:
Code:
nameserver 192.#.#.#

# 28  
Old 02-18-2011
Good Afternoon
Hope you had a pleasant evening and thanks for your on going support with this problem.

Here is what I found in my /etc/resolv.conf file

Quote:
nameserver 192.168.2.1
nameserver 198.235.216.131
domain timelessmind.com
#search timelessmind.com
I am a little confused as I can ping the router (192.168.2.1) but cannot ping (198.235.216.131)
Any suggestions as to whats the problem here? fixes?

192.168.2.xxx is our companies network. Should there be a DNS server inside our network (on 192.168.2.xxx) and if so, how can I set one up?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris mailx Configuration

Hi, I need to send an output from Solaris to my email address. For example df -h to be sent out from the Solaris. I was wondering how to configure the mailx and smtp configuration to be setup. Has anyone setup before? Thanks. :confused::confused::confused: (0 Replies)
Discussion started by: freshmeat
0 Replies

2. Solaris

Clarifying sendmail configuration - sendmail-client offline

Hi all, I have read about sendmail running as 2 separate process. 1 as a MSP, and the other as the real daemon or MTA. In my current configuration, the sendmail-client is disabled. Both submit.cf and sendmail.cf are left as default untouch I do not specified any mailhost... (3 Replies)
Discussion started by: javanoob
3 Replies

3. UNIX for Dummies Questions & Answers

One set of executables but multiple set of configuration

i don't know where to put this question hence it is here. Presently, i have X unix machines which each of them running a set of executables with various unique configurations. i would like to have run multiple set of machines the same set of executeables but each running different... (0 Replies)
Discussion started by: lchunleo
0 Replies

4. UNIX for Dummies Questions & Answers

how to sendmail using mailx in linux

how to sendmail to other computer in the same computer lab using mailx? (8 Replies)
Discussion started by: help me
8 Replies

5. Solaris

Configure mailx or sendmail

hi, I would like to configure mailx or sendmail to send out some mails to some users. I tried searching online for the configuration but it was kinda confusing. I thought that posting here might get someone to work with me step by step I tried sending out mail but i did not receive in my... (4 Replies)
Discussion started by: cghcgh
4 Replies

6. UNIX for Dummies Questions & Answers

How to set HIGH importance to a mail sent through mailx or sendmail command

I have written a script for sending automated email, reporting the running status of a cron scheduled work. Now, the issue is, my Project Manager wants, the mail should be received with HIGH IMPORTANCE. How can I do that, kindly anybody explain. Thank you so much. (3 Replies)
Discussion started by: mitte_dino
3 Replies

7. UNIX for Dummies Questions & Answers

Sendmail? Mailx? SMTP?

We require e-mails to come from one of our Solaris 10 boxes ASAP and have found that when using such things as Sendmail and Mailx all the mail goes to a Q that only fires every 15 minutes. We have tried everything we could think of to adjust this to force the Q to go every 1 minute but so far no... (3 Replies)
Discussion started by: LRoberts
3 Replies

8. UNIX for Dummies Questions & Answers

Postfix Problem under mailx/sendmail command

Update: Problem solved with this command: /opt/soc/bin/postfix-setup ================================ Hi, I am trying the following mailx command: sadm@edwardwi-z:/etc$ mailx ewijaya@gmail.com Subject: test foo . . EOT But it gives the following error ... (0 Replies)
Discussion started by: monkfan
0 Replies

9. Solaris

mailx configuration help

Hi, I am just after installing solaris 9 on a test box, an ultra 10.. I want to configure mail.. Is mailx the standard mail program on solaris 9? If so - how do I check the current config settings for this and alter them if necessary? Tks (3 Replies)
Discussion started by: frustrated1
3 Replies

10. UNIX for Dummies Questions & Answers

mailx configuration

I would like to configure mailx on Solaris 8 in order to have the sender address shown at the receiver side in the form: 'user@host.domain' The sender address is currently displayed as 'user@host' Thanks in advance (2 Replies)
Discussion started by: ciccio
2 Replies
Login or Register to Ask a Question