<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>
define(`SMART_HOST', `mail.isp.net')<br>
</div> define(`RELAY_MAILER_ARGS', `TCP $h 587')<br>
<div><div></div><div class="Wj3C7c"><br>
</div></div></blockquote></div><br>I wonder if I'm missing something. It looks like it's still using port 25. 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',`smtpout.secureserver.net')<br>define(`RELAY_MAILER_ARGS', `TCP $h 587')<br>dnl #<br><br>And this is what I'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=<<a href="mailto:username@gmail.com">username@gmail.com</a>>, ctladdr=<<a href="mailto:root@mars.domain.com">root@mars.domain.com</a>> (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>