CentOS 5
I have setup /etc/crontab MAILTO=my@email.com and can get emails with outputs whenever any tasks run by crond. But if I use mail program send email to same email, I CAN'T receive the email. (with command this: mail -s "test email" "my@email.com") Is there any way to check what's happened?
Below is what is working and not:
crond can send email to my@email.com (this is just an example, I actually sending to company email)
mail can send email to gmail/yahoo/hotmail account
mail CAN'T send email to my@email.com
type -a mail(Bash) tell you? – Dennis Williamson Oct 14 '10 at 14:06