mailx help

Frank Murphy frankly3d at gmail.com
Tue Jan 21 13:43:09 UTC 2014


On Mon, 20 Jan 2014 22:16:19 -0800
Robert Moskowitz <rgm at htt-consult.com> 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



More information about the users mailing list