On 01/21/2014 05:43 AM, Frank Murphy wrote:
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;
}
I kind of thought it was in the code, as I went through all the config
files and could not find anything beyond the change I had already made
to /etc/sysconfig/crond
CRONDARGS=-m "/usr/bin/mailx -t"
--
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