changed default option for mail to stdout, so by default is not sending emails

This commit is contained in:
Paulino Padial 2018-01-23 19:11:40 +01:00
parent 6091b87f96
commit 5578012f8a

View File

@ -45,7 +45,7 @@ BACKUPDIR="/backups"
# - files : send log file and sql files as attachments (see docs) # - files : send log file and sql files as attachments (see docs)
# - stdout : will simply output the log to the screen if run manually. # - stdout : will simply output the log to the screen if run manually.
# - quiet : Only send logs if an error occurs to the MAILADDR. # - quiet : Only send logs if an error occurs to the MAILADDR.
MAILCONTENT="quiet" MAILCONTENT="stdout"
# Set the maximum allowed email size in k. (4000 = approx 5MB email [see docs]) # Set the maximum allowed email size in k. (4000 = approx 5MB email [see docs])
MAXATTSIZE="4000" MAXATTSIZE="4000"