1 |
diff -Nur smeserver-wbl-0.3.0.old/createlinks smeserver-wbl-0.3.0/createlinks |
2 |
--- smeserver-wbl-0.3.0.old/createlinks 2015-09-05 14:34:53.000000000 -0400 |
3 |
+++ smeserver-wbl-0.3.0/createlinks 2017-02-22 17:30:59.117000000 -0500 |
4 |
@@ -16,5 +16,5 @@ |
5 |
|
6 |
##Symlink qpsmtpd whitlist_soft plugin for external connections |
7 |
|
8 |
-safe_symlink("../../plugins/11whitelist_soft", |
9 |
- "root/etc/e-smith/templates/var/service/qpsmtpd/config/peers/0/11whitelist_soft"); |
10 |
+safe_symlink("../../plugins/11whitelist", |
11 |
+ "root/etc/e-smith/templates/var/service/qpsmtpd/config/peers/0/11whitelist"); |
12 |
diff -Nur smeserver-wbl-0.3.0.old/root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins/11whitelist smeserver-wbl-0.3.0/root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins/11whitelist |
13 |
--- smeserver-wbl-0.3.0.old/root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins/11whitelist 1969-12-31 19:00:00.000000000 -0500 |
14 |
+++ smeserver-wbl-0.3.0/root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins/11whitelist 2017-02-22 17:28:35.905000000 -0500 |
15 |
@@ -0,0 +1,4 @@ |
16 |
+{ |
17 |
+ return ("whitelist") ; |
18 |
+ # for SME 8 and after RequireResolvableFromHost key is obsolete and always on |
19 |
+} |
20 |
diff -Nur smeserver-wbl-0.3.0.old/root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins/11whitelist_soft smeserver-wbl-0.3.0/root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins/11whitelist_soft |
21 |
--- smeserver-wbl-0.3.0.old/root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins/11whitelist_soft 2015-09-05 14:34:53.000000000 -0400 |
22 |
+++ smeserver-wbl-0.3.0/root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins/11whitelist_soft 1969-12-31 19:00:00.000000000 -0500 |
23 |
@@ -1,4 +0,0 @@ |
24 |
-{ |
25 |
- return (whitelist_soft) ; |
26 |
- # for SME 8 RequireResolvableFromHost key is obsolete and always on |
27 |
-} |