From 5578012f8a685169d1d57dc04fd12e5845d0ad84 Mon Sep 17 00:00:00 2001 From: Paulino Padial Date: Tue, 23 Jan 2018 19:11:40 +0100 Subject: [PATCH] changed default option for mail to stdout, so by default is not sending emails --- autopostgresqlbackup.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopostgresqlbackup.conf b/autopostgresqlbackup.conf index a455dd9..52c2c8d 100644 --- a/autopostgresqlbackup.conf +++ b/autopostgresqlbackup.conf @@ -45,7 +45,7 @@ BACKUPDIR="/backups" # - files : send log file and sql files as attachments (see docs) # - stdout : will simply output the log to the screen if run manually. # - 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]) MAXATTSIZE="4000"