https://bugs.koozali.org/show_bug.cgi?id=11737

            Bug ID: 11737
           Summary: Unjunk Manager fails to execute spamchanger.pl and
                    produces http instead of https weblink
    Classification: Contribs
           Product: SME Contribs
           Version: 10.0
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: major
          Priority: P3
         Component: smeserver-unjunkmgr
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

/var/log/httpd/error_log shows:

[cgi:error] [pid 5426] [client 10.0.0.54:52949] Options ExecCGI is off in this
directory: /usr/local/unjunkmgr/spamchanger.pl

Copied template 98unjunkmgr to
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf & changed the
following:

        $OUT .= "    Options +FollowSymLinks\n";

to

        $OUT .= "    Options +FollowSymLinks +ExecCGI\n";

Expanded template & restarted httpd services, spamchanger.pl now executes as it
should.

The link generated by spamchanger.pl should be https (http give a blank page
that eventually times out), so checking this file we see:

my $root_url = sprintf( "http://%s/unjunkmgr";, $unjunkhost );

change it to:

my $root_url = sprintf( "https://%s/unjunkmgr";, $unjunkhost );

Email to end user is now created & sent & the link in this email is https, all
is now good in the world.

HTH

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to