aboutsummaryrefslogtreecommitdiffstats
path: root/config/postfix/postfix_view_config.php
diff options
context:
space:
mode:
authormarcelloc <marcellocoutinho@gmail.com>2011-09-05 16:38:32 -0300
committermarcelloc <marcellocoutinho@gmail.com>2011-09-05 16:38:32 -0300
commitb4f7e40e49c1f91c45bc0018d378e75936733f24 (patch)
tree578cafd76b7ddbc81398b620c1327fc90d398896 /config/postfix/postfix_view_config.php
parent37204891aa052c621664ea0b6bedf00eb0f91a76 (diff)
downloadpfsense-packages-b4f7e40e49c1f91c45bc0018d378e75936733f24.tar.gz
pfsense-packages-b4f7e40e49c1f91c45bc0018d378e75936733f24.tar.bz2
pfsense-packages-b4f7e40e49c1f91c45bc0018d378e75936733f24.zip
postfix v2 fix postfix_recipients.php file
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 ac6ad36b..1b3e9fc5 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";