TS3 AntiCrash Cron send mails

oskaru3

Member
Oct 31, 2015
10
0
33
Hello,
I have installed TeamSpeak Server Crack [3.0.13.6]
+ Anti-Crash
+ Anti-Crack
Unfortunately, I noticed that the script /etc/init.d/ts3anticrash.sh sends a lot of unnecessary e-mails Cron.
How do you turn it off?
From: root@servername (Cron Daemon)
To: ts3@servername
Subject: Cron <ts3@server> /etc/init.d/ts3anticrash.sh ts3server
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/home/ts3>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=ts3>
Message-Id: <E1cAKK2-0006nf-5E@servername>
Date: Fri, 25 Nov 2016 18:30:02 +0100

The server is already running, try restart or stop
 

Kleberstoff

Knowledge Seeker
VIP
Dec 29, 2015
308
214
158
simply edit the cronjob and add
Code:
MAILTO=""
at the top and it should stop sending email, worked for me.
 
Top