Tuesday 12 March 2013

AIX:Sendmail issue


/usr/include/sys/errno.h  ===> check for error codes


Check for relaysmtp  is added or not ,if yes then check its pinging or not

Even check for permissiions of  /etc/sendmail.cf


---If relay smtp server is not pinging change it in sendmail.cf file
   and refresh  the sendmail service
---If relaysmtp is pining and still u can't able to send,then check
 
   telnet <relaysmtp> 25


----> to check mail status  use  "mailq"

# ls -l /etc/mail/sendmail.cf
-rw-r--r--    1 root     system        47402 Apr 09 08:28 /etc/mail/sendmail.cf

# ls -l /etc/sendmail.cf
lrwxrwxrwx    1 root     system           21 Oct 31 2008  /etc/sendmail.cf -> /etc/mail/sendmail.cf

lsps -s |  mail -s "check paging" ramesh.peram@in.ibm.com

 mail -s "check saplog" ramesh.peram@in.ibm.com < startdb.log

No comments:

Post a Comment