mail service


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers mail service
# 1  
Old 03-09-2006
mail service

How to restart mail service ??

thanks
# 2  
Old 03-09-2006
Since I don't know what OS and what kind of mail service you are using, I will pretend that you use sendmail. Then try:

Code:
/sbin/init.d/sendmail stop

Code:
/sbin/init.d/sendmail start

 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Red Hat

Mail service

I am using rhel OS 7 , how to enable sendmail option , i have looked all places /bin/mail is this place to start with ? (6 Replies)
Discussion started by: anil529
6 Replies

2. UNIX for Dummies Questions & Answers

Script to monitor BI service and trigger a mail

Hello friends, I am new to shell scripting.I am assigned a task in Unix to prepare a script which will check if OBI 10g services are running or not and to send email if the services are down.Any help will be appreciated. I tried searching for it in the blog and came across the following code ... (1 Reply)
Discussion started by: pradeep467
1 Replies

3. Shell Programming and Scripting

Basic script for monitor send mail service

Hi All Need help Can any one share a basic script that is used for monitor sendmail service whether online, offline.etc in solaris Thanks in advance Zimmy (5 Replies)
Discussion started by: zimmyyash
5 Replies

4. Solaris

Need help with mail service on Sol 10

Hello All: I am trying to configure mail service on Solaris 10 and I am unable to send using mailx. It appears the server may not be listening on port 25: bash-3.00# mconnect connecting to host localhost (127.0.0.1), port 25 connect: Connection refused services is configured to use port... (7 Replies)
Discussion started by: hoo5091
7 Replies

5. OS X (Apple)

My Mail Service

Hello! Id like to configure my mail command, please, can anyone help me? thank you all (2 Replies)
Discussion started by: Jariya
2 Replies
Login or Register to Ask a Question