Bluehost.com Web Hosting $6.95

Re: [courier-users] can't get esmtproutes to work

This is a discussion on Re: [courier-users] can't get esmtproutes to work within the Courier-Imap forums, part of the Mail Servers and Related category; --===============1557842159== Content-Type: multipart/alternative; boundary="----=_Part_6657_18692676.1204858958989" ------=_Part_6657_18692676.1204858958989 Content-Type: text/plain; charset=ISO-8859-1 ...


Go Back   Usenet Forums > Mail Servers and Related > Courier-Imap

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-07-2008
Bill Long
 
Posts: n/a
Default Re: [courier-users] can't get esmtproutes to work

--===============1557842159==
Content-Type: multipart/alternative;
boundary="----=_Part_6657_18692676.1204858958989"

------=_Part_6657_18692676.1204858958989
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Okay. one more quick question, if you don't mind.

In order to get up and running until GoDaddy get's back to me, I want to
turn of the pipelining in couriers esmtp client. Since the k2 relay is going
to be my only outbound connection for now, I figure that's okay for now.

I tweaked the esmtpclient.c file in courier/module.esmtp. Around line 1282,
I commented out these two lines:

if (strcmp(hellobuf, "PIPELINING") == 0)
haspipelining=1;

at around line 2008 i commented out the
if(!haspipelining)
and replaced it with a
if(1)

then just to be sure I added this line down around line 1359
haspipelining=0;

I then did a make distclean, reconfigured then did a make and make install.
However, courier is still pipelining the commands sent to the relay.

Did I get the wrong place(s) to turn it off?


On Thu, Mar 6, 2008 at 5:50 PM, Bill Long <segfahlt@gmail.com> wrote:

> Gotcha. That's what I'm looking for. Thanks much. This was instructive.
> :)
>
> Thanks Sam (and Gordon) for your help and feedback.
>
> On Thu, Mar 6, 2008 at 4:25 PM, Sam Varshavchik <mrsam@courier-mta.com>
> wrote:
>
> > Bill Long writes:
> >
> >
> > > Here's the dump:
> > > 220
> > > <URL:http://k2smtpout03-02.prod.mesa1.secureserver.net>

> > k2smtpout03-02.prod.
> > > mesa1.secureserver.net ESMTP
> > > EHLO <URL:http://mail.longboys.net>mail.longboys.net
> > > <URL:http://250-k2smtpout03-02.prod.mesa1.secureserver.net
> > >250-k2smtpout03-
> > > 02.prod.mesa1.secureserver.net
> > > 250-AUTH LOGIN PLAIN
> > > 250-8BITMIME
> > > 250 PIPELINING
> > > MAIL FROM:<<URL:mailto:bitman@longboys.net>bitman@longb oys.net>

> > BODY=7BIT
> > > 250 Sender accepted.
> > > RCPT TO:<<URL:mailto:blong@yyy.org>blong@yyy.org>
> > > DATA
> > > 553 Sorry, that domain isn't in my list of allowed rcpthosts.
> > > 503 You must send RCPT TO: first

> >
> > Courier is working correctly, to answer the question in your previous
> > message. The "250 PIPELINING" response received from the server
> > indicates
> > that the server implements the ESMTP PIPELINING extension, which allows
> > the
> > sender to send certain commands without waiting for a response to the
> > previous command.
> >
> > Again: only the administrator of that other mail server can tell you why
> > it
> > does not accept this recipient address.
> >
> >
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > courier-users mailing list
> > courier-users@lists.sourceforge.net
> > Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users
> >
> >

>


------=_Part_6657_18692676.1204858958989
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Okay. one more quick question, if you don't mind.<br><br>In order to get up and running until GoDaddy get's back to me, I want to turn of the pipelining in couriers esmtp client. Since the k2 relay is going to be my only outbound connection for now, I figure that's okay for now.<br>
<br>I tweaked the esmtpclient.c file in courier/module.esmtp. Around line 1282, I commented out these two lines:<br><br>&nbsp;if (strcmp(hellobuf, &quot;PIPELINING&quot;) == 0)<br>&nbsp;&nbsp;&nbsp; haspipelining=1;<br><br>at around line 2008 i commented out the <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp; if(!haspipelining)<br>and replaced it with a <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp; if(1)<br><br>then just to be sure I added this line down around line 1359<br>haspipelining=0;<br><br>I then did a make distclean, reconfigured then did a make and make install.<br>
However, courier is still pipelining the commands sent to the relay.<br><br>Did I get the wrong place(s) to turn it off?<br><br><br><div class="gmail_quote">On Thu, Mar 6, 2008 at 5:50 PM, Bill Long &lt;<a href="mailto:segfahlt@gmail.com">segfahlt@gmail.co m</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;">Gotcha. That's what I'm looking for.&nbsp; Thanks much. This was instructive. :)<br><br>Thanks Sam (and Gordon) for your help and feedback.<br>
<br><div class="gmail_quote"><div><div></div><div class="Wj3C7c">On Thu, Mar 6, 2008 at 4:25 PM, Sam Varshavchik &lt;<a href="mailto:mrsam@courier-mta.com" target="_blank">mrsam@courier-mta.com</a>&gt; wrote:<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c"><div>Bill Long writes:<br>
<br>
<br>
&gt; &nbsp;Here's the dump:<br>
&gt; 220<br>
</div>&gt; &lt;URL:<a href="http://k2smtpout03-02.prod.mesa1.secureserver.net" target="_blank">http://k2smtpout03-02.prod.mesa1.secureserver.net</a>&gt;k2smtpout03-02.prod.<br>
&gt; <a href="http://mesa1.secureserver.net" target="_blank">mesa1.secureserver.net</a> ESMTP<br>
&gt; EHLO &lt;URL:<a href="http://mail.longboys.net" target="_blank">http://mail.longboys.net</a>&gt;<a href="http://mail.longboys.net" target="_blank">mail.longboys.net</a><br>
&gt; &lt;URL:<a href="http://250-k2smtpout03-02.prod.mesa1.secureserver.net" target="_blank">http://250-k2smtpout03-02.prod.mesa1.secureserver.net</a>&gt;250-k2smtpout03-<br>
<div>&gt; <a href="http://02.prod.mesa1.secureserver.net" target="_blank">02.prod.mesa1.secureserver.net</a><br>
&gt; 250-AUTH LOGIN PLAIN<br>
&gt; 250-8BITMIME<br>
&gt; 250 PIPELINING<br>
</div>&gt; MAIL FROM:&lt;&lt;URL:mailto:<a href="mailto:bitman@longboys.net" target="_blank">bitman@longboys.net</a>&gt;<a href="mailto:bitman@longboys.net" target="_blank">bitman@longboys.net</a>&gt; BODY=7BIT<br>
&gt; 250 Sender accepted.<br>
&gt; RCPT TO:&lt;&lt;URL:mailto:<a href="mailto:blong@yyy.org" target="_blank">blong@yyy.org</a>&gt;<a href="mailto:blong@yyy.org" target="_blank">blong@yyy.org</a>&gt;<br>
<div>&gt; DATA<br>
&gt; 553 Sorry, that domain isn't in my list of allowed rcpthosts.<br>
&gt; 503 You must send RCPT TO: first<br>
<br>
</div>Courier is working correctly, to answer the question in your previous<br>
message. The &quot;250 PIPELINING&quot; response received from the server indicates<br>
that the server implements the ESMTP PIPELINING extension, which allows the<br>
sender to send certain commands without waiting for a response to the<br>
previous command.<br>
<br>
Again: only the administrator of that other mail server can tell you why it<br>
does not accept this recipient address.<br>
<br>
<br>
<br></div></div><div class="Ih2E3d">-------------------------------------------------------------------------<br>
This SF.net email is sponsored by: Microsoft<br>
Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
<a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>____________________________________________ ___<br>
courier-users mailing list<br>
<a href="mailto:courier-users@lists.sourceforge.net" target="_blank">courier-users@lists.sourceforge.net</a><br>
Unsubscribe: <a href="https://lists.sourceforge.net/lists/listinfo/courier-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/courier-users</a><br>
<br></div></blockquote></div><br>
</blockquote></div><br>

------=_Part_6657_18692676.1204858958989--


--===============1557842159==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
--===============1557842159==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users

--===============1557842159==--

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 01:15 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0