This is a discussion on Files run at system startup within the AIX Operating System forums, part of the Unix Operating Systems category; --> I need to review startup files that configure ifconfig and sendmail services. I looked in /etc/rc.d folder but don't ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| NDP wrote: > I need to review startup files that configure ifconfig and sendmail > services. I looked in /etc/rc.d folder but don't know which ones. > Can you please be kind to point it out to me? > Thanks > NDP /etc/rc.tcpip - starts TCP/IP daemons (sendmail, inetd, etc.) Start up the sendmail daemon - please put lines to /etc/rc.tcpip (or remove #) qpi=30m # 30 minute interval start /usr/lib/sendmail "$src_running" "-bd -q${qpi}" p. irek |