Changed email address to support@comprofix.com for some scripts
This commit is contained in:
parent
468df74b68
commit
24f1c0f65f
@ -14,12 +14,12 @@
|
||||
# Make user configuration changes in this section
|
||||
#
|
||||
|
||||
MAILTO="mmckinnon@comprofix.com"
|
||||
MAILTO="support@comprofix.com"
|
||||
SMTP=mail.comprofix.com
|
||||
AUTOUPDATE="no"
|
||||
LOGFILE="/var/log/server_maint.log"
|
||||
THISSERVER=`hostname --fqdn`
|
||||
MAILFROM="mmckinnon@comprofix.com"
|
||||
MAILFROM="support@comprofix.com"
|
||||
|
||||
#
|
||||
# End of user configuration section
|
||||
|
@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
MAILTO="mmckinnon@comprofix.com"
|
||||
MAILTO="support@comprofix.com"
|
||||
SMTP=mail.comprofix.com
|
||||
LOGFILE="/var/log/diskalert.log"
|
||||
THISSERVER=`hostname --fqdn`
|
||||
MAILFROM="mmckinnon@comprofix.com"
|
||||
MAILFROM="support@comprofix.com"
|
||||
|
||||
startlogging() {
|
||||
echo $DASHES2 >> $LOGFILE
|
||||
|
@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
MAILTO="mmckinnon@comprofix.com"
|
||||
MAILTO="support@comprofix.com"
|
||||
SMTP=mail.comprofix.com
|
||||
THISSERVER=`hostname -f`
|
||||
MAILFROM="mmckinnon@comprofix.com"
|
||||
MAILFROM="support@comprofix.com"
|
||||
(
|
||||
/usr/bin/rkhunter --versioncheck --nocolors
|
||||
/usr/bin/rkhunter --update --nocolors
|
||||
/usr/bin/rkhunter --cronjob --report-warnings-only --nocolors
|
||||
) | /usr/bin/sendemail -o tls=no -s $SMTP -t $MAILTO -f "$THISSERVER <$MAILTO>" -u "[rkhunter] Daily Log $THISSERVER" -q
|
||||
) | /usr/bin/sendemail -o tls=no -s $SMTP -t $MAILTO -f "$THISSERVER <$MAILTO>" -u "[rkhunter] Daily Log $THISSERVER" -q
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user