Jump to content

User:Ranjit

From TetraWiki



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