[SOLVED] Spam Alerts every 3 hours?

killmasta93

Renowned Member
Aug 13, 2017
983
60
93
31
Hi,
I was wondering if someone could shed some light. Currently was looking though the forums and saw someone else having the same issue. I saw that they did a cron job but for some odd reason im getting and error

Code:
03 13 * * * root /usr/bin/pmgqm send

and i get this
Code:
bin/sh: 1: root: not found

Thank you
 
where did you put this?
it tries to execute 'root' so just omit that column
 
  • Like
Reactions: killmasta93
Thanks for the reply, that did the trick @dcsapak took out root, i guess im used to ubuntu servers always put the root there.

Thanks again