<div dir="ltr"><br>On Fri, Sep 12, 2008 at 5:02 PM, Justin Krejci <span dir="ltr">&lt;<a href="mailto:jus@krytosvirus.com">jus@krytosvirus.com</a>&gt;</span> wrote:<br><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;">











<div link="blue" vlink="blue" lang="EN-US">

<div>

<p><font color="black" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: black;">I am not a sendmail admin and generally
try to avoid it where possible so I am not sure about the configuration file
needs but you should be able to connect to the mail server and issue the ehlo
command to see if it is active in your current running binary. After re-compiling
and installing you will of course have to restart sendmail so it loads the
newly made binary executable.</span></font></p>

<p><font color="black" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: black;">&nbsp;</span></font></p>

<p><font color="black" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: black;">To check using telnet</span></font></p>

<p><font color="black" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: black;">&nbsp;</span></font></p>

<p><b><font color="black" size="2" face="Courier New"><span style="font-size: 10pt; color: black; font-weight: bold;">telnet
IPADDRESS 25</span></font></b></p>

<p><font color="red" size="2" face="Courier New"><span style="font-size: 10pt; color: red;">220 your.hostname.here
ESMTP Sendmail</span></font></p>

<p><b><font color="black" size="2" face="Courier New"><span style="font-size: 10pt; color: black; font-weight: bold;">ehlo
f</span></font></b></p>

<p><font color="black" size="2" face="Courier New"><span style="font-size: 10pt; color: black;">&nbsp;</span></font></p>

<p><font color="black" size="2" face="Courier New"><span style="font-size: 10pt; color: black;">Once you issue
the "ehlo" command it should give you the output similar to this</span></font></p>

<p><font color="black" size="2" face="Courier New"><span style="font-size: 10pt; color: black;">&nbsp;</span></font></p>

<p><font color="black" size="2" face="Courier New"><span style="font-size: 10pt; color: black;"><a href="http://250-your.mailserver.name" target="_blank">250-your.mailserver.name</a>
Hello youraddress, pleased to meet you</span></font></p>

<p><font color="black" size="2" face="Courier New"><span style="font-size: 10pt; color: black;">250-ENHANCEDSTATUSCODES</span></font></p>

<p><font color="black" size="2" face="Courier New"><span style="font-size: 10pt; color: black;">250-PIPELINING</span></font></p>

<p><font color="black" size="2" face="Courier New"><span style="font-size: 10pt; color: black;">250-8BITMIME</span></font></p>

<p><font color="black" size="2" face="Courier New"><span style="font-size: 10pt; color: black;">250-SIZE</span></font></p>

<p><font color="black" size="2" face="Courier New"><span style="font-size: 10pt; color: black;">250-DSN</span></font></p>

<p><font color="black" size="2" face="Courier New"><span style="font-size: 10pt; color: black;">250-ETRN</span></font></p>

<p><font color="black" size="2" face="Courier New"><span style="font-size: 10pt; color: black;">250-AUTH LOGIN
PLAIN</span></font></p>

<p><font color="black" size="2" face="Courier New"><span style="font-size: 10pt; color: black;">250-DELIVERBY</span></font></p>

<p><font color="black" size="2" face="Courier New"><span style="font-size: 10pt; color: black;">250 HELP</span></font></p>

<p><font color="black" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: black;">&nbsp;</span></font></p>

<p><font color="black" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: black;">There may be more or less stuff than this
but the key you are looking for is the <b><span style="font-weight: bold;">AUTH
LOGIN PLAIN</span></b>. It may show up with other things like CRAM-MD5 on the
same line.</span></font></p>

<p><font color="black" size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: black;">&nbsp;</span></font></p>

<div>

<div style="text-align: center;" align="center"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">

<hr align="center" size="2" width="100%">

</span></font></div>

<p><b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma; font-weight: bold;">From:</span></font></b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma;">
<a href="mailto:openbsd-newbies-bounces@sfobug.org" target="_blank">openbsd-newbies-bounces@sfobug.org</a> [mailto:<a href="mailto:openbsd-newbies-bounces@sfobug.org" target="_blank">openbsd-newbies-bounces@sfobug.org</a>] <b><span style="font-weight: bold;">On Behalf Of </span></b>Tony Berth<br>

<b><span style="font-weight: bold;">Sent:</span></b> Friday, September 12, 2008
8:56 AM<br>
<b><span style="font-weight: bold;">To:</span></b> Woodchuck<br>
<b><span style="font-weight: bold;">Cc:</span></b> <a href="mailto:openbsd-newbies@sfobug.org" target="_blank">openbsd-newbies@sfobug.org</a><br>
<b><span style="font-weight: bold;">Subject:</span></b> Re: sendmail SMTP-AUTH</span></font></p>

</div><div><div></div><div class="Wj3C7c">

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;">&nbsp;</span></font></p>

<div>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;">On Thu, Sep 11, 2008 at 8:20 PM, Woodchuck &lt;<a href="mailto:marmot@pennswoods.net" target="_blank">marmot@pennswoods.net</a>&gt; wrote:</span></font></p>


<div>

<blockquote style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color rgb(204, 204, 204); border-width: medium medium medium 1pt; padding: 0in 0in 0in 6pt; margin-left: 4.8pt; margin-right: 0in;">


<div>

<p style="margin-bottom: 12pt;"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">On Thu, 11 Sep 2008, Tony
Berth wrote:</span></font></p>

</div>

<div>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;">&gt; &gt; Re-compiling sendmail probably translates to<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;# cd /usr/src/gnu/usr.sbin/sendmail<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;# make clean<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;# make obj<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;# make<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;# make install<br>
&gt; &gt;<br>
&gt;</span></font></p>

</div>

<div>

<p style="margin-bottom: 12pt;"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">&gt; I did create mk.conf
but sendmail is located in:<br>
&gt;<br>
&gt; /usr/src/gnu/usr.sbin/sendmail</span></font></p>

</div>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;">Yes. &nbsp;This is for the whole sendmail suite of pgms.<br>
<br>
As I suggested :-)</span></font></p>

<div>

<p style="margin-bottom: 12pt;"><font size="3" face="Times New Roman"><span style="font-size: 12pt;"><br>
&gt; or<br>
&gt; /usr/src/gnu/usr.sbin/sendmail/sendmail</span></font></p>

</div>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;">No</span></font></p>

<div>

<p style="margin-bottom: 12pt;"><font size="3" face="Times New Roman"><span style="font-size: 12pt;"><br>
&gt; or<br>
&gt; /usr/src/usr.bin/file/magdir/sendmail</span></font></p>

</div>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;">No.</span></font></p>

<div>

<p style="margin-bottom: 12pt;"><font size="3" face="Times New Roman"><span style="font-size: 12pt;"><br>
&gt; The first is the correct one?</span></font></p>

</div>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;">Yes.</span></font></p>

<div>

<div>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;"><br>
Dave<br>
--<br>
&nbsp; &nbsp; &nbsp; &nbsp;Are there no natural enemies to limit the increase
of these<br>
&nbsp; &nbsp; &nbsp; &nbsp;creatures? &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;-- Sherlock Holmes<br>
_______________________________________________<br>
Openbsd-newbies mailing list<br>
<a href="mailto:Openbsd-newbies@sfobug.org" target="_blank">Openbsd-newbies@sfobug.org</a><br>
<a href="http://mailman.theapt.org/listinfo/openbsd-newbies" target="_blank">http://mailman.theapt.org/listinfo/openbsd-newbies</a></span></font></p>

</div>

</div>

</blockquote>

</div>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;"><br>
up to now everything worked fine. I did recompile and no errors showed up!<br>
<br>
Now, how do I verify that SMTP-AUTH capability is included? Any conf file I
should look into?<br>
<br>
Thanks</span></font></p>

</div>

</div></div></div>

</div>


</blockquote></div><br><br>After applying the suggested steps, copying over my modified cf file (as it was with some customizations before recompiling sendmail!) and re-starting sendmail, my my telnet output displays:<br>
<br>250-ENHANCEDSTATUSCODES<br>250-PIPELINING<br>250-8BITMIME<br>250-SIZE<br>250-DSN<br>250-ETRN<br>250-AUTH GSSAPI DIGEST-MD5 CRAM-MD5<br>250-STARTTLS<br>250-DELIVERBY<br>250 HELP<br><br>I think the above shows that I&#39;m on track?<br>
<br>Thanks<br><br></div>