Typo, fix incorrect new iRedAPD parameters.

This commit is contained in:
Zhang Huangbin 2015-05-07 07:00:40 +08:00
parent 777bdcc157
commit ed1b718084
4 changed files with 12 additions and 12 deletions

View File

@ -56,7 +56,7 @@ mx.example.com
<p>On RHEL/CentOS/Scientific Linux, hostname is set in two files:</p>
<ul>
<li>For RHEL/CentOS/Scientific Linux 6, hostname is defined in /etc/sysconfig/network.</li>
<li>For RHEL/CentOS/Scientific Linux 6, hostname is defined in <code>/etc/sysconfig/network</code>:</li>
</ul>
<pre><code>HOSTNAME=mx.example.com
</code></pre>

View File

@ -155,11 +155,11 @@ If you want to log these actions, please add below new parameters in iRedAPD
config file <code>/opt/iredapd/settings.py</code>:</p>
<pre><code># Log reject (and other non-DUNNO) action in iRedAdmin SQL database
log_action_in_db = True
log_db_server = '127.0.0.1'
log_db_port = '3306'
log_db_name = 'iredadmin'
log_db_user = 'iredadmin'
log_db_password = 'password'
iredadmin_db_server = '127.0.0.1'
iredadmin_db_port = '3306'
iredadmin_db_name = 'iredadmin'
iredadmin_db_user = 'iredadmin'
iredadmin_db_password = 'password'
</code></pre>
<p>You can find SQL username/password of iRedAdmin database in iRedAdmin config

View File

@ -34,7 +34,7 @@ mx.example.com
On RHEL/CentOS/Scientific Linux, hostname is set in two files:
* For RHEL/CentOS/Scientific Linux 6, hostname is defined in /etc/sysconfig/network.
* For RHEL/CentOS/Scientific Linux 6, hostname is defined in `/etc/sysconfig/network`:
```
HOSTNAME=mx.example.com

View File

@ -112,11 +112,11 @@ config file `/opt/iredapd/settings.py`:
```
# Log reject (and other non-DUNNO) action in iRedAdmin SQL database
log_action_in_db = True
log_db_server = '127.0.0.1'
log_db_port = '3306'
log_db_name = 'iredadmin'
log_db_user = 'iredadmin'
log_db_password = 'password'
iredadmin_db_server = '127.0.0.1'
iredadmin_db_port = '3306'
iredadmin_db_name = 'iredadmin'
iredadmin_db_user = 'iredadmin'
iredadmin_db_password = 'password'
```
You can find SQL username/password of iRedAdmin database in iRedAdmin config
file.