lwknet
05-31-2004, 07:08 AM
i've made somew changes to variuos sendmail files and they don't take effect, i thk i should restart sendmail to re-read all files, but don't know the command to restart, i've tried the following but fails, "no such file or directory":
/etc/rc.d/init.d/sendmail restart
thanks
visiondream3
05-31-2004, 07:54 AM
Which control panel are you using ?
lwknet
05-31-2004, 07:57 AM
no control panel, just a plain redhat install
diginode
05-31-2004, 08:08 AM
Are you sure you are using sendmail and not postfix?
Try -
service sendmail stop
service sendmail start
if that's not working check to see if you have /etc/rc.d/init.d/sendmail present. If you do and stil have problems, check to see if you have a /etc/sysconfig/network file.
lwknet
05-31-2004, 08:22 AM
what i know is sendmail is my box isn't running as service, its under xinetd which i can it by the command "chkconfig --list"
so "service sendmail xx" doesn't work for me
since its nto a service, /etc/rc.d/init.d/sendmail doesn't existing either
diginode
05-31-2004, 08:29 AM
You're sendmail is custom installed?
lwknet
05-31-2004, 08:48 AM
it isn't custom installed by me, it comes in default from my provider
visiondream3
05-31-2004, 11:02 AM
run the 'setup' program, add it to the system services, and reboot the machine. If its not listed in the system services menu, you will have to create a startup script for sendmail or even try re-installing it.