On Wed, 30 Mar 2022 04:59:47 -0700 (PDT), DaveH2 <
[email protected]> declaimed
the following:
Very strange that the messages are ending up in the drafts folder on the server, especially if Eudora is saying that they weren't sent! I suspect that's because the server didn't tell Eudora they had been sent. Are you absolutely sure that the entries
listed in the 'To:' field on the message in Eudora are formatted correctly, that is to say with a comma immediately after each one, followed by a space? Eudora will normally tell you if that's wrong, but you never know! Do you queue messages before you
send them? If not, try that and see if Eudora then says there's anything wrong.
I apparently missed that aspect but to me that just adds more confusion.
An SMTP server doesn't HAVE mailboxes per se ("draft" or otherwise). SMTPd is solely concerned with receiving messages from clients (or other
SMTPd relays) and forwarding them to the destination (MX) server. The final SMTP server in a chain drops messages into the email account "inbox" --
which is just a file (MBOX) or directory (MAILDIR) from which email clients
can fetch them (POP3) or directly access (if the client runs on the same machine as the email account mailbox). {Back in the days of my Amiga, my
first email clients ONLY accessed local mailbox files -- I had to have scheduled jobs handling "sendmail" (SMTP) duties, and "fetchmail" (POP3).
This was back in the days when one could connect to practically any SMTP server, and so long as either the MAILFROM or /at least one/ RCPTTO address
was hosted by the server, it would be accepted and relayed.}
IMAP servers OTOH attempt to keep all user mailboxes on the server side, replicating the contents of any client-side mailboxes. IMAP uses a different protocol -- replacing both SMTP and POP3.
Eudora does not do IMAP!
I'll reiterate that my recommendation would be to (if needed) install the esoteric plugin, then set full logging in Eudora. Attempt a send,
shutdown Eudora, and examine the log file for the handshaking being done...
Wed Mar 30 10:58:45 2022
Version 7.1.0.9
LogLevel 44959 (0xAF9F)
Mode 2
MAIN 256: 0.00 Plugin: Checking path C:\Users\Wulfraed\AppData\Roaming\Qualcomm\Eudora\Plugins.
<SNIP>
17432 8192: 0.02 Msg 7 hash 1988260857 gmt 624428DB flags 0x118C f R K s t MAIN 16: 2.34 Preparing messages to Send: 1
MAIN 16: 2.34 RSET
MAIN 16: 2.34 MAIL FROM:<
[email protected]>
MAIN 16: 2.34 RCPT TO:<
[email protected]>
MAIN 16: 2.34 RCPT TO:<
[email protected]>
MAIN 16: 2.34 DATA
MAIN 16: 2.34 Test message
MAIN 16: 2.34 Preparing messages to Send: 0
14788 16: 2.34 Open 51.81.229.172:587
14788 64: 2.35 Rcvd: "220 Welcome to smtp.oxsus-vadesecure.net ESMTP oxsus2nmtao01p smtp\r\n"
14788 32: 2.35 Sent: "EHLO ElusiveUnicorn.ix.netcom.com\r\n"
14788 64: 2.35 Rcvd: "250-smtp.oxsus-vadesecure.net ESMTP oxsus2nmtao01p smtp\r\n"
14788 64: 2.35 Rcvd: "250-AUTH LOGIN PLAIN\r\n"
14788 64: 2.35 Rcvd: "250-STARTTLS\r\n"
14788 64: 2.35 Rcvd: "250-8BITMIME\r\n"
14788 64: 2.35 Rcvd: "250-PIPELINING\r\n"
14788 64: 2.35 Rcvd: "250-HELP\r\n"
14788 64: 2.35 Rcvd: "250-CHUNKING\r\n"
14788 64: 2.35 Rcvd: "250-BINARYMIME\r\n"
14788 64: 2.35 Rcvd: "250 SIZE 52428800\r\n"
14788 32: 2.35 Sent: "STARTTLS\r\n"
14788 64: 2.35 Rcvd: "220 Ready to start TLS\r\n"
<SNIP><a whole bunch of hex representation>
<Following is, I think, the translation of the snipped hex stuff>
<This is the SMTP handshake data -- I've obscured where a
password would be send>
<Apparently, after starting TLS, the client has to reintroduce
itself to the server>
14788 32: 2.37 Sent: "EHLO ElusiveUnicorn.ix.netcom.com\r\n"
14788 64: 2.37 Rcvd: "250-hello TLS\r\n"
14788 64: 2.37 Rcvd: "250-AUTH LOGIN PLAIN\r\n"
14788 64: 2.37 Rcvd: "250-XCLIENT ADDR\r\n"
14788 64: 2.37 Rcvd: "250-8BITMIME\r\n"
14788 64: 2.37 Rcvd: "250-PIPELINING\r\n"
14788 64: 2.37 Rcvd: "250-HELP\r\n"
14788 64: 2.37 Rcvd: "250-CHUNKING\r\n"
14788 64: 2.37 Rcvd: "250-BINARYMIME\r\n"
14788 64: 2.37 Rcvd: "250 SIZE 52428800\r\n"
14788 32: 2.37 Sent: "AUTH LOGIN\r\n"
14788 64: 2.37 Rcvd: "334 VXNlcm5hbWU6\r\n"
14788 32: 2.37 Sent: "obscured\r\n"
14788 64: 2.37 Rcvd: "334 UGFzc3dvcmQ6\r\n"
14788 32: 2.37 Sent: "obscured=\r\n"
14788 64: 2.38 Rcvd: "235 Authentication successful\r\n"
14788 32: 2.38 Sent: "RSET\r\n"
14788 64: 2.38 Rcvd: "250 OK\r\n"
14788 32: 2.38 Sent: "MAIL FROM:<
[email protected]>\r\n"
14788 64: 2.38 Rcvd: "250 OK\r\n"
14788 32: 2.38 Sent: "RCPT TO:<
[email protected]>\r\n"
14788 64: 2.38 Rcvd: "250 OK\r\n"
14788 32: 2.38 Sent: "RCPT TO:<
[email protected]>\r\n"
14788 64: 2.38 Rcvd: "250 OK\r\n"
14788 32: 2.38 Sent: "DATA\r\n"
14788 64: 2.38 Rcvd: "354 Ready\r\n"
<The following is the body of the message -- including headers>
<Note that the TO: header is only used by Eudora to provide the
above RCPT TO data -- spam emailers don't care what the
TO: header contains, they just read a list of email addresses
and send RCPT TO handshakes to the server>
14788 32: 2.38 Sent: "X-Mailer: QUALCOMM Windows Eudora Version
7.1.0.9\r\n"
14788 32: 2.38 Sent: "Date: Wed, 30 Mar 2022 11:01:15 -0400\r\n"
14788 32: 2.38 Sent: "To:
[email protected],
[email protected]\r\n"
14788 32: 2.38 Sent: "From: Dennis Lee Bieber
<
[email protected]>\r\n"
14788 32: 2.38 Sent: "Subject: Test message\r\n"
14788 32: 2.38 Sent: "Mime-Version: 1.0\r\n"
14788 32: 2.38 Sent: "Content-Type: text/plain; charset="us-ascii"; format=flowed\r\n"
14788 32: 2.38 Sent: "\r\n"
14788 32: 2.38 Sent: "\r\n"
14788 32: 2.38 Sent: "Just a test message to examine log file.\r\n"
14788 32: 2.38 Sent: "\r\n"
14788 32: 2.38 Sent: "\r\n"
14788 32: 2.38 Sent: "-- \r\n"
14788 32: 2.38 Sent: "\tWulfraed Dennis Lee Bieber AF6VN\r\n"
14788 32: 2.38 Sent: " \r\n"
14788 32: 2.38 Sent: "
[email protected] http://wlfraed.microdiversity.freeddns.org/\r\n"
14788 32: 2.38 Sent: "\r\n"
14788 32: 2.38 Sent: ".\r\n"
14788 64: 2.38 Rcvd: "250 2.6.0 Message accepted with ID 8ab98b0e-16e130b2a8f2e0e8\r\n"
14788 32: 2.38 Sent: "QUIT\r\n"
14788 64: 2.38 Rcvd: "221 Goodbye\r\n"
That ".\r\n" is how the server is told that the last line of the body has been sent.
--
Wulfraed Dennis Lee Bieber AF6VN
[email protected] http://wlfraed.microdiversity.freeddns.org/
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)