[email protected] wrote: > Hi, > > In my fcrontab file I added: > &b(1),mailto(root) * * */14 * * /home/mccramer/bin/check.sh > > I would exspect to get mail each time the command is run. > > > &b(1),mailto(root) */2 * * * * /home/mccramer/bin/check.sh > > "check.sh"'s last line is 'date' so this command prints something. > > I would exspect to reveive mail from fcron but: no. > > > Is there something else to configure? Do I need to setup a > complete mailserver for log mails? Do I have to create a > fully fledge email account? > > Slightly confused... > Meino >
You need some kind of mta. On my system, mail-mta/ssmtp does the job for me. -- Regards wabe

