<br><br><div class="gmail_quote">On Jan 7, 2008 10:36 AM, dnsadmin <a href="http://1bigthink.com">1bigthink.com</a> &lt;<a href="mailto:dnsadmin@1bigthink.com">dnsadmin@1bigthink.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;">
Hello,<br><br>I use the following in my <a href="http://sendmail.mc" target="_blank">sendmail.mc</a>. Port 587 is a standard use<br>port defined in /etc/services and has really come in handy for<br>roaming users. Many hotel Internet access points block port 25!
<br><br>I also do SMTPS with a self-signed cert.<br><br>dnl # The following causes sendmail to only listen on the IPv4 loopback address<br>dnl # <a href="http://127.0.0.1" target="_blank">127.0.0.1</a> and not on any other network devices. Remove the loopback
<br>dnl # address restriction to accept email from the internet or intranet.<br>dnl #<br>DAEMON_OPTIONS(`Port=smtp, Name=MTA&#39;)dnl<br>dnl #<br>dnl # The following causes sendmail to additionally listen to port 587 for<br>
dnl # mail from MUAs that authenticate. Roaming users who can&#39;t reach their<br>dnl # preferred sendmail daemon due to port 25 being blocked or redirected find<br>dnl # this useful.<br>dnl #<br>DAEMON_OPTIONS(`Port=submission, Name=MSA, M=Ea&#39;)dnl
<br>dnl #<br>dnl # The following causes sendmail to additionally listen to port 465, but<br>dnl # starting immediately in TLS mode upon connecting. Port 25 or 587 followed<br>dnl # by STARTTLS is preferred, but roaming clients using Outlook Express can&#39;t
<br>dnl # do STARTTLS on ports other than 25. Mozilla Mail can ONLY use STARTTLS<br>dnl # and doesn&#39;t support the deprecated smtps; Evolution &lt;1.1.1 uses smtps<br>dnl # when SSL is enabled-- STARTTLS support is available in version 
1.1.1.<br>dnl #<br>dnl # For this to work your OpenSSL certificates must be configured.<br>dnl #<br>DAEMON_OPTIONS(`Port=smtps, Name=TLSMTA, M=s&#39;)dnl<br><div><div></div><div class="Wj3C7c"><br><br>At 09:55 AM 1/7/2008, you wrote:
<br><br>&gt;On Mon, 07 Jan 2008 14:19:36 +0000<br>&gt;Peter Farrow &lt;<a href="mailto:peter@farrows.org">peter@farrows.org</a>&gt; wrote:<br>&gt;<br>&gt;[snip]<br>&gt;<br>&gt; &gt; &gt; I am using sendmail. &nbsp;Can I have this listen on multiple ports?
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; -Devon<br>&gt; &gt; No,<br>&gt; &gt;<br>&gt; &gt; you&#39;ll have to run multiple daemons to do that...<br>&gt; &gt;<br>&gt; &gt; P.<br>&gt;<br>&gt;Hi, I don&#39;t use Sendmail since I prefer Postfix; however, I believe
<br>&gt;that the above is incorrect. Please check out this URL:<br>&gt;<br>&gt;<a href="http://www.sendmail.org/%7Egshapiro/8.10.Training/DaemonPortOptions.html" target="_blank">http://www.sendmail.org/~gshapiro/8.10.Training/DaemonPortOptions.html
</a><br>&gt;<br>&gt;I also attempted to reorganize this post so that it is easier to follow.<br>&gt;&quot;Top Posting&quot; really makes following a thread a lot harder than<br>&gt;necessary.<br>&gt;<br>&gt;--<br>&gt;<br>
&gt;Gerard<br>&gt;<a href="mailto:gerard@seibercom.net">gerard@seibercom.net</a><br>&gt;<br>&gt;Hand, n.:<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; A singular instrument worn at the end of a human arm and<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; commonly thrust into somebody&#39;s pocket.
<br></div></div><div class="Ih2E3d"><br></div></blockquote></div><br>Will it also accept mail on port 587 or is it just for submission?<br><br>