summaryrefslogtreecommitdiffstats
path: root/etc/inc/notices.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-26 12:17:50 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-26 12:17:59 -0400
commit96c52992f023c2309cc18d819404a359766b7f04 (patch)
tree227925f14e1e4cb737dfb36da72257c260aba255 /etc/inc/notices.inc
parent92a5e926f38d490ebd603da4ae002736007574cb (diff)
downloadpfsense-96c52992f023c2309cc18d819404a359766b7f04.zip
pfsense-96c52992f023c2309cc18d819404a359766b7f04.tar.gz
Do not direct deliver
Diffstat (limited to 'etc/inc/notices.inc')
-rw-r--r--etc/inc/notices.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/notices.inc b/etc/inc/notices.inc
index eb18f05..eaf06ab 100644
--- a/etc/inc/notices.inc
+++ b/etc/inc/notices.inc
@@ -218,7 +218,7 @@ function notify_via_smtp($message) {
$smtp->host_name = $config['notifications']['smtp']['ipaddress'];
$smtp->host_port = 25;
- $smtp->direct_delivery = 1;
+ $smtp->direct_delivery = 0;
$smtp->ssl = 0;
$smtp->debug = 1;
$smtp->html_debug = 0;
OpenPOWER on IntegriCloud