Message system

If you searched logs for the date and time, when a Message System was sent, and there's nothing, it can point to certain problems with local mail system.

Without details I cannot help you any more.

Try to send a message from shell manually to your email:

Code:
echo "Hello" | mail -s "Hello from `hostname`" here_is_your@email_should_be

Check logs and delivery.
 
Back
Top