diff -Nur --no-dereference smeserver-unjunkmgr-3.1.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98unjunkmgr smeserver-unjunkmgr-3.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98unjunkmgr --- smeserver-unjunkmgr-3.1.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98unjunkmgr 2020-11-18 08:50:34.000000000 -0500 +++ smeserver-unjunkmgr-3.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98unjunkmgr 2021-11-06 23:41:29.614000000 -0400 @@ -29,7 +29,7 @@ $OUT .= "AddHandler cgi-script .pl\n"; $OUT .= "Alias /unjunkmgr /usr/local/unjunkmgr\n"; $OUT .= "\n"; - $OUT .= " Options +FollowSymLinks\n"; + $OUT .= " Options +FollowSymLinks +ExecCGI\n"; $OUT .= " AllowOverride All\n"; $OUT .= " \n"; $OUT .= " order deny,allow\n"; diff -Nur --no-dereference smeserver-unjunkmgr-3.1.old/root/usr/local/unjunkmgr/spamreminder.pl smeserver-unjunkmgr-3.1/root/usr/local/unjunkmgr/spamreminder.pl --- smeserver-unjunkmgr-3.1.old/root/usr/local/unjunkmgr/spamreminder.pl 2021-11-06 23:39:57.348000000 -0400 +++ smeserver-unjunkmgr-3.1/root/usr/local/unjunkmgr/spamreminder.pl 2021-11-06 23:43:24.926000000 -0400 @@ -71,7 +71,7 @@ # Parameters for the Junkmail Summary functionality -my $root_url = sprintf( "http://%s/unjunkmgr", $unjunkhost ); +my $root_url = sprintf( "https://%s/unjunkmgr", $unjunkhost ); my $path = "/home/e-smith/files/users/";