> >[root@conan /etc]# /etc/rc.d/init.d/sendmail restart
> >Shutting down sendmail: [  OK  ]
> >Starting sendmail: [  OK  ]

That can happen if sendmail is having a conversation at the time. Best thing
to do is shut sendmail

/etc/rc.d/init.d/sendmail stop

then look for any running instances and kill them, they may be in wait mode
for another machine, or in the process of sending/receiving mail in which
case they'll simply start again.

ps -ef | grep sendmail

kill appropriate pids!

/etc/rc.d/init.d/sendmail start


Chris



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to