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

Final Test: - Take Home: Konfigurasi Server Linux

This document provides instructions for installing and configuring an email server on a Linux server. It includes steps to install postfix, courier-imap, and courier-pop packages, configure mail directories and user accounts, configure postfix and restart services. It also describes adding a subdomain for the mail server and testing email sending and receiving.

Uploaded by

Neny Jun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Final Test: - Take Home: Konfigurasi Server Linux

This document provides instructions for installing and configuring an email server on a Linux server. It includes steps to install postfix, courier-imap, and courier-pop packages, configure mail directories and user accounts, configure postfix and restart services. It also describes adding a subdomain for the mail server and testing email sending and receiving.

Uploaded by

Neny Jun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Final Test

• Take Home : Konfigurasi Server Linux


Email Server
• Instalasi
#apt-get install postfix courier-imap courier-pop
• Konfigurasi Direktori Mail
#maildirmake /etc/Maildir
• Create 2 mail account :
#adduser <account1> Contoh : balaraja
#adduser <acount2> Contoh : cikupa
• Konfigurasi Mail :
#echo “home_mailbox=Maildir”>> /etc/postfix/main.cf
Email Server
• Konfigurasi dpkg
#dpkg-reconfigure postfix
 masukkan System Mail Name sesuai dengan
System Mail yang anda masukkan pada saat
configurasi Local paling pertama, Contoh :
herman.edu

#/etc/init.d/postfix restart
#/etc/init.d/courier-imap restart
Email Server
• Membuat Sub-domain (Pakai contoh :
mail.herman.edu dan ip address laptop anda :
192.168.0.1) :
#echo “mail IN A 192.168.0.1”>>/var/cahce/bind/db.herman
#/etc/init.d/bind9 restart
Test Mail Server
• Kirim email dari user balaraja ke cikupa
#telnet mail.herman.edu 25
mail from : balaraja
rcpt to : cikupa
Email pertama
Test Pertama
.
Test Mail Server
• Memeriksa email pada POP3 Server, oleh user
cikupa
#telnet mail.herman.edu 110
user cikupa

You might also like