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; --===============1687336756== Content-Type: multipart/alternative; boundary="----=_Part_10232_4512754.1204908044348" ------=_Part_10232_4512754.1204908044348 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

--===============1687336756==
Content-Type: multipart/alternative;
boundary="----=_Part_10232_4512754.1204908044348"

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

You are correct Sam. I was in error. It doesn't have to do with the DATA
being followed immediately by the RCPT TO. Additionally, the k2 server
appears to deal with pipelining just fine. (as seen from the postfix
session).

Here is a dump of 5 mail sessions. 1 from courier sending mail to k2smtpout,
1 from postfix sending to k2smtpout and 3 from me telnetting to the
k2smtpout machine and using different command sequences. This is exactly as
they show up from tcpdump using tcpdump -s0 -w dump.pcap host
k2smtpout.secureserver.net and the output from ethereal Follow TCP Stream,
I haven't changed anything.

Based on what I'm seeing here, it's only courier that's having issues, but
I'll be damned if I can figure out why. It's beyond me.

----------------------------------
COURIER
220 k2smtpout05-01.prod.mesa1.secureserver.net ESMTP
EHLO mail.longboys.net
250-k2smtpout05-01.prod.mesa1.secureserver.net
250-AUTH LOGIN PLAIN
250-8BITMIME
250 PIPELINING
MAIL FROM:<bitman@longboys.net> BODY=7BIT
250 Sender accepted.
RCPT TO:<blong@dga.org>
553 Sorry, that domain isn't in my list of allowed rcpthosts.
--------------------------------------------------
Postfix
220 k2smtpout04-01.prod.mesa1.secureserver.net ESMTP
EHLO mail.longboys.net
250-k2smtpout04-01.prod.mesa1.secureserver.net
250-AUTH LOGIN PLAIN
250-8BITMIME
250 PIPELINING
MAIL FROM:<bitman@longboys.net>
RCPT TO:<blong@dga.org>
DATA
250 Sender accepted.
250 Recipient accepted.
354 End your message with a period.
----------------------------------------

Manual (telnet session)
220 k2smtpout02-01.prod.mesa1.secureserver.net ESMTP
ehlo mail.longboys.net
250-k2smtpout02-01.prod.mesa1.secureserver.net
250-AUTH LOGIN PLAIN
250-8BITMIME
250 PIPELINING
mail from:<bitman@longboys.net> BODY=7BIT
250 Sender accepted.
rcpt to:<blong@dga.org>
250 Recipient accepted.
DATA
354 End your message with a period.
-------------------------------------
Manual Telnet session
220 k2smtpout05-01.prod.mesa1.secureserver.net ESMTP
EHLO mail.longboys.net
250-k2smtpout05-01.prod.mesa1.secureserver.net
250-AUTH LOGIN PLAIN
250-8BITMIME
250 PIPELINING
MAIL FROM:<bitman@longboys.net> BODY=7BIT
250 Sender accepted.
RCPT TO:<blong@dga.org>
250 Recipient accepted.
DATA
354 End your message with a period.
-------------------------------------------
Manual Telnet session
220 k2smtpout05-01.prod.mesa1.secureserver.net ESMTP
EHLO mail.longboys.net
250-k2smtpout05-01.prod.mesa1.secureserver.net
250-AUTH LOGIN PLAIN
250-8BITMIME
250 PIPELINING
MAIL FROM:<bitman@longboys.net> BODY=7BIT
250 Sender accepted.
RCPT TO:<blong@dga.org>
DATA
250 Recipient accepted.
354 End your message with a period.


On Fri, Mar 7, 2008 at 4:02 AM, Sam Varshavchik <mrsam@courier-mta.com>
wrote:

> Bill Long writes:
>
> > It doesn't matter if I understand it or not, Sam. What matters is that I
> > need a mail server running and pointing a finger to and fro isn't going

> to
> > make that happen.
> >
> > I know why it's rejecting the mail. It's because courier is sending the
> > DATA command immediately after sending the RCPT TO command and not

> waiting
> > for the 250 response, and the k2 server is thinking the DATA command is
> > part of the RCPT TO data.

>
> No, it's not. That's not why the server is rejecting the message. I can
> guarantee it. That mail server is Qmail, and that error message is
> returned
> by Qmail when it does not recognize the recipient's domain. Has nothing to
> do with any other reason.
>
>
>
>
> -------------------------------------------------------------------------
> 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_10232_4512754.1204908044348
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

You are correct Sam. I was in error.&nbsp; It doesn't have to do with the DATA being followed immediately by the RCPT TO. Additionally, the k2 server appears to deal with pipelining just fine. (as seen from the postfix session).<br>
<br>Here is a dump of 5 mail sessions. 1 from courier sending mail to k2smtpout, 1 from postfix sending to k2smtpout and 3 from me telnetting to the k2smtpout machine and using different command sequences. This is exactly as they show up from tcpdump using tcpdump -s0 -w dump.pcap host <a href="http://k2smtpout.secureserver.net">k2smtpout.secureserver .net</a>&nbsp; and the output from ethereal Follow TCP Stream, I haven't changed anything.<br>
<br>Based on what I'm seeing here, it's only courier that's having issues, but I'll be damned if I can figure out why. It's beyond me.<br><br>----------------------------------<br>COURIER<br>220 <a href="http://k2smtpout05-01.prod.mesa1.secureserver.net">k2smtpout05-01.prod.mesa1.secureserver.net</a> ESMTP<br>
EHLO <a href="http://mail.longboys.net">mail.longboys.net</a><br><a href="http://250-k2smtpout05-01.prod.mesa1.secureserver.net">250-k2smtpout05-01.prod.mesa1.secureserver.net</a><br>250-AUTH LOGIN PLAIN<br>250-8BITMIME<br>
250 PIPELINING<br>MAIL FROM:&lt;<a href="mailto:bitman@longboys.net">bitman@longboys. net</a>&gt; BODY=7BIT<br>250 Sender accepted.<br>RCPT TO:&lt;<a href="mailto:blong@dga.org">blong@dga.org</a>&gt;<br>553 Sorry, that domain isn't in my list of allowed rcpthosts.<br>
--------------------------------------------------<br>Postfix<br>220 <a href="http://k2smtpout04-01.prod.mesa1.secureserver.net">k2smtpout04-01.prod.mesa1.secureserver.net</a> ESMTP<br>EHLO <a href="http://mail.longboys.net">mail.longboys.net</a><br>
<a href="http://250-k2smtpout04-01.prod.mesa1.secureserver.net">250-k2smtpout04-01.prod.mesa1.secureserver.net</a><br>250-AUTH LOGIN PLAIN<br>250-8BITMIME<br>250 PIPELINING<br>MAIL FROM:&lt;<a href="mailto:bitman@longboys.net">bitman@longboys. net</a>&gt;<br>
RCPT TO:&lt;<a href="mailto:blong@dga.org">blong@dga.org</a>&gt;<br>DATA<br>250 Sender accepted.<br>250 Recipient accepted.<br>354 End your message with a period.<br>----------------------------------------<br><br>Manual (telnet session)<br>
220 <a href="http://k2smtpout02-01.prod.mesa1.secureserver.net">k2smtpout02-01.prod.mesa1.secureserver.net</a> ESMTP<br>ehlo <a href="http://mail.longboys.net">mail.longboys.net</a><br><a href="http://250-k2smtpout02-01.prod.mesa1.secureserver.net">250-k2smtpout02-01.prod.mesa1.secureserver.net</a><br>
250-AUTH LOGIN PLAIN<br>250-8BITMIME<br>250 PIPELINING<br>mail from:&lt;<a href="mailto:bitman@longboys.net">bitman@longboys. net</a>&gt; BODY=7BIT<br>250 Sender accepted.<br>rcpt to:&lt;<a href="mailto:blong@dga.org">blong@dga.org</a>&gt;<br>
250 Recipient accepted.<br>DATA<br>354 End your message with a period.<br>-------------------------------------<br>Manual Telnet session<br>220 <a href="http://k2smtpout05-01.prod.mesa1.secureserver.net">k2smtpout05-01.prod.mesa1.secureserver.net</a> ESMTP<br>
EHLO <a href="http://mail.longboys.net">mail.longboys.net</a><br><a href="http://250-k2smtpout05-01.prod.mesa1.secureserver.net">250-k2smtpout05-01.prod.mesa1.secureserver.net</a><br>250-AUTH LOGIN PLAIN<br>250-8BITMIME<br>
250 PIPELINING<br>MAIL FROM:&lt;<a href="mailto:bitman@longboys.net">bitman@longboys. net</a>&gt; BODY=7BIT<br>250 Sender accepted.<br>RCPT TO:&lt;<a href="mailto:blong@dga.org">blong@dga.org</a>&gt;<br>250 Recipient accepted.<br>
DATA<br>354 End your message with a period.<br>-------------------------------------------<br>Manual Telnet session<br>220 <a href="http://k2smtpout05-01.prod.mesa1.secureserver.net">k2smtpout05-01.prod.mesa1.secureserver.net</a> ESMTP<br>
EHLO <a href="http://mail.longboys.net">mail.longboys.net</a><br><a href="http://250-k2smtpout05-01.prod.mesa1.secureserver.net">250-k2smtpout05-01.prod.mesa1.secureserver.net</a><br>250-AUTH LOGIN PLAIN<br>250-8BITMIME<br>
250 PIPELINING<br>MAIL FROM:&lt;<a href="mailto:bitman@longboys.net">bitman@longboys. net</a>&gt; BODY=7BIT<br>250 Sender accepted.<br>RCPT TO:&lt;<a href="mailto:blong@dga.org">blong@dga.org</a>&gt;<br>DATA<br>250 Recipient accepted.<br>
354 End your message with a period.<br><br>
<br><div class="gmail_quote">On Fri, Mar 7, 2008 at 4:02 AM, Sam Varshavchik &lt;<a href="mailto:mrsam@courier-mta.com">mrsam@courier-mta.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;">
<div class="Ih2E3d">Bill Long writes:<br>
<br>
&gt; It doesn't matter if I understand it or not, Sam. What matters is that I<br>
&gt; need a mail server running and pointing a finger to and fro isn't going to<br>
&gt; make that happen.<br>
&gt;<br>
&gt; I know why it's rejecting the mail. It's because courier is sending the<br>
&gt; DATA command immediately after sending the RCPT TO command and not waiting<br>
&gt; for the 250 response, and the k2 server is thinking the DATA command is<br>
&gt; part of the RCPT TO data.<br>
<br>
</div>No, it's not. That's not why the server is rejecting the message. I can<br>
guarantee it. That mail server is Qmail, and that error message is returned<br>
by Qmail when it does not recognize the recipient's domain. Has nothing to<br>
do with any other reason.<br>
<br>
<br>
<br>
<br>-------------------------------------------------------------------------<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">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></blockquote></div><br>

------=_Part_10232_4512754.1204908044348--


--===============1687336756==
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/
--===============1687336756==
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

--===============1687336756==--

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 03:10 PM.


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