<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Postfix%3A_Installation_%28en%29</id>
	<title>Postfix: Installation (en) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Postfix%3A_Installation_%28en%29"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Postfix:_Installation_(en)&amp;action=history"/>
	<updated>2026-04-20T01:34:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=Postfix:_Installation_(en)&amp;diff=71783&amp;oldid=prev</id>
		<title>Unknown user: Created page with &quot;Install postfix on Ubuntu can be done using the command:   apt update  apt -y install postfix  During the installation process:  * Choose Postfix to operate as an...&quot;</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Postfix:_Installation_(en)&amp;diff=71783&amp;oldid=prev"/>
		<updated>2025-01-06T22:53:27Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Install &lt;a href=&quot;/wiki/index.php?title=Postfix&quot; title=&quot;Postfix&quot;&gt;postfix&lt;/a&gt; on &lt;a href=&quot;/wiki/index.php?title=Ubuntu&quot; title=&quot;Ubuntu&quot;&gt;Ubuntu&lt;/a&gt; can be done using the command:   apt update  apt -y install postfix  During the installation process:  * Choose &lt;a href=&quot;/wiki/index.php?title=Postfix&quot; title=&quot;Postfix&quot;&gt;Postfix&lt;/a&gt; to operate as an...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Install [[postfix]] on [[Ubuntu]] can be done using the command:&lt;br /&gt;
&lt;br /&gt;
 apt update&lt;br /&gt;
 apt -y install postfix&lt;br /&gt;
&lt;br /&gt;
During the installation process:&lt;br /&gt;
&lt;br /&gt;
* Choose [[Postfix]] to operate as an [[internet]] site.&lt;br /&gt;
* Fill in the hostname with [[Fully Qualified Domain Name]] ([[FQDN]]), for example, server.company.com&lt;br /&gt;
&lt;br /&gt;
If you want to act as a relay for machines on the [[LAN]], you need to edit:&lt;br /&gt;
&lt;br /&gt;
 # vi /etc/postfix/main.cf&lt;br /&gt;
&lt;br /&gt;
Ensure it includes:&lt;br /&gt;
&lt;br /&gt;
 mydestination = &amp;#039;&amp;#039;&amp;#039;ourdomain.com&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;domain.com&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;example.com&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;LIST ALL OUR DOMAINS HERE&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 inet_interfaces = all&lt;br /&gt;
 mynetworks = ip-address-LAN/subnet, 192.168.0.0/24&lt;br /&gt;
&lt;br /&gt;
If you want postfix to relay mail to the [[Internet]] to an [[ISP]]&amp;#039;s [[SMTP]] [[Server]], depending on the [[ISP]] you use, you can add one of the following commands, for example:&lt;br /&gt;
&lt;br /&gt;
 relayhost = smtp.telkom.net&lt;br /&gt;
 relayhost = smtp.indosat.net.id&lt;br /&gt;
 relayhost = smtp.cbn.net.id&lt;br /&gt;
 relayhost = smtp.indo.net.id&lt;br /&gt;
 relayhost = mail.fast.net.id&lt;br /&gt;
&lt;br /&gt;
Restart the [[Postfix]] MailServer:&lt;br /&gt;
&lt;br /&gt;
 # /etc/init.d/postfix restart&lt;br /&gt;
&lt;br /&gt;
==IPv6 Problem==&lt;br /&gt;
&lt;br /&gt;
If there are problems with IPv6 add in main.cf:&lt;br /&gt;
&lt;br /&gt;
 inet_protocols = ipv4&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
* http://www.postfix.org/addon.html&lt;br /&gt;
&lt;br /&gt;
==Interesting Links==&lt;br /&gt;
&lt;br /&gt;
* [[Postfix: IPv6]]&lt;br /&gt;
* [[Postfix: Configuring relayhost with Authentication]]&lt;br /&gt;
* [[Postfix: Delivery Speed Control]]&lt;br /&gt;
* [[Block Spam Using Postfix]]&lt;br /&gt;
* [[Linux Howto]]&lt;br /&gt;
* [[Tips for Building Your Own Server]]&lt;br /&gt;
* [[Postfix: SMTP Authentication for Clients]]&lt;br /&gt;
* [[Dovecot]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Linux]]&lt;/div&gt;</summary>
		<author><name>Unknown user</name></author>
	</entry>
</feed>