Senin, 17 Oktober 2016

KONFIGURASI MAIL SERVER DAN WEBMAIL SERVER

KONFIGURASI MAIL SERVER
1.      apt-get install postsfix courier-imap courier-pop
General Type of Configuration : Internet Site
System Mail Name : harnanda.edu
2.      maildirmake /etc/skel/Maildir
3.      adduser wakyong
4.      adduser wakngah
5.      nano /etc/postfix/main.cf
(baris paling bawah)
home_mailbox = Maildir/
6.      dpkg-reconfigure postfix
General System of Configuration : Internet Site
System Mail Name : harnanda.edu
Root and postmaster recipient : OK
Other destination to accept.... : OK
Force synchronous updates.... : OK
Local Networks : 0.0.0.0/0 (tambahkan di bagian akhir)
Use  Procmail for local delivery : NO
Mailbox size limit (bytes) : 0
Local address extension character : +
Internet protocol to use : ipv4
7.      /etc/init.d/postfix restart
8.      /etc/init.d/courier-imap restart
9.      /etc/init.d/courier-pop restart

KONFIGURASI WEBMAIL SERVER
1.      apt-get install squirrelmail
2.      nano /etc/apache2/apache2.conf
Include “/etc/squirrelmail/apache.conf” (tambahkan dibaris paling bawah)
3.      nano /etc/squirrelmail/apache.conf
<VirtualHost *:80> (ganti menjadi port 80)
DocumentRoot /usr/share/squirrelmail
ServerName mail.harnanda.edu (domain untuk E-Mail)
</VirtualHost>
4.      /etc/init.d/apache2 restart
5.      Buka browser komputer client dan buka url mail.harnanda.edu

Atau buka di komputer localhost links.mail.harnanda.edu

0 komentar:

Posting Komentar