![]() |
|
Cron Mail - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: Cron Mail (/showthread.php?tid=1075) |
Cron Mail - jcvieira - 02-17-2015 Hi there, Ive set up a cron task in one client account but it seems that its cloaking postfix email queue with mail to a "www-data" address regarding this cron job, is there any way to disable mail notifications of the cron jobs? Also how can i change this email address? Thanks RE: Cron Mail - Me.B - 02-17-2015 @[TGates] @[ballen] Output should remove and redirected to email, we will fix this. It's currently hard coded in sentora cron module, no way to change it. https://github.com/sentora/sentora-core/tree/master/modules/cron Logged as issue: https://github.com/sentora/sentora-core/issues/127 RE: Cron Mail - jcvieira - 02-18-2015 (02-17-2015, 07:38 PM)Me.B Wrote: @[TGates] @[ballen] Thanks for the info! It becomes problematic if you schedule it to run every minute, i will wait for the next release then, guess i just have to manually make the schedule. RE: Cron Mail - Me.B - 02-18-2015 yep manual cron if you redirect the output to /dev/null will fix it. We will solve this. M B |