#dpkg –l | grep postfix
#netstat –nlptu | grep 25
ii postfix 2.1.5-6 A high-performance mail transport agent
ii postfix-doc 2.1.5-6 Postfix documentation
2. Menginstall paket
#apt-get install postfix
Reading Package Lists…
Building Dependency Tree…
postfix is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3. Menjalankan paket
#/etc/init.d/postfix start
#/etc/init.d/postfix restart
#/etc/init.d/postfix stop
Starting mail transport agent: Postfix.
4. Konfigurasi
#vi /etc/postfix/main.cf
See /usr/share/postfix/main.cf.dist for a commented, more complete version
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA’s job.
append_dot_mydomain = no
# Uncomment the next line to generate “delayed mail” warnings
#delay_warning_time = 4h
myhostname = postfix.comnet.eepis-its.edu
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = postfix, comnet.eepis-its.edu, postfix.comnet.eepis-its.edu, localhost.comnet.eepis-its.edu, localhost
relayhost =
mynetworks = 127.0.0.0/8 10.252.108.0/24
mailbox_command =
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
home_mailbox = Maildir/
5. Cek apakah paket kedua terinstall
#dpkg –l|grep courier
ii courier-authda 0.47-3 Courier Mail Server – Authentication daemon
ii courier-base 0.47-3 Courier Mail Server – Base system
ii courier-imap 3.0.8-3 Courier Mail Server – IMAP server
ii courier-pop 0.47-3 Courier Mail Server – POP3 server
#netstat –nlptu | grep 143
tcp6 0 0 :::143 :::* LISTEN 2897/couriertcpd
6. Menginstall paket
#apt-get install courier-imap
Reading Package Lists…
Building Dependency Tree…
courier-imap is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#apt-get install courier-pop
Reading Package Lists…
Building Dependency Tree…
courier-pop is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
7. Menjalankan paket
#/etc/init.d/courier-imap start
#/etc/init.d/courier-pop start
#/etc/init.d/courier-imap restart
#/etc/init.d/courier-pop restart
#/etc/init.d/courier-imap stop
#/etc/init.d/courier-pop stop
Starting Courier IMAP server: imapd.
Starting Courier POP server: popd.
8. Membuat Maildir di /etc/skel
#maildirmake /etc/skel/Maildir







