diff -Nur smeserver-wbl-0.3.0.old/createlinks smeserver-wbl-0.3.0/createlinks --- smeserver-wbl-0.3.0.old/createlinks 2015-09-05 14:34:53.000000000 -0400 +++ smeserver-wbl-0.3.0/createlinks 2017-02-22 17:30:59.117000000 -0500 @@ -16,5 +16,5 @@ ##Symlink qpsmtpd whitlist_soft plugin for external connections -safe_symlink("../../plugins/11whitelist_soft", - "root/etc/e-smith/templates/var/service/qpsmtpd/config/peers/0/11whitelist_soft"); +safe_symlink("../../plugins/11whitelist", + "root/etc/e-smith/templates/var/service/qpsmtpd/config/peers/0/11whitelist"); 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 --- 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 +++ smeserver-wbl-0.3.0/root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins/11whitelist 2017-02-22 17:28:35.905000000 -0500 @@ -0,0 +1,4 @@ +{ + return (whitelist) ; + # for SME 8 and after RequireResolvableFromHost key is obsolete and always on +} 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 --- 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 +++ 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 @@ -1,4 +0,0 @@ -{ - return (whitelist_soft) ; - # for SME 8 RequireResolvableFromHost key is obsolete and always on -}