Wadah Belajar Linux, Debian, Mikrotik, Networking, Routing, dan Ilmu Pendukungnya

< Browse > Home / Linux / Blog article: Mail

| Mobile | RSS

Mail

June 18th, 2008 | 12 Comments | Posted in Linux

Cek apakah paket pertama terinstall

#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

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Blogosphere News
  • Live
  • MisterWong
  • MySpace
  • Ping.fm
  • Slashdot
  • StumbleUpon
  • Technorati
  • Print
  • email
Leave a Reply 4299 views, 3 so far today |

Related Posts

Follow Discussion

12 Responses to “Mail”

  1. C. G. Says:

    I am new to this. Will add to bookmarks for further viewing. TY

  2. Jeremy Says:

    Bookmarked for future reference. TY

  3. Paige Mayenschein Says:

    I usually dont post in Blogs but your blog forced me to, amazing work.. beautiful

Trackbacks

  1. Mikrotik Command « selamat datang di ulinnuha1  
  2. Command di linux « Tr4ck1n9’s Blog  
  3. Perintah Dasar Mikrotik « Khrisna Jr Arvega  
  4. Tips Mikrotik Command  
  5. Scubians » Blog Archive » SMTP Check Port 25 with the Telnet Command  
  6. Install vsftpd Sebagai FTP Server « Perjalanan dari waktu ke waktu  
  7. Sejarah DNS « Aditdyah's Blog  
  8. Artikel DNS « Meethanez's Blog  
  9. Command-command Linux « Ryanzaro's Blog  

Leave a Reply



View My Stats