On Mon, 20 Jan 2014 22:16:19 -0800 Robert Moskowitz <rgm@xxxxxxxxxxxxxxx> wrote: > using mailx to supposedly mail to myself with no sendmail. cron is > failing in the mailing and the message ends in dead.letter. This is why: from cronie runjob.c /* Check that we have a way of sending mail. */ if(stat(SENDMAIL, &buf)) { complain("Can't find sendmail at %s, not mailing output", SENDMAIL); return; } ___ Regards, Frank www.frankly3d.com -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org