<br><br><div class="gmail_quote">On Tue, Feb 12, 2008 at 1:20 PM, Nathan Olson &lt;<a href="mailto:naolson@gmail.com">naolson@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Try switching the order (remember to rebuild the *.cf files afterwards).<br>
<div class="Ih2E3d"><br>
define(`RELAY_MAILER_ARGS&#39;, `TCP $h 587&#39;)<br>
define(`SMART_HOST&#39;, `mail.isp.net&#39;)<br>
<br>
</div></blockquote></div><br>Got it working!&nbsp; Here&#39;s my settings:<br><br>/etc/mail/sendmail.mc<br>define(`SMART_HOST&#39;,`smtp.comcast.net&#39;)dnl<br>define(`RELAY_MAILER_ARGS&#39;, `TCP $h 587&#39;)dnl<br>FEATURE(`authinfo&#39;,`hash -o /etc/mail/authinfo.db&#39;)dnl<br>
<br>/etc/mail/authinfo<br>AuthInfo:<a href="http://smtp.comcast.net">smtp.comcast.net</a> &quot;<a href="mailto:U:username@comcast.net">U:username@comcast.net</a>&quot; &quot;P:password&quot; &quot;M:PLAIN&quot;<br><br>Thanks everyone!<br>
<br>-Deovn<br>