<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-BR">
	<id>https://wiki.ourominas.com.br/index.php?action=history&amp;feed=atom&amp;title=Modelo_de_configura%C3%A7%C3%A3o_do_arquivo_%2Fetc%2Fpostfix%2Fmain.cf</id>
	<title>Modelo de configuração do arquivo /etc/postfix/main.cf - Histórico de revisão</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ourominas.com.br/index.php?action=history&amp;feed=atom&amp;title=Modelo_de_configura%C3%A7%C3%A3o_do_arquivo_%2Fetc%2Fpostfix%2Fmain.cf"/>
	<link rel="alternate" type="text/html" href="https://wiki.ourominas.com.br/index.php?title=Modelo_de_configura%C3%A7%C3%A3o_do_arquivo_/etc/postfix/main.cf&amp;action=history"/>
	<updated>2026-04-17T12:41:39Z</updated>
	<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.ourominas.com.br/index.php?title=Modelo_de_configura%C3%A7%C3%A3o_do_arquivo_/etc/postfix/main.cf&amp;diff=181&amp;oldid=prev</id>
		<title>imported&gt;Admin: uma edição</title>
		<link rel="alternate" type="text/html" href="https://wiki.ourominas.com.br/index.php?title=Modelo_de_configura%C3%A7%C3%A3o_do_arquivo_/etc/postfix/main.cf&amp;diff=181&amp;oldid=prev"/>
		<updated>2020-08-08T03:11:06Z</updated>

		<summary type="html">&lt;p&gt;uma edição&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;pt-BR&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Edição anterior&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Edição das 03h11min de 8 de agosto de 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;pt-BR&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Sem diferença)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key omph_wiki-maquine_:diff:1.41:old-180:rev-181 --&gt;
&lt;/table&gt;</summary>
		<author><name>imported&gt;Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ourominas.com.br/index.php?title=Modelo_de_configura%C3%A7%C3%A3o_do_arquivo_/etc/postfix/main.cf&amp;diff=180&amp;oldid=prev</id>
		<title>2532252&gt;Jefferson em 20h29min de 18 de abril de 2015</title>
		<link rel="alternate" type="text/html" href="https://wiki.ourominas.com.br/index.php?title=Modelo_de_configura%C3%A7%C3%A3o_do_arquivo_/etc/postfix/main.cf&amp;diff=180&amp;oldid=prev"/>
		<updated>2015-04-18T20:29:07Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;O arquivo /etc/postfix/main.cf das maquinas da Maquiné Empreendimentos SA devem seguir o padrão abaixo&lt;br /&gt;
&lt;br /&gt;
A linha que contem &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;myhostname = fileserver.ourominas.com.br&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
deve ser alterada, pois ela tem de ter o nome da maquina local que esta com este arquivo.&lt;br /&gt;
&lt;br /&gt;
Atenção também com as ultimas duas linhas, pois elas dependem da versão do postfix.&lt;br /&gt;
&lt;br /&gt;
 queue_directory = /var/spool/postfix&lt;br /&gt;
 command_directory = /usr/sbin&lt;br /&gt;
 daemon_directory = /usr/libexec/postfix&lt;br /&gt;
 data_directory = /var/lib/postfix&lt;br /&gt;
 mail_owner = postfix&lt;br /&gt;
 myhostname = fileserver.ourominas.com.br&lt;br /&gt;
 mydomain = ourominas.com.br&lt;br /&gt;
 myorigin = $myhostname&lt;br /&gt;
 inet_interfaces = localhost&lt;br /&gt;
 inet_protocols = all&lt;br /&gt;
 mydestination = $myhostname, localhost.$mydomain, localhost&lt;br /&gt;
 unknown_local_recipient_reject_code = 550&lt;br /&gt;
 relayhost = [172.18.1.254]&lt;br /&gt;
 alias_maps = hash:/etc/aliases&lt;br /&gt;
 alias_database = hash:/etc/aliases&lt;br /&gt;
 debug_peer_level = 2&lt;br /&gt;
 debugger_command =&lt;br /&gt;
         PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin&lt;br /&gt;
         ddd $daemon_directory/$process_name $process_id &amp;amp; sleep 5&lt;br /&gt;
 sendmail_path = /usr/sbin/sendmail.postfix&lt;br /&gt;
 newaliases_path = /usr/bin/newaliases.postfix&lt;br /&gt;
 mailq_path = /usr/bin/mailq.postfix&lt;br /&gt;
 setgid_group = postdrop&lt;br /&gt;
 html_directory = no&lt;br /&gt;
 manpage_directory = /usr/share/man&lt;br /&gt;
 sample_directory = /usr/share/doc/postfix-2.6.6/samples&lt;br /&gt;
 readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: TI]]&lt;br /&gt;
[[Category: LINUX]]&lt;br /&gt;
[[Category: SERVIDOR DE CORREIO]]&lt;/div&gt;</summary>
		<author><name>2532252&gt;Jefferson</name></author>
	</entry>
</feed>