<br><br><div class="gmail_quote">On Tue, Feb 12, 2008 at 1:20 PM, Nathan Olson <<a href="mailto:naolson@gmail.com">naolson@gmail.com</a>> 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', `TCP $h 587')<br>
define(`SMART_HOST', `mail.isp.net')<br>
<br>
</div></blockquote></div><br>Got it working! Here's my settings:<br><br>/etc/mail/sendmail.mc<br>define(`SMART_HOST',`smtp.comcast.net')dnl<br>define(`RELAY_MAILER_ARGS', `TCP $h 587')dnl<br>FEATURE(`authinfo',`hash -o /etc/mail/authinfo.db')dnl<br>
<br>/etc/mail/authinfo<br>AuthInfo:<a href="http://smtp.comcast.net">smtp.comcast.net</a> "<a href="mailto:U:username@comcast.net">U:username@comcast.net</a>" "P:password" "M:PLAIN"<br><br>Thanks everyone!<br>
<br>-Deovn<br>