From e615265d3b51e27f0f664cea193b6353975d6f7d Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 29 Aug 2011 04:25:44 -0400 Subject: [PATCH] Fixed php notice in session library. --- install/tpl/master_cf_amavis.master | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/install/tpl/master_cf_amavis.master b/install/tpl/master_cf_amavis.master index cb6f876..6ce7f70 100644 --- a/install/tpl/master_cf_amavis.master +++ b/install/tpl/master_cf_amavis.master @@ -15,4 +15,5 @@ -o mynetworks=127.0.0.0/8 -o strict_rfc821_envelopes=yes -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks - -o smtpd_bind_address=127.0.0.1 \ No newline at end of file + -o smtpd_bind_address=127.0.0.1 + -- Gitblit v1.9.1