WEBMAIL
Mail Server adalah
Perangkat lunak program yang mendistribusikan file atau informasi sebagai
respons atas permintaan yang dikirim via email, juga digunakan pada bitnet
untuk menyediakan layanan serupa FTP
Mail Server juga dibagi menjadi 2 bagian yaitu :
WEBMAIL adalah klien
email yang menggunakan halaman Web sebagai media untuk mengelola email di sisi
klien. Sesuai dengan sifat AplikasiWeb, pemakai Webmail tidak perlu melakukan
instalasi perangkat lunak dan cukup mengisi sangat sedikit konfigurasi. Dengan
kemudahan akses halaman Web dari banyak tempat, Webmail menjadi lebih disukai
lagi terutama bagi mereka yang sering berganti-ganti komputer untuk akses
Internet. Penyedia jasa Webmail gratis pun cukup banyak tersedia karena mereka
dapat menyediakan halaman Web yang akan sering dikunjungi pemakainya, dengan
imbal balik berupa pemasukan dari iklan.
EMAIL CLIENT
adalah software yang digunakan untuk organisasi email, baik untuk akun email
berbayar maupun yang gratis. Syaratnya, harus ada akun POP3-nya. Email Client
biasa disebut juga sebagai Oulook Express.
Install paket webmail
#apt-get install postfix dovecot-pop3d dovecot-imapd
dovecot-common squirrelmail
Akan muncul pertanyaan
Ok
Pilih “Internet site” lalu enter
Masukan nama domain yang telah kita
buat lalu enter
Lalu edit file
nano /etc/postfix/main.cf
Mydestination
= tambahkan dengan nama domain kita contoh : sekolahtkj.sch.id
Mynetworks
= tambahkan dengan netmask kita
Edit file
nano
/etc/dovecot/dovecot.conf
Protocols =
imap imaps pop3 pop3s
Di hapus menjadi
Protocols =
imap pop3
Restart paket
/etc/init.d/postfix
restart
/etc/init.d/dovecot
restart
Lalu
jalankan perintah
#
/usr/sbin/squirrelmail-configure
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Main Menu --
1. Organization Preferences
2. Server Settings
3. Folder Defaults
4. General Options
5. Themes
6. Address Books
7. Message of the Day (MOTD)
8. Plugins
9. Database
10. Languages
D. Set pre-defined settings for specific IMAP servers
C Turn color on
S Save data
Q Quit
Command >> <-- D
---------------------------------------------------------
Main Menu --
1. Organization Preferences
2. Server Settings
3. Folder Defaults
4. General Options
5. Themes
6. Address Books
7. Message of the Day (MOTD)
8. Plugins
9. Database
10. Languages
D. Set pre-defined settings for specific IMAP servers
C Turn color on
S Save data
Q Quit
Command >> <-- D
Pilih D lalu
Enter
SquirrelMail Configuration : Read: config.php
---------------------------------------------------------
While we have been building SquirrelMail, we have discovered some
preferences that work better with some servers that don't work so
well with others. If you select your IMAP server, this option will
set some pre-defined settings for that server.
Please note that you will still need to go through and make sure
everything is correct. This does not change everything. There are
only a few settings that this will change.
Please select your IMAP server:
bincimap = Binc IMAP server
courier = Courier IMAP server
cyrus = Cyrus IMAP server
dovecot = Dovecot Secure IMAP server
exchange = Microsoft Exchange IMAP server
hmailserver = hMailServer
macosx = Mac OS X Mailserver
mercury32 = Mercury/32
uw = University of Washington's IMAP server
gmail = IMAP access to Google mail (Gmail) accounts
quit = Do not change anything
Command >> <-- dovecot
---------------------------------------------------------
While we have been building SquirrelMail, we have discovered some
preferences that work better with some servers that don't work so
well with others. If you select your IMAP server, this option will
set some pre-defined settings for that server.
Please note that you will still need to go through and make sure
everything is correct. This does not change everything. There are
only a few settings that this will change.
Please select your IMAP server:
bincimap = Binc IMAP server
courier = Courier IMAP server
cyrus = Cyrus IMAP server
dovecot = Dovecot Secure IMAP server
exchange = Microsoft Exchange IMAP server
hmailserver = hMailServer
macosx = Mac OS X Mailserver
mercury32 = Mercury/32
uw = University of Washington's IMAP server
gmail = IMAP access to Google mail (Gmail) accounts
quit = Do not change anything
Command >> <-- dovecot
Pada command
>> tuliskan dovecot lalu enter
SquirrelMail Configuration : Read: config.php
---------------------------------------------------------
While we have been building SquirrelMail, we have discovered some
preferences that work better with some servers that don't work so
well with others. If you select your IMAP server, this option will
set some pre-defined settings for that server.
Please note that you will still need to go through and make sure
everything is correct. This does not change everything. There are
only a few settings that this will change.
Please select your IMAP server:
bincimap = Binc IMAP server
courier = Courier IMAP server
cyrus = Cyrus IMAP server
dovecot = Dovecot Secure IMAP server
exchange = Microsoft Exchange IMAP server
hmailserver = hMailServer
macosx = Mac OS X Mailserver
mercury32 = Mercury/32
uw = University of Washington's IMAP server
gmail = IMAP access to Google mail (Gmail) accounts
quit = Do not change anything
Command >> dovecot
imap_server_type = dovecot
default_folder_prefix = <none>
trash_folder = Trash
sent_folder = Sent
draft_folder = Drafts
show_prefix_option = false
default_sub_of_inbox = false
---------------------------------------------------------
While we have been building SquirrelMail, we have discovered some
preferences that work better with some servers that don't work so
well with others. If you select your IMAP server, this option will
set some pre-defined settings for that server.
Please note that you will still need to go through and make sure
everything is correct. This does not change everything. There are
only a few settings that this will change.
Please select your IMAP server:
bincimap = Binc IMAP server
courier = Courier IMAP server
cyrus = Cyrus IMAP server
dovecot = Dovecot Secure IMAP server
exchange = Microsoft Exchange IMAP server
hmailserver = hMailServer
macosx = Mac OS X Mailserver
mercury32 = Mercury/32
uw = University of Washington's IMAP server
gmail = IMAP access to Google mail (Gmail) accounts
quit = Do not change anything
Command >> dovecot
imap_server_type = dovecot
default_folder_prefix = <none>
trash_folder = Trash
sent_folder = Sent
draft_folder = Drafts
show_prefix_option = false
default_sub_of_inbox = false
show_contain_subfolders_option = false
optional_delimiter = detect
delete_folder = false
Press any key to continue... <-- press a key
optional_delimiter = detect
delete_folder = false
Press any key to continue... <-- press a key
Enter saja
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Main Menu --
1. Organization Preferences
2. Server Settings
3. Folder Defaults
4. General Options
5. Themes
6. Address Books
7. Message of the Day (MOTD)
8. Plugins
9. Database
10. Languages
D. Set pre-defined settings for specific IMAP servers
C Turn color on
S Save data
Q Quit
Command >><--S
---------------------------------------------------------
Main Menu --
1. Organization Preferences
2. Server Settings
3. Folder Defaults
4. General Options
5. Themes
6. Address Books
7. Message of the Day (MOTD)
8. Plugins
9. Database
10. Languages
D. Set pre-defined settings for specific IMAP servers
C Turn color on
S Save data
Q Quit
Command >><--S
Ketik S lalu enter
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Main Menu --
1. Organization Preferences
2. Server Settings
3. Folder Defaults
4. General Options
5. Themes
6. Address Books
7. Message of the Day (MOTD)
8. Plugins
9. Database
10. Languages
D. Set pre-defined settings for specific IMAP servers
C Turn color on
S Save data
Q Quit
Command >> Q
---------------------------------------------------------
Main Menu --
1. Organization Preferences
2. Server Settings
3. Folder Defaults
4. General Options
5. Themes
6. Address Books
7. Message of the Day (MOTD)
8. Plugins
9. Database
10. Languages
D. Set pre-defined settings for specific IMAP servers
C Turn color on
S Save data
Q Quit
Command >> Q
Ketik Q lalu enter
Lalu edit file apache
nano /etc/apache2/apache2.conf
Pada bagian
paling bawah ketikan
Include /etc/squirrelmail/apache.conf
Atau bisa juga dengan membuat link
ln -s /usr/share/squirrelmail/ /var/www/squirrelmail
Simpan Ctrl
+ O lalu ctrl + X
Lalu restart apache
/etc/init.d/apache2 restart
Untuk mengetesnya silahkan masuk ke
alamt websitenya
Done Thank you
0 komentar:
Posting Komentar