User:Ranjit: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[category:Qmail]] | |||
[[category:KLOXO]] | |||
'''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 | |||
Latest revision as of 15:22, 8 January 2014
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