Not recieving email from root

tsgroup

Member
Nov 28, 2006
6
0
151
Hi all,
Im having problems getting emails from root and they are not in the mail queue either.
I have tried forced installs etc etc and still dont get any root emails.
I have checked the WHM config and all the email addresses seem to be in the correct places.
example of what i mean.
When i create a new account it says notify [email protected] level three but i never get the email

Any help would be appreciated no matter how basic.
Cheers
 

tsgroup

Member
Nov 28, 2006
6
0
151
Hi already tried that.
I sent to my personal address
i sent to my isp providers address
I also tried having it sent to my hotmail but no luck whatsoever and i know for a fact the the domains are all capable of recieving emails sent by this paticular server.
Thanks
 

tsgroup

Member
Nov 28, 2006
6
0
151
I have managed to solve this problem now and below is the reason for it happening.

This seemed to be related to sendmail which was seg-faulting, I have addressed this by creating a link to the exim binary:

[email protected] [~]# /usr/sbin/sendmail
Segmentation fault
[email protected] [~]# mv /usr/sbin/sendmail /usr/sbin/sendmail.back
[email protected] [~]# ln -s /usr/sbin/exim /usr/sbin/sendmail
[email protected] [~]# /usr/sbin/sendmail
Exim is a Mail Transfer Agent. It is normally called by Mail User Agents, not directly from a shell command line. Options and/or arguments control what it does when called. For a list of options, see the Exim documentation.
[email protected] [~]#