Upload presentasi
Presentasi sedang didownload. Silahkan tunggu
1
Mail Server
2
Aplikasi yang dibutuhkan
MTA: Postfix, Exim, sendmail, dll Mail Client: Squirrelmail, roundcube, thunderbird, outlook, dll MUA: IMAP, LDAP, POP3 Tambahan: apache2
3
Installasi MUA IMAP+POP3
4
# apt-get install courier-imap courier-pop
# maildirmake /etc/skel/Maildir # adduser <username> Ujicoba telnet localhost 143 a login <username> <password> a logout
5
Installasi MTA
6
# apt-get install postfix
# vim /etc/mailname isikan dan sesuaikan dengan nama domain yang inginkan # vim /etc/postfix/main.cf myhostname = farah.eepis-its.edu alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname mydestination = farah.eepis-its.edu, localhost.eepis-its.edu, , localhost, farah relayhost = mynetworks = /8, /24 #mailbox_command = procmail -a "$EXTENSION" home_mailbox = Maildir/ mailbox_size_limit = 0 # /etc/init.d/postfix restart
7
Installasi Mail Client Squirrelmail
8
# apt-get install squirrelmail Menyiap virtual hosting
# vim /etc/apache2/conf.d/virtual NameVirtualHost *
Presentasi serupa
© 2024 SlidePlayer.info Inc.
All rights reserved.