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"