1830231 Members
1755 Online
109999 Solutions
New Discussion

Re: sendmail error

 
SOLVED
Go to solution
juno2
Super Advisor

sendmail error

when I restart the sendmail service - it pop up the below message

Shutting down sendmail: [ OK ]
Shutting down sm-client: [FAILED]
Starting sendmail: [ OK ]
Starting sm-client: [ OK ]

, the sendmail seems failure now , what can i do? thx.
6 REPLIES 6
Steven E. Protter
Exalted Contributor
Solution

Re: sendmail error

So there is no sendmail process at all running?

try this:

sendmail -v -d8 -d38 someone@your.net

Type a line of text



Type a dot(period)

.



Post results.

If you have recently played with sendmail.cf restore from the backup you took before you started.


service sendmail restart

What happens? How long does teh daemon stay up.

SEP

Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Balaji N
Honored Contributor

Re: sendmail error

sendmail client seems to have some problem.

can u check if there are any related error messages in /var/log/messages.
-balaji
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
Balaji N
Honored Contributor

Re: sendmail error

SEP, Correct me if i am wrong.

The problem is with sm-client, right?

And this is used so that when normal user wants to invoke sendmail to send mail, this is invoked, collects the mail and sends it to sendmail to handle.

And this has a configuration file of its own other than sendmail.cf. not sure of the name.

so will replacing sendmail.cf help?
-balaji
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
Steven E. Protter
Exalted Contributor

Re: sendmail error

I think sm-client has its own configuration file. Haven't seen it much.

Here is some docs on the subject....
http://www.linuxmanagers.org/pipermail/linuxmanagers/2003-February/000991.html

http://www.linuxquestions.org/questions/archive/2/2002/10/3/33014

http://www.cm.nu/~shane/lists/comp.mail.sendmail/2003-01/0000.html

http://archives.mandrakelinux.com/cooker/2002-10/msg00891.php

May be an answer in one of those threads.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven E. Protter
Exalted Contributor

Re: sendmail error

Duh.

Look at the message sequence.

Its not failing to shut down, it was never running. It probably failed with an error at startup.

Check the start log, or modify the startup script to put all its output to a file.

Then post the file.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Caesar_3
Esteemed Contributor

Re: sendmail error

Hello!

Check the /var/log/messages for info
about the problems that happend.

Caesar