aboutsummaryrefslogtreecommitdiffstats
path: root/config/postfix
diff options
context:
space:
mode:
Diffstat (limited to 'config/postfix')
-rw-r--r--config/postfix/postfix.inc5
-rw-r--r--config/postfix/postfix_recipients.xml3
2 files changed, 6 insertions, 2 deletions
diff --git a/config/postfix/postfix.inc b/config/postfix/postfix.inc
index 2a762ae4..3d1ff947 100644
--- a/config/postfix/postfix.inc
+++ b/config/postfix/postfix.inc
@@ -190,6 +190,9 @@ function sync_package_postfix() {
else
$new_sys_log .= $new_line;
}
+ if (!file_exists('/root/system.inc.backup')) {
+ copy ($sys_log_file,'/root/system.inc.backup');
+ }
file_put_contents($sys_log_file,$new_sys_log, LOCK_EX);
#mwexec('/usr/local/bin/php -q /usr/local/www/postfix_syslog.php');
#restart syslog daemon
@@ -594,7 +597,7 @@ function postfix_validate_input($post, &$input_errors) {
function postfix_php_install_command() {
#small freebsd packages for full functional ldap and spf options
system('/usr/sbin/pkg_add -r postfix-policyd-spf');
- system('/usr/sbin/pkg_add -r p5-perl-ldap');
+ #system('/usr/sbin/pkg_add -r p5-perl-ldap');
sync_package_postfix();
}
diff --git a/config/postfix/postfix_recipients.xml b/config/postfix/postfix_recipients.xml
index 4172f2c8..450b6df4 100644
--- a/config/postfix/postfix_recipients.xml
+++ b/config/postfix/postfix_recipients.xml
@@ -128,7 +128,8 @@
<fielddescr>Enable LDAP fetch</fielddescr>
<fieldname>enable_ldap</fieldname>
<type>checkbox</type>
- <description>Extract valid email addresses from Active Directory.</description>
+ <description><![CDATA[Extract valid email addresses from Active Directory.<br>
+ Before using LDAP fetch you must install p5-perl-ldap package(hint: <strong>/usr/sbin/pkg_add -r p5-perl-ldap</strong>)]]></description>
</field>
<field>
<fielddescr>Frequency</fielddescr>