1 |
jpp |
1.1 |
diff -Nur --no-dereference smeserver-wbl-0.5.0.old/createlinks smeserver-wbl-0.5.0/createlinks |
2 |
|
|
--- smeserver-wbl-0.5.0.old/createlinks 2024-02-25 13:05:18.924000000 -0500 |
3 |
jpp |
1.2 |
+++ smeserver-wbl-0.5.0/createlinks 2024-02-25 14:01:53.464000000 -0500 |
4 |
|
|
@@ -22,8 +22,12 @@ |
5 |
|
|
templates2events("/var/service/qpsmtpd/config/whitelisthelo", "$wbl"); |
6 |
|
|
templates2events("/var/service/qpsmtpd/config/whitelisthosts", "$wbl"); |
7 |
jpp |
1.1 |
templates2events("/var/service/qpsmtpd/config/whitelistsenders", "$wbl"); |
8 |
jpp |
1.2 |
+templates2events("/var/service/qpsmtpd/config/peers/0", "$wbl"); |
9 |
|
|
+templates2events("/var/service/qpsmtpd/config/peers/local", "$wbl"); |
10 |
jpp |
1.1 |
templates2events("/etc/mail/spamassassin/local.cf", "$wbl"); |
11 |
|
|
safe_symlink("restart", "root/etc/e-smith/events/$wbl/services2adjust/spamassassin"); |
12 |
|
|
+safe_symlink("restart", "root/etc/e-smith/events/$wbl/services2adjust/qpsmtpd"); |
13 |
|
|
+safe_symlink("restart", "root/etc/e-smith/events/$wbl/services2adjust/sqpsmtpd"); |
14 |
|
|
safe_symlink("../../plugins/11whitelist", |
15 |
|
|
"root/etc/e-smith/templates/var/service/qpsmtpd/config/peers/0/11whitelist"); |
16 |
|
|
|
17 |
jpp |
1.2 |
@@ -37,9 +41,13 @@ |
18 |
|
|
templates2events("/var/service/qpsmtpd/config/whitelisthelo", "$wbl"); |
19 |
|
|
templates2events("/var/service/qpsmtpd/config/whitelisthosts", "$wbl"); |
20 |
|
|
templates2events("/var/service/qpsmtpd/config/whitelistsenders", "$wbl"); |
21 |
|
|
+templates2events("/var/service/qpsmtpd/config/peers/0", "$wbl"); |
22 |
|
|
+templates2events("/var/service/qpsmtpd/config/peers/local", "$wbl"); |
23 |
jpp |
1.1 |
templates2events("/etc/mail/spamassassin/local.cf", "$wbl"); |
24 |
|
|
|
25 |
|
|
safe_symlink("restart", "root/etc/e-smith/events/$wbl/services2adjust/spamassassin"); |
26 |
|
|
+safe_symlink("restart", "root/etc/e-smith/events/$wbl/services2adjust/qpsmtpd"); |
27 |
|
|
+safe_symlink("restart", "root/etc/e-smith/events/$wbl/services2adjust/sqpsmtpd"); |
28 |
|
|
event_link("navigation-conf", $wbl, "80"); |
29 |
|
|
safe_symlink("../../plugins/11whitelist", |
30 |
|
|
"root/etc/e-smith/templates/var/service/qpsmtpd/config/peers/0/11whitelist"); |