Search Again:

Company Email Manager

From: Scott MacDonald
Date: Thursday, December 26, 2002
Time: 11:08:09 am

Shawn,

Here are the debugging messages from the Java Companion. From this, it
looks like the Java is trying to add the correct "FROM" address, but
when the connection to the mail server is actually established, the
command still sent is: MAIL FROM:<scott@biscotti>, so that tells me that
it isn't anything on the server side. Would you have any other ideas?
--Scott

2002-12-26 08:36:50 [JavaCompanion] Calling: JAVB-Command with
SMTP-NewMessage|mail.rimonline.com||
2002-12-26 08:36:50 [JavaCompanion] Calling: JAVB-Command with
SMTP-SetSubject|Re: [021226-0001] test poop
2002-12-26 08:36:50 [JavaCompanion] Calling: JAVB-Command with
SMTP-SetFrom|Regional Internet Media, Inc. Support Services
<support@rimonline.com>
2002-12-26 08:36:50 [JavaCompanion] Calling: JAVB-Command with
SMTP-AddCCRecipient|
2002-12-26 08:36:50 [JavaCompanion] Calling: JAVB-Command with
SMTP-AddBCCRecipient|
2002-12-26 08:36:50 [JavaCompanion] Calling: JAVB-Command with
SMTP-AddHeader|To|Scott MacDonald <scott@gulfherald.com>
2002-12-26 08:36:50 [JavaCompanion] Calling: JAVB-Command with
SMTP-AddHeader|X-Mailer|Optigold ISP - http://www.optigold.com
2002-12-26 08:36:50 [JavaCompanion] Calling: JAVB-Command with
SMTP-SetContent|heolp -----------Support Department, Regional Internet
Media, Inc.|text/plain|iso-8859-1
2002-12-26 08:36:50 [JavaCompanion] Calling: JAVB-Command with
SMTP-SendMessage|0
2002-12-26 08:36:50
DEBUG: getProvider() returning
javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun
Microsystems, Inc]
2002-12-26 08:36:50 DEBUG SMTP: useEhlo true, useAuth false
2002-12-26 08:36:50
DEBUG: SMTPTransport trying to connect to host "mail.rimonline.com",
port 25

2002-12-26 08:36:50 DEBUG SMTP RCVD: 220 rimonline.com (IMail 7.07
1545920-1) NT-ESMTP Server X1

2002-12-26 08:36:50 DEBUG: SMTPTransport connected to host
"mail.rimonline.com", port: 25

2002-12-26 08:36:50 DEBUG SMTP SENT: EHLO biscotti
2002-12-26 08:36:50 DEBUG SMTP RCVD: 250-rimonline.com says hello
250-SIZE 0
250-8BITMIME
250-DSN
250-ETRN
250-AUTH LOGIN
250-AUTH=LOGIN
250 EXPN

2002-12-26 08:36:50 DEBUG SMTP Found extension "SIZE", arg "0"
2002-12-26 08:36:50 DEBUG SMTP Found extension "8BITMIME", arg ""
2002-12-26 08:36:50 DEBUG SMTP Found extension "DSN", arg ""
2002-12-26 08:36:50 DEBUG SMTP Found extension "ETRN", arg ""
2002-12-26 08:36:50 DEBUG SMTP Found extension "AUTH", arg "LOGIN"
2002-12-26 08:36:50 DEBUG SMTP Found extension "AUTH=LOGIN", arg ""
2002-12-26 08:36:50 DEBUG SMTP Found extension "EXPN", arg ""
2002-12-26 08:36:50 DEBUG SMTP: use8bit false
2002-12-26 08:36:50 DEBUG SMTP SENT: MAIL FROM:<scott@biscotti>
2002-12-26 08:36:50 DEBUG SMTP RCVD: 250 ok

2002-12-26 08:36:50 DEBUG SMTP SENT: RCPT TO:<scott@gulfherald.com>
2002-12-26 08:36:50 DEBUG SMTP RCVD: 250 ok its for
<scott@gulfherald.com>

2002-12-26 08:36:50 Verified Addresses
2002-12-26 08:36:50 Scott MacDonald <scott@gulfherald.com>
2002-12-26 08:36:50 DEBUG SMTP SENT: DATA
2002-12-26 08:36:50 DEBUG SMTP RCVD: 354 ok, send it; end with
<CRLF>.<CRLF>

2002-12-26 08:36:50 DEBUG SMTP SENT:


Hmmmm... it almost looks to me like your mail server is changing the
headers... As the "From" address is near the bottom of your header
(which
Optigold does not put it there). Also, "X-RCPT-TO", "Status" is nothing
that
Optigold puts in the header... This is what a header looks like from an
Optigold generated email from the email manager (unaltered):

Return-Path: <support@yourcompany.com>
Received: from Monkey.local. (shawn@shawn.digitalpoint.com
[204.210.34.13])
by offspring.digitalpoint.com (8.10.2/8.10.2) with ESMTP id gBMNHAr01123

for <shawn@digitalpoint.com>; Sun, 22 Dec 2002 15:17:11 -0800
Message-ID: <8066625.1040599028135.JavaMail.support@yourcompany.com>
Date: Sun, 22 Dec 2002 15:17:08 -0800 (PST)
From: Support Services <support@yourcompany.com>
To: shawn@digitalpoint.com
Subject: [021222-0001] Blah
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Mailer: Optigold ISP - http://www.optigold.com
X-UIDL: c!G!!cZ)"!:[#"!]lE!!


If you want to test the theory that possibly your SMTP server is mucking

with the headers for some reason, set your SMTP server to
mail.digitalpoint.com and try to send a test message to
shawn@digitalpoint.com (it will allow you to relay since the destination

address is local). And I'll post what the headers look like.

- Shawn

> Date: Sun, 22 Dec 2002 15:45:56 -0600 (CST)
> To: Scott MacDonald <scott@regionalinternetmedia.com>
> Subject: Re: [021222-0001] testing again...yep
> Mime-Version: 1.0
> Content-Type: text/plain; charset=iso-8859-1
> Content-Transfer-Encoding: 7bit
> X-Mailer: Optigold ISP - http://www.optigold.com
> From: scott@biscotti
> X-RCPT-TO: <scott@regionalinternetmedia.com>
> Status: U



> Yep, the From line shows:
>
> Regional Internet Media, INc. Support Services support@rimonline.com
>
> And below are the email headers of the message when I send the reply:
>
> Received: from biscotti [68.15.209.15] by rimonline.com with ESMTP
> (SMTPD32-7.07) id A8CB39004A4; Sun, 22 Dec 2002 16:12:27 -0600
> Message-ID: <30957433.1040593556182.JavaMail.scott@biscotti>
Shawn,

Here is the debug messages from the Java Compan


---------------------------------------------------
To subscribe, unsubscribe or to search list archive
please visit http://www.optigold.com/lists/isp.html
---------------------------------------------------



Messages In This Thread:



Return to Digital Point Solutions' Home Page