Bill Long writes:

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?

What part of "this has absolutely nothing to do with pipelining, only the receiving mail server's administrator can tell you why its rejecting your mail" you do not understand?

Attachment: pgpPiKSh4Dr4U.pgp
Description: PGP signature

-------------------------------------------------------------------------
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
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to