<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.freebsdwiki.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.freebsdwiki.net/index.php?action=history&amp;feed=atom&amp;title=Qmail%2C_routing_through_another_mailserver</id>
		<title>Qmail, routing through another mailserver - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.freebsdwiki.net/index.php?action=history&amp;feed=atom&amp;title=Qmail%2C_routing_through_another_mailserver"/>
		<link rel="alternate" type="text/html" href="http://www.freebsdwiki.net/index.php?title=Qmail,_routing_through_another_mailserver&amp;action=history"/>
		<updated>2026-04-20T20:17:16Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://www.freebsdwiki.net/index.php?title=Qmail,_routing_through_another_mailserver&amp;diff=8501&amp;oldid=prev</id>
		<title>Jimbo at 16:35, 21 June 2007</title>
		<link rel="alternate" type="text/html" href="http://www.freebsdwiki.net/index.php?title=Qmail,_routing_through_another_mailserver&amp;diff=8501&amp;oldid=prev"/>
				<updated>2007-06-21T16:35:05Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 16:35, 21 June 2007&lt;/td&gt;
		&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 7:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 7:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;This tells Qmail that '''all''' outbound mail needs to be relayed through real.mail.server.net instead of being sent directly to the server which handles the mail for the recipient, thereby getting you around the [[RBL]]'s (and, with many ISP's, outright blocking of port 25 outside their own backbone).&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;This tells Qmail that '''all''' outbound mail needs to be relayed through real.mail.server.net instead of being sent directly to the server which handles the mail for the recipient, thereby getting you around the [[RBL]]'s (and, with many ISP's, outright blocking of port 25 outside their own backbone).&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:Common Tasks]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:Common Tasks&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;]][[Category:Qmail&lt;/ins&gt;]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key bsdwiki:diff:version:1.11a:oldid:6534:newid:8501 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jimbo</name></author>	</entry>

	<entry>
		<id>http://www.freebsdwiki.net/index.php?title=Qmail,_routing_through_another_mailserver&amp;diff=6534&amp;oldid=prev</id>
		<title>Jimbo at 23:45, 28 May 2006</title>
		<link rel="alternate" type="text/html" href="http://www.freebsdwiki.net/index.php?title=Qmail,_routing_through_another_mailserver&amp;diff=6534&amp;oldid=prev"/>
				<updated>2006-05-28T23:45:39Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;If you're on a residential IP address, most modern email systems will refuse to accept mail you send to them directly.  (They assume you must be a Windows machine infected with a trojan that's sending out viruses or spam.)  So if you're using Qmail, and you want to be able to send mail out from your server using the mail command, you'll need to create an '''smtproutes''' control file:&lt;br /&gt;
&lt;br /&gt;
 ph34r# '''echo :real.mail.server.net &amp;gt;&amp;gt; /var/qmail/control/smtproutes'''&lt;br /&gt;
 ph34r# '''cat /var/qmail/control/smtproutes'''&lt;br /&gt;
 :real.mail.server.net&lt;br /&gt;
&lt;br /&gt;
This tells Qmail that '''all''' outbound mail needs to be relayed through real.mail.server.net instead of being sent directly to the server which handles the mail for the recipient, thereby getting you around the [[RBL]]'s (and, with many ISP's, outright blocking of port 25 outside their own backbone).&lt;br /&gt;
&lt;br /&gt;
[[Category:Common Tasks]]&lt;/div&gt;</summary>
		<author><name>Jimbo</name></author>	</entry>

	</feed>