<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pobox.com on YAPH</title><link>https://www.lonsteins.com/tags/pobox.com/</link><description>Recent content in Pobox.com on YAPH</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>Ross Lonstein, All rights reserved.</copyright><lastBuildDate>Mon, 28 Feb 2011 20:21:28 -0500</lastBuildDate><atom:link href="https://www.lonsteins.com/tags/pobox.com/index.xml" rel="self" type="application/rss+xml"/><item><title>netbsd, postfix, relaying and sasl</title><link>https://www.lonsteins.com/posts/netbsd-postfix-relaying-and-sasl/</link><pubDate>Mon, 28 Feb 2011 20:21:28 -0500</pubDate><guid>https://www.lonsteins.com/posts/netbsd-postfix-relaying-and-sasl/</guid><description>&lt;p&gt;One more thing I don&amp;rsquo;t do often enough to remember, setting up
SASL-based email relaying to pobox.com:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;stop the existing postfix: &lt;code&gt;/etc/rc.d/postfix stop&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;update the POSTFIX.options += sasl tls&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;install mail/postfix from pkgsrc: &lt;code&gt;cd mail/postfix &amp;amp;&amp;amp; make install&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;update the postfix configuration: &lt;code&gt;/usr/pkg/sbin/post&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;update /etc/rc.d.conf/postfix&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Postfix installs &lt;code&gt;security/cyrus-sasl&lt;/code&gt; as a dependency, but doesn&amp;rsquo;t
include any authentication methods, so install:&lt;br&gt;
*# &lt;code&gt;security/cy2-plain&lt;/code&gt; &lt;br/&gt;Strictly speaking you can stop
installing here but I also include two more in case I later want to
authenticate to some other service:&lt;br&gt;
*# &lt;code&gt;security/cy2-crammd5&lt;/code&gt;&lt;br&gt;
*# &lt;code&gt;security/cy2-digestmd5&lt;/code&gt;&lt;/p&gt;</description></item></channel></rss>