|
225.
|
|
|
pathtoclam: Path to virus scanner ClamAV
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:295
|
|
226.
|
|
|
``$cfg->pathtoclam = '/path/to/your/clamscan';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:297
|
|
227.
|
|
|
If you are running the antivirus engine `ClamAV <https://www.clamav.net/>`_ on your server and don't scan for viruses on the system level, you can let Mahara know where to find it so files that are uploaded are scanned. For security reasons, the path to ClamAV on your server needs to be provided in the ``config.php`` file.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:299
|
|
228.
|
|
|
You can see the path that has been set in the :ref:`'Security settings' <security_settings>`.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:301
|
|
229.
|
|
|
probationenabled: Give people probation status
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:311
|
|
230.
|
|
|
``$cfg->probationenabled = true;`` or ``$cfg->probationenabled = false;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:313
|
|
231.
|
|
|
If ``$cfg->probationenabled = true;``, you should set ``$cfg->probationstartingpoints = 2;`` as well.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:315
|
|
232.
|
|
|
You can set a :ref:`spam probation level <set_spam_probation>` for your account holders to prevent self-registered ones from posting spam especially on a public site. Use the following two variables to do that:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:317
|
|
233.
|
|
|
``$cfg->probationenabled = true;``: This setting decides whether people can be put on probation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:319
|
|
234.
|
|
|
``$cfg->probationstartingpoints = 2;``: This setting determines how many probation points a newly self-registered person has per default. In this example, people would get two probation points that they need to get rid off before all functionality is available to them.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:320
|