Difference between revisions of "Instalasi Squirrelmail"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 39: | Line 39: | ||
http://ip-address-server/squirrelmail | http://ip-address-server/squirrelmail | ||
+ | |||
+ | ==Konfigurasi SMTP Postfix== | ||
+ | |||
+ | Sebaiknya SMTP Server Postfix diberitahu domain, relayhost, IP lokal | ||
+ | |||
+ | vi /etc/postfix/main.cf | ||
+ | |||
+ | mydestination = sekolah, localhost.localdomain, localhost, '''sekolah.sch.id''' | ||
+ | relayhost = '''smtp.telkom.net''' | ||
+ | mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 '''192.168.0.0/16''' | ||
+ | |||
Revision as of 11:18, 5 November 2010
Siapkan POP3, IMAP & SMTP Server
# apt-get install dovecot-common dovecot-imapd dovecot-pop3d postfix \ squirrelmail squirrelmail-decode
Pastikan dovecot mendukung imap
# vi /etc/dovecot/dovecot.conf protocols = imap pop3
Restart Dovecot
# /etc/init.d/dovecot restart
Konfigurasi squirrelmail
# cp /etc/squirrelmail/apache.conf /etc/apache2/conf.d/squirrelmail.conf
Konfigurasi Domain Squirrelmail
# /usr/sbin/squirrelmail-configure 2 -> 1 -> domain.id -> R
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
Webmail dapat di akses melalui
http://ip-address-server/squirrelmail
Konfigurasi SMTP Postfix
Sebaiknya SMTP Server Postfix diberitahu domain, relayhost, IP lokal
vi /etc/postfix/main.cf
mydestination = sekolah, localhost.localdomain, localhost, sekolah.sch.id relayhost = smtp.telkom.net mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 192.168.0.0/16
Beberapa Capture Screen Squirrelmail
Referensi
- http://www.squirrelmail.org/plugins.php
- http://ubuntuforums.org/showthread.php?t=1149842 - User Self Registration