# OScam binary name (eg.: oscam or oscam.x86 or oscam.x86_64)
OSCAMbin="oscam" [B][COLOR=#ff0000]#Name deiner oscam Binary[/COLOR][/B]
# OScam start/stop/restart script
OScamScript="/etc/init.d/oscam"[COLOR=#ff0000] [B]#Speicherort des Scripts[/B][/COLOR]
# Watchdog Logfile
OSCAMwatchlog="/var/log/OScam-watchdog.log" [COLOR=#ff0000][B]#Pfad des Wachtdog-Logs[/B][/COLOR]
# EMail verschicken bei restart? [0/1] (Vorraussetzung: apt-get install sendEmail)
CRASHMAIL="0" [COLOR=#ff0000][B]#0=Aus, 1=Ein[/B][/COLOR]
# Maileinstellungen
SMTPFROM="`hostname`@email.net" [B][COLOR=#ff0000]#Absender[/COLOR][/B]
SMTPTO='deine@email.net' [COLOR=#ff0000][B]#Empfänger[/B][/COLOR]
SMTPSERVER='mail.server.net' [COLOR=#ff0000][B]#SMTP-Server[/B][/COLOR]
SMTPUSER='user' [COLOR=#ff0000][B]#Benutzer[/B][/COLOR]
SMTPPASS='pass' [B][COLOR=#ff0000]#Passwort[/COLOR][/B]