Difference between revisions of "SchoolOnffLine: Instalasi Postfix SMTP Server"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Onnowpurbo (talk | contribs)  (New page: Instalasi Postfix   # apt-get install postfix  Pilih   Internet with Smarthost  OK  Sistem mail name, isi   sekolah.sch.id  SMTP relay host   smtp.telkom.net  Relayhost smtp.telkom.net ada...) | Onnowpurbo (talk | contribs)  | ||
| Line 20: | Line 20: | ||
| + | ==Edit Konfigurasi Postfix== | ||
| + | |||
| + | Edit konfigurasi /etc/postfix/main.cf | ||
| + | |||
| + |  # vi /etc/postfix/main.cf | ||
| + | |||
| + | Pastikan | ||
| + | |||
| + |  mydestination = sekolah.sch.id, sekolah, localhost.localdomain, localhost | ||
| + |  relayhost = smtp.telkom.net | ||
| + |  mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 192.168.0.0/16 | ||
| + |  inet_interfaces = all  | ||
| + | |||
| + | |||
| + | |||
| + | ==Restart Postfix== | ||
| + | |||
| + |  # /etc/init.d/postfix restart | ||
Revision as of 19:54, 31 July 2009
Instalasi Postfix
# apt-get install postfix
Pilih
Internet with Smarthost OK
Sistem mail name, isi
sekolah.sch.id
SMTP relay host
smtp.telkom.net
Relayhost smtp.telkom.net adalah relayhost bagi mereka yang menggunakan TelkomSpeedy. Relayhost sangat tergantung pada ISP yang kita gunakan. Beberapa ISP tidak memberikan relayhost bagi pelanggannya.
Edit Konfigurasi Postfix
Edit konfigurasi /etc/postfix/main.cf
# vi /etc/postfix/main.cf
Pastikan
mydestination = sekolah.sch.id, sekolah, localhost.localdomain, localhost relayhost = smtp.telkom.net mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 192.168.0.0/16 inet_interfaces = all
Restart Postfix
# /etc/init.d/postfix restart