Description
FAQ
Telechargement
Contact
Statistiques

Clement Download and Install


Clement RPM is available for Fedora-Release, Centos and Scientific (SL) linux distribution.
the best way to install Clement is to download the Clement-repo file related to your distribution.


Centos:

rpm -ihv http://pubftp.safe.ca/repository/centos/6/safe/safe-repo-current.noarch.rpm
rpm -ihv http://pubftp.safe.ca/repository/centos/5/safe/safe-repo-current.noarch.rpm
rpm -ihv http://pubftp.safe.ca/repository/centos/4/safe/safe-repo-current.noarch.rpm

Fedora-Release:
rpm -ihv http://pubftp.safe.ca/repository/fedora-release/18/safe/safe-repo-current.noarch.rpm

Scientific Linux:
rpm -ihv http://pubftp.safe.ca/repository/scientific/6/safe/safe-repo-current.noarch.rpm

Once installed, use yum to install Clement, to do so you can type:
yum install clement


Notes:
If your distribution is not within above list, you can download the current clement source rpm and compile it for your own distribution. Most likely you would need to adjust install procedure, please feed us back with your tunning such we can improve Clement.
It could happen, some packages needed by Clement are not up to date or missing in your distribution. If one or more of clamav, dovecot, rrdtol, are missing (not resolved by yum install), you can find them on public repository such as epel and rpmforge.

To activate Clement:

Once Clement is confirmed properly installed by yum, you just need to edit file:
/etc/clement-2.6/clement.conf
and 'comment in' variable DB_TYPE with one of the available data-base (POSTGRESL,MySQL) within the configuration file.

Make sure both spamassassin and clamav daemon are up and running before to start clement, then to start clement, type:

service clement start
Clement shoud start its first install by doing needed configuration, you should have something like this:
Preparing clement certificat:                              [  OK  ]
Shutting down sm-client:                                   [  OK  ]
Shutting down sendmail:                                    [  OK  ]
Starting Dovecot Imap:                                     [  OK  ]

Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
Starting clement:                                          [  OK  ]
To check if Clement is properly started, enter:
ps ax | grep clement
Answer should be like:
 1033 ?        Ss     0:00 postgres: dovecot clement [local] idle            
 1073 ?        Ss     0:00 clement
 1084 ?        Ss     0:00 postgres: clement clement [local] idle            
 1085 ?        S      0:00 clement Mentor module 00000000/00000001/00000096
 1086 ?        S      0:00 clement Checker module (01/03/000000006)
 1087 ?        S      0:00 clement Checker module (02/03/000000004)
 1089 ?        S      0:00 clement Checker module (03/03/000000001)
 1090 ?        Ss     0:00 postgres: clement clement [local] idle            
 1091 ?        S      0:00 clement Transitr (0000/00000001)
 1092 ?        Ss     0:00 postgres: clement clement [local] idle            
 1094 ?        Ss     0:00 postgres: clement clement [local] idle            
 1100 ?        S      0:00 clement waiting on [127.0.0.1|25] (01/03/0000)
 1101 ?        S      0:00 clement waiting on [127.0.0.1|25] (02/03/0000)
 1102 ?        S      0:00 clement waiting on [127.0.0.1|25] (03/03/0000)
 1103 ?        S      0:00 clement waiting on [::1|25] (01/03/0000)
 1104 ?        S      0:00 clement waiting on [::1|25] (02/03/0000)
 1105 ?        S      0:00 clement waiting on [::1|25] (03/03/0000)
 1106 ?        S      0:00 clement waiting on ['Your.IP.V4.Number'|587] (01/02/0000)
 1107 ?        S      0:00 clement waiting on ['Your.IP.V4.Number'|587] (02/02/0000)
 1108 ?        S      0:00 clement waiting on ['Your:IP:V6:number::If:you:have:one'|25] (01/06/0000)
 1109 ?        S      0:00 clement waiting on ['Your:IP:V6:number::If:you:have:one'|25] (02/06/0001)
 1110 ?        S      0:00 clement waiting on ['Your:IP:V6:number::If:you:have:one'|25] (03/06/0000)
 1111 ?        S      0:00 clement waiting on ['Your:IP:V6:number::If:you:have:one'|25] (04/06/0000)
 1112 ?        S      0:00 clement waiting on ['Your:IP:V6:number::If:you:have:one'|25] (05/06/0000)
 1113 ?        S      0:00 clement waiting on ['Your:IP:V6:number::If:you:have:one'|25] (06/06/0000)
 1114 ?        S      0:00 clement waiting on ['Your.IP.V4.Number'|25] (01/06/0000)
 1116 ?        S      0:00 clement waiting on ['Your.IP.V4.Number'|25] (02/06/0000)
 1117 ?        S      0:00 clement waiting on ['Your.IP.V4.Number'|25] (03/06/0000)
 1118 ?        S      0:00 clement waiting on ['Your.IP.V4.Number'|25] (04/06/0000)
 1119 ?        S      0:00 clement waiting on ['Your.IP.V4.Number'|25] (05/06/0000)
 1120 ?        S      0:00 clement waiting on ['Your.IP.V4.Number'|25] (06/06/0000)
 1121 ?        S      0:00 clement waiting on ['Your:IP:V6:number::If:you:have:one'|587] (01/02/0000)
 1123 ?        S      0:00 clement waiting on ['Your:IP:V6:number::If:you:have:one'|587] (02/02/0000)
 1125 ?        S      0:00 clement waiting on ['Your:IP:V6:number::If:you:have:one'|465] (01/02/0000)
 1127 ?        S      0:00 clement waiting on ['Your:IP:V6:number::If:you:have:one'|465] (02/02/0000)
 1128 ?        S      0:00 clement waiting on ['Your.IP.V4.Number'|465] (01/02/0000)
 1129 ?        S      0:00 clement waiting on ['Your.IP.V4.Number'|465] (02/02/0000)
 2650 ?        Ss     0:00 postgres: clement clement [local] idle
Clement is now ready to work for you, please check with FAQ to fine tune its configuration.