>> MAILTO="syscon8@gmail.com"

MAILTO="syscon8@gmail.com"
MAILTO='syscon8@gmail.com'
MAILTO=syscon8

I've tried single quote, double quotes, but it doesn't work; now even without quotes I don't get email from cronie
After every change I restart "/etc/init.d/cronie restart

My simple cron entry:
55 12 * * 1-5 mv /var/spool/asterisk/monitor/* /home/thelma/mon/

I should receive email from cron



On Sat, Aug 31, 2024 at 10:57 AM Michael <confabulate@kintzios.com> wrote:
On Tuesday, 27 August 2024 21:14:56 BST J. Aho wrote:
> On 27/08/2024 19.09, syscon edm wrote:
> > That is not it.
> >
> > I changed in /etc/crontab
> > MAILTO=syscon8@gmail.com <mailto:syscon8@gmail.com>

Does it work if you try:

MAILTO="syscon8@gmail.com"


> > restart cronie but system is still emailing it to root@gmail.com
> > <mailto:root@gmail.com>
>
> What job is run? Some jobs has their own configuration to where the mail
> is sent.
> You could give an example...