After upgrading, when I try to access the mailscanner webpage I get:
The following conf.php mandatory entries are missing, check and compare your conf.php with conf.php.example.
- LDAP_SSL
I then added "defile ('LDAP_SSL' true);" to /var/www/html/mailscanner/conf.php
and now get:
Forbidden
You don't have permission to access /mailscanner/status.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Upgrade 3.0.1.9 - Cannot access web page
- shawniverson
- Posts: 3783
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
- Contact:
Re: Upgrade 3.0.1.9 - Cannot access web page
Need a comma..
Code: Select all
define('LDAP_SSL', true);
Re: Upgrade 3.0.1.9 - Cannot access web page
Thanks, fixed the typo but still getting the same error.
- shawniverson
- Posts: 3783
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
- Contact:
Re: Upgrade 3.0.1.9 - Cannot access web page
Look at your apache error logs and refresh the page, see what you are getting as an error...in /var/log/httpd/
Re: Upgrade 3.0.1.9 - Cannot access web page
Thanks, that pointed me back to the same line in conf.php There was another typo. defile instead of define. A Freudian slip that did exactly what I typed
I just need to get LDAP working again now, but that is something I can play with.

I just need to get LDAP working again now, but that is something I can play with.