<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
If you want to send via another server and port 587, you want both<br>
<div class="Ih2E3d"><br>
 &nbsp; &nbsp; &nbsp; &nbsp;define(`SMART_HOST&#39;, `mail.isp.net&#39;)<br>
</div> &nbsp; &nbsp; &nbsp; &nbsp;define(`RELAY_MAILER_ARGS&#39;, `TCP $h 587&#39;)<br>
<div><div></div><div class="Wj3C7c"><br>
</div></div></blockquote></div><br>I wonder if I&#39;m missing something.&nbsp; It looks like it&#39;s still using port 25.&nbsp; This is <a href="http://sendmail.mc">sendmail.mc</a> file:<br><br>dnl # Uncomment and edit the following line if your outgoing mail needs to<br>
dnl # be sent out through an external mail server:<br>dnl #<br>define(`SMART_HOST&#39;,`smtpout.secureserver.net&#39;)<br>define(`RELAY_MAILER_ARGS&#39;, `TCP $h 587&#39;)<br>dnl #<br><br>And this is what I&#39;m getting in /var/log/maillog:<br>
<br>Feb 10 23:09:27 mars sendmail[3111]: m1B3xeD3002518: timeout waiting for input from <a href="http://smtpout.secureserver.net">smtpout.secureserver.net</a> during client greeting<br>Feb 10 23:09:27 mars sendmail[3111]: m1B3xeD3002518: to=&lt;<a href="mailto:username@gmail.com">username@gmail.com</a>&gt;, ctladdr=&lt;<a href="mailto:root@mars.domain.com">root@mars.domain.com</a>&gt; (0/0), delay=00:09:46, xdelay=00:05:00, mailer=relay, pri=120344, relay=<a href="http://smtpout.secureserver.net">smtpout.secureserver.net</a> [<a href="http://64.202.165.58">64.202.165.58</a>], dsn=4.0.0, stat=Deferred: Connection timed out with <a href="http://smtpout.secureserver.net">smtpout.secureserver.net</a><br>
Feb 10 23:09:43 mars update.bad.phishing.sites: Phishing bad sites list updated<br>Feb 10 23:09:43 mars update.virus.scanners: Delaying cron job up to 600 seconds<br><br>