diff -Nur --no-dereference smeserver-wbl-0.5.0.old/createlinks smeserver-wbl-0.5.0/createlinks --- smeserver-wbl-0.5.0.old/createlinks 2024-02-25 13:05:18.924000000 -0500 +++ smeserver-wbl-0.5.0/createlinks 2024-02-25 14:01:53.464000000 -0500 @@ -22,8 +22,12 @@ templates2events("/var/service/qpsmtpd/config/whitelisthelo", "$wbl"); templates2events("/var/service/qpsmtpd/config/whitelisthosts", "$wbl"); templates2events("/var/service/qpsmtpd/config/whitelistsenders", "$wbl"); +templates2events("/var/service/qpsmtpd/config/peers/0", "$wbl"); +templates2events("/var/service/qpsmtpd/config/peers/local", "$wbl"); templates2events("/etc/mail/spamassassin/local.cf", "$wbl"); safe_symlink("restart", "root/etc/e-smith/events/$wbl/services2adjust/spamassassin"); +safe_symlink("restart", "root/etc/e-smith/events/$wbl/services2adjust/qpsmtpd"); +safe_symlink("restart", "root/etc/e-smith/events/$wbl/services2adjust/sqpsmtpd"); safe_symlink("../../plugins/11whitelist", "root/etc/e-smith/templates/var/service/qpsmtpd/config/peers/0/11whitelist"); @@ -37,9 +41,13 @@ templates2events("/var/service/qpsmtpd/config/whitelisthelo", "$wbl"); templates2events("/var/service/qpsmtpd/config/whitelisthosts", "$wbl"); templates2events("/var/service/qpsmtpd/config/whitelistsenders", "$wbl"); +templates2events("/var/service/qpsmtpd/config/peers/0", "$wbl"); +templates2events("/var/service/qpsmtpd/config/peers/local", "$wbl"); templates2events("/etc/mail/spamassassin/local.cf", "$wbl"); safe_symlink("restart", "root/etc/e-smith/events/$wbl/services2adjust/spamassassin"); +safe_symlink("restart", "root/etc/e-smith/events/$wbl/services2adjust/qpsmtpd"); +safe_symlink("restart", "root/etc/e-smith/events/$wbl/services2adjust/sqpsmtpd"); event_link("navigation-conf", $wbl, "80"); safe_symlink("../../plugins/11whitelist", "root/etc/e-smith/templates/var/service/qpsmtpd/config/peers/0/11whitelist");