aboutsummaryrefslogtreecommitdiffstats
path: root/config/postfix/postfix_view_config.php
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2011-09-14 15:41:36 -0300
committermarcelloc <marcellocoutinho@gmail.com>2011-09-14 15:41:36 -0300
commitc8de1625e3014dd62eb12e72472e18112242b78e (patch)
tree2a5d96fe21be811a196f608ba25fe6229ab3c037 /config/postfix/postfix_view_config.php
parent861c0705a95948dc87c053f1bbbaae083614e601 (diff)
downloadpfsense-packages-c8de1625e3014dd62eb12e72472e18112242b78e.tar.gz
pfsense-packages-c8de1625e3014dd62eb12e72472e18112242b78e.tar.bz2
pfsense-packages-c8de1625e3014dd62eb12e72472e18112242b78e.zip
Postfix - Include native SPF extra options
Include sysctl sets on startup script Remove some old code from postfix.inc
Diffstat (limited to 'config/postfix/postfix_view_config.php')
-rw-r--r--config/postfix/postfix_view_config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/postfix/postfix_view_config.php b/config/postfix/postfix_view_config.php
index 0f92574f..c73e9cb4 100644
--- a/config/postfix/postfix_view_config.php
+++ b/config/postfix/postfix_view_config.php
@@ -86,7 +86,7 @@ include("head.inc");
<?php
$files_array[]="/usr/local/etc/postfix/main.cf";
$files_array[]="/usr/local/etc/postfix/master.cf";
- $files_array[]="/usr/local/etc/postfix/relay_recipientes";
+ $files_array[]="/usr/local/etc/postfix/relay_recipients";
$files_array[]="/usr/local/etc/postfix/header_check";
$files_array[]="/usr/local/etc/postfix/mime_check";
$files_array[]="/usr/local/etc/postfix/body_check";