mailx/sendmail configuration/set up problem


 
Thread Tools Search this Thread
Operating Systems Solaris mailx/sendmail configuration/set up problem
# 15  
Old 02-17-2011
Quote:
Originally Posted by bartus11
For starters you can remove all files from /var/crash Smilie
Agreed.

Honestly, I would take some time to learn to see if you have available slices on your root disk to move /var to. Even with removing stuff from crash, your space is pretty tight.

Also, leave the CVSROOT alone, you seem to have source control running on that machine as well.
# 16  
Old 02-17-2011
How can I find out if I have available slices on my root?

As bartus suggested, I removing files from crash.
That will give me about 300 MB of space

Also this might sound like a really dumb question, but what do you mean when you say I have "source control" running on this machine?

Thanks, I really really appreciate all your help.
I am learning a great bunch here !! =)
# 17  
Old 02-17-2011
Quote:
Originally Posted by kazmiM
How can I find out if I have available slices on my root?

As bartus suggested, I removing files from crash.
That will give me about 300 MB of space

Also this might sound like a really dumb question, but what do you mean when you say I have "source control" running on this machine?

Thanks, I really really appreciate all your help.
I am learning a great bunch here !! =)
Well, CVSROOT usually belongs to CVS Concurrent Versions System - Wikipedia, the free encyclopedia

To find out of you have slices available on your disk, I would read this:
BigAdmin Submitted Article: The 'format' Utility in the Solaris Operating System
It's a lot to go through, but it will teach you a lot more than me just spitting out some commands that may not hit home for you.

If this box is going to be yours full time, most likely this will happen again, so I'd read it over.
# 18  
Old 02-17-2011
So my / has gone down from 100% to 93% after removing those files.

Code:
/dev/dsk/c0d0s0      4205630 3847287  316287    93%    /

For now, my short term goal is to send an email out of this system.
What should be my next step as I have about 309M of free space on /

I skimmed through the "the format" utility link.
I will definitely make that link my reading over the weekend Smilie
# 19  
Old 02-17-2011
You probably should be able to send mail now. If not, just restart sendmail and try again.
# 20  
Old 02-17-2011
I have restarted both the machine and sendmail, but email is still not getting delivered.

Could it have something to do with DNS? as it shows in the line below

Code:
----- Transcript of session follows -----
451 live.ca: Name server timeout

I get the following output after running nslookup.
# nslookup live.ca         
*** Can't find server name for address 192.168.2.1: Server failed
*** Can't find server name for address 198.235.216.131: No response from server
*** Default servers are not available

192.168.2.1 is the IP address of the router (gateway) that this box is connected to.
198.235.216.131 is the DNS address in the router.

Any suggestions?
You have been really helpful so far!!
Thanks
# 21  
Old 02-17-2011
Have you tried pinging those boxes to make sure you have connectivity to them?

Are you locally connected to the server, or ssh'd in?
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