0% found this document useful (0 votes)
125 views

Install KLMS, Webmin Dan Postfix

This document provides instructions for installing and configuring Kaspersky Lab Mail Security (KLMS) and related applications on a Linux server. It involves installing Apache web server, PostgreSQL database, downloading and installing KLMS and its web console. Additional steps include creating a klusers group and kluser, enabling SSL and other Apache modules, and running KLMS and web console setup scripts. The document also describes installing Webmin for server administration and Postfix for email services, and configuring Postfix options through Webmin.

Uploaded by

Ahmad Maulana
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
125 views

Install KLMS, Webmin Dan Postfix

This document provides instructions for installing and configuring Kaspersky Lab Mail Security (KLMS) and related applications on a Linux server. It involves installing Apache web server, PostgreSQL database, downloading and installing KLMS and its web console. Additional steps include creating a klusers group and kluser, enabling SSL and other Apache modules, and running KLMS and web console setup scripts. The document also describes installing Webmin for server administration and Postfix for email services, and configuring Postfix options through Webmin.

Uploaded by

Ahmad Maulana
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Security mail server Kaspersky

Pembuatan/penginstall KLMS
1. Masuk sebagai Root di Server
2. Membuat Group user
“groupadd klusers”
“useradd kluser”
“usermod -a -G klusers kluser”

3. Update Server
“apt-get update”

4. Install Aplikasi Samba


“apt-get install samba”
5. Install Aplikasi Pendukung / Dependensi Aplikasi KLMS
“apt-get install libc6”
“apt-get install libc6-dev”
“dpkg -add-architecture i386”
“apt-get install libc6-dev-i386”
“apt-get install make”
“apt-get install linux-source”
“apt-get install build-essential”
6. Install Aplikasi web server
“apt-get install apache2”
“nano /etc/apache2/apache2.conf”
Tambahkan “Servername Localhost”
7. Restart Apache2
“apachectl -k restart”
8. Mengaktifkan webserver
“a2enmod ssl”
“a2enmod include”
“a2enmod dir”
“a2enmod expires”
9. Restart Service Apache2
“service apache2 restart”
10. Update Server Linux
“apt-get update”
11. Install database Postgresql
“apt-get intall postgresql-12”
12. Download KLMS dan KLMSUI
“wget https://products.s.kaspersky-
labs.com/email_gateways/kslms8.0/8.0.3.30/multilanguage-INT-
20180514_111251/distributive/linux%20’(deb)’/klms_8.0.3-30_i386.deb”
“wget https://products.s.kaspersky-
labs.com/email_gateways/kslms8.0/8.0.3.30/multilanguage-INT-20180514_111251/web
%20console/linux%20’(deb)’/klmsui_8.0.3-30_amd64.deb”
13. Install KLMS dan KLMSUI
“dpkg -i --force-architecture klms_ kslms8.0/8.0.3.30/multilanguage-INT-
20180514_111251/web%20console/linux%20(deb)/klmsui_8.0.3-30_amd64.deb”
dpkg -i --force-architecture klmsui_ kslms8.0/8.0.3.30/multilanguage-INT-
20180514_111251/web%20console/linux%20(deb)/klmsui_8.0.3-30_amd64.deb”
“/opt/kaspersky/klms/bin/klms-setup.pl”
“/opt/kaspersky/klmsui/bin/klmsui-setup.pl”
14. Buat Password pada browser mail security server
“/opt/kaspersky/klms/bin/klms-control --set-web-admin-password “
(password) :xxxxx
Installing Webmin
1. Update Server Linux
“sudo apt-get update”

2. Masuk Ke source List


“sudo nano /etc/apt/sources.list”

Tambahkan
“deb http://download.webmin.com/download/repository sarge contrib”
“deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge
contrib”

3. Download webmin
“wget -q -O- http://www.webmin.com/jcameron-key.asc | sudo apt-key add”
4. Install Webmin
“apt-get install webmin”

5. Update server Linux


“sudo apt update”

Webmin install complete. You can now login to


https://your_server:10000 as root with your

User and password : Sesuai Linux server

Install Postfix

1. Upadate Server Linux


“sudo apt update”
2. Install Postfix
“sudo apt -y install postfix”

Konfigurasi Postfix main.cf lewat Webmin

1. Server > Postfix Mail server > General Option


2. Server > Postfix Mail server > Tranport Mapping

3. Networking > Networking Konfigurasi > Network Interface

4. Networking > Networking Konfigurasi > Routing dan Gateways


5. Networking > Networking Konfigurasi > Hostname and DNS Client

6. Networking > Networking Konfigurasi > Host Address

You might also like