<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A Yanurmal Private Website &#187; postfix</title>
	<atom:link href="http://14n.org/tag/postfix/feed/" rel="self" type="application/rss+xml" />
	<link>http://14n.org</link>
	<description>Menuliskan apa saja yang mampir dikepala</description>
	<lastBuildDate>Sun, 27 Nov 2011 02:52:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installasi Postfix + Dovecot (POP3) + Squirrelmail (Webmail)</title>
		<link>http://14n.org/installasi-postfix-dovecot-pop3-squirrelmail-webmail/</link>
		<comments>http://14n.org/installasi-postfix-dovecot-pop3-squirrelmail-webmail/#comments</comments>
		<pubDate>Sun, 18 Jun 2006 12:54:27 +0000</pubDate>
		<dc:creator>Yanurmal</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[dovecot]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[squirrelmail]]></category>

		<guid isPermaLink="false">http://14n.org/?p=7</guid>
		<description><![CDATA[Installasi berikut ini dilakukan pada OS Fedora Core 3. Install Fedora Core 3 dengan konfigurasi minimal. Install paket-paket yang dibutuhkan dengan utility YUM. Server yang mau disetup harus terkoneksi ke Internet selama proses instalasi. Login...]]></description>
			<content:encoded><![CDATA[<p>Installasi berikut ini dilakukan pada OS Fedora Core 3.<br />
Install Fedora Core 3 dengan konfigurasi minimal.<br />
Install paket-paket yang dibutuhkan dengan utility YUM.<br />
Server yang mau disetup harus terkoneksi ke Internet selama proses instalasi.</p>
<p>Login dengan root<br />
#rpm -import /usr/share/rhn/RPM-GPG-KEY-fedora<br />
#yum install postfix<br />
#yum install dovecot</p>
<p>Uninstall sendmail<br />
#service sendmail stop<br />
#rpm -e -nodeps sendmail</p>
<p>Switch MTA dari Sendmail ke Postfix<br />
#system-switch-mail<br />
Lalu pilih Postfix</p>
<p>Konfigurasi Postfix<br />
#cd /etc/postfix<br />
#cp main.cf main.cf.ori<br />
#cat /dev/null &gt; main.cf</p>
<p>Edit main.cf dan tambahkan baris berikut.<br />
myhostname = mailserver.domain.com<br />
mydomain = domain.com\r\nmyorigin = $mydomain<br />
mydestination = $myhostname localhost.$mydomain localhost $mydomain<br />
relay_domain = home_mailbox = Maildir</p>
<p>Jangan lupa ganti domain.com diatas dengan nama domain anda sendiri</p>
<p>Check Postfix<br />
#postfix check</p>
<p>Reload Postfix<br />
#postfix reload</p>
<p>Test Postfix<br />
#telnet localhost 25 (Hasilnya akan mendapat reply dari postfix)</p>
<p>Jalankan Postfix setiap kali restart<br />
#chkconfig postfix on</p>
<p>Konfigurasi Dovecot<br />
Penggunaan dovecot secara basic tidak diperlukan pengaturan apa-apa.</p>
<p>Test Dovecot<br />
#telnet localhost 110 (Hasilnya akan mendapat reply dari dovecot)</p>
<p>Jalankan dovecot setiap kali restart<br />
#chkconfig dovecot on</p>
<p>Install webmail dengan menggunakan squirrelmail<br />
#yum install squirrelmail (Otomatis Apache dan PHP akan terinstall)</p>
<p>Konfigurasi squirrelmail sesuai kebutuhan<br />
#/usr/share/squirrelmail/config/conf.pl</p>
<p>Jalankan webserver Apache<br />
#service httpd start</p>
<p>Jalankan apache setaip kali restart<br />
#chkconfig httpd on</p>
<p>Test webmail<br />
Buka browser pada pc client yang sudah terhubung ke server dengan URL address:<br />
<a href="http://192.168.0.10/webmail/">http://192.168.0.10/webmail/</a> Maka akan terbuka halaman login webmail.<br />
Dan jangan lupa ganti IP Address 192.168.0.10 diatas dengan IP Address server anda sendiri.</p>
<p>Jika sampai disini semua OK, anda tinggal memforfard MX record DNS anda ke mail server ini. Pengaturan MX record silakan rujuk dokumen setup DNS.</p>
<p>SELESAI</p>
]]></content:encoded>
			<wfw:commentRss>http://14n.org/installasi-postfix-dovecot-pop3-squirrelmail-webmail/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.14n.org @ 2012-02-08 07:22:33 -->
