Jump to content

User:Ranjit

From TetraWiki
Revision as of 15:22, 8 January 2014 by Ranjit (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Mails are not going from kloxo
 sendmail daemon was not linked with /var/qmail/bin/sendmail therefore mails are going from server.
1. check link location of sendmail.
 # ls -la /usr/sbin/sendmail
2. Remove current link of sendmail.
 # rm /usr/sbin/sendmail
3. create new link.

# ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail 


Note:- Mail log was also not generating therefore we restart rsyslog service.
#/etc/init.d/rsyslog restart