Difference between revisions of "SchoolOnffLine: Instalasi Squirrelmail Webmail"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Siapkan [[POP3]], [[IMAP]] & [[SMTP Server]] | Siapkan [[POP3]], [[IMAP]] & [[SMTP Server]] | ||
− | + | apt-get install dovecot-common dovecot-imapd dovecot-pop3d postfix \ | |
squirrelmail squirrelmail-decode | squirrelmail squirrelmail-decode | ||
Konfigurasi squirrelmail | Konfigurasi squirrelmail | ||
− | + | cp /etc/squirrelmail/apache.conf /etc/apache2/conf.d/squirrelmail.conf | |
Set supaya akses ke http://192.168.0.254/webmail | Set supaya akses ke http://192.168.0.254/webmail | ||
Line 16: | Line 16: | ||
Konfigurasi Domain Squirrelmail | Konfigurasi Domain Squirrelmail | ||
− | + | /usr/sbin/squirrelmail-configure | |
− | + | ||
+ | 2 -> 1 -> sekolah.sch.id -> S -> Q | ||
+ | |||
+ | Edit konfigurasi Dovecot | ||
+ | |||
+ | vi /etc/dovecot/dovecot.conf | ||
+ | |||
+ | mail_location = mbox:~/mail:INBOX=/var/mail/%u | ||
Restart [[Server]] | Restart [[Server]] | ||
Line 24: | Line 31: | ||
/etc/init.d/apache2 restart | /etc/init.d/apache2 restart | ||
+ | Akses Web | ||
+ | |||
+ | http://192.168.0.254/webmail | ||
Line 37: | Line 47: | ||
* [[SchoolOnffLine: Server Wikipedia for School]] | * [[SchoolOnffLine: Server Wikipedia for School]] | ||
* [[Remastering Ubuntu]] | * [[Remastering Ubuntu]] | ||
+ | |||
+ | [[Category: Linux]] | ||
+ | [[Category: Distro Linux]] | ||
+ | [[Category: SchoolOnffLine]] |
Latest revision as of 17:48, 17 November 2010
Siapkan POP3, IMAP & SMTP Server
apt-get install dovecot-common dovecot-imapd dovecot-pop3d postfix \ squirrelmail squirrelmail-decode
Konfigurasi squirrelmail
cp /etc/squirrelmail/apache.conf /etc/apache2/conf.d/squirrelmail.conf
Set supaya akses ke http://192.168.0.254/webmail
vi /etc/apache2/conf.d/squirrelmail.conf
Alias /webmail /usr/share/squirrelmail
Konfigurasi Domain Squirrelmail
/usr/sbin/squirrelmail-configure
2 -> 1 -> sekolah.sch.id -> S -> Q
Edit konfigurasi Dovecot
vi /etc/dovecot/dovecot.conf
mail_location = mbox:~/mail:INBOX=/var/mail/%u
Restart Server
/etc/init.d/dovecot restart /etc/init.d/apache2 restart
Akses Web
http://192.168.0.254/webmail
Pranala Menarik
- Remaster Ubuntu untuk SchoolOnffLine Menggunakan UCK
- SchoolOnffLine: Server Berbasis Sabily 9.04
- SchoolOnffLine: Server Berbasis Ubuntu 9.04
- SchoolOnffLine: Server Berbasis Ubuntu
- SchoolOnffLine: Server Berbasis Ubuntu 9.04 Alternate
- SchoolOnffLine: Server Berbasis Ubuntu 9.04 Server
- SchoolOnffLine: Server Wikipedia for School
- Remastering Ubuntu