Friday, April 08, 2005

AIX/HP-UX Interoperability Guide, V2 - Mail
13.1.2 Stopping and Starting the sendmail Daemon
sendmail by default should start up at bootup. If it doesn't, then uncomment the following line from /etc/rc.tcpip:

start /usr/lib/sendmail "$src_running" "-bd -q${qpi}"

To start the sendmail daemon using the SRC:

# startsrc -s sendmail -a "-bd -q30m"

To stop the sendmail daemon using the SRC type the following:

# stopsrc -s sendmail