Thursday, July 19, 2012

Sendmail Configuration in AIX


Daemon : sendmailTo start the daemon :# startsrc -s sendmail -a "-bd -q30m"wherebd - To start the sendmail as a SMTP mail relay routerq - Is the interval in which the sendmail daemon processes the saved messagesTo start the daemon automatically after the system boot:a. # vi /etc/rc.tcpipb. Uncomment the below linestart /usr/lib/sendmail "$src_running" "-bd -q${qpi}"To display the status of the

No comments:

Post a Comment