Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

I've got all the money I'll ever need if I die by 4 o'clock. -- Henny Youngman


dovenet / Synchronet Discussion / SMTP outbound mail from a mail client

SubjectAuthor
* SMTP outbound mail from a mail clientdeon
`* SMTP outbound mail from a mail clientDigital Man
 `- SMTP outbound mail from a mail clientjacobcart

1
SMTP outbound mail from a mail client

<63DE4737.45943.dove-syncdisc@bbs.dege.au>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=75&group=DOVE-Net.Synchronet_Discussion#75

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: deon@VERT/ALTERANT (deon)
To: Digital Man
Subject: SMTP outbound mail from a mail client
Message-ID: <63DE4737.45943.dove-syncdisc@bbs.dege.au>
Date: Sat, 4 Feb 2023 15:53:27 +1100
X-Comment-To: Digital Man
Path: rocksolidbbs.com!not-for-mail
Organization: Alterant
Newsgroups: DOVE-Net.Synchronet_Discussion
X-FTN-PID: Synchronet 3.19c-Linux custom/fb4e4ce96 Oct 27 2022 GCC 10.2.1
X-FTN-MSGID: 45943.dove-syncdisc@12:1/2 284430ae
X-FTN-CHRS: CP437 2
WhenImported: 20230204040542-0800 41e0
WhenExported: 20230204041819-0800 41e0
ExportedFrom: VERT sync 48945
WhenImported: 20230204225327+1100 9258
WhenExported: 20230204230537+1100 9258
ExportedFrom: ALTERANT dove-syncdisc 45943
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: deon - Sat, 4 Feb 2023 04:53 UTC

Hey DM,

I just setup using POP and SMTP via Mac mail with Synchronet (its great that SBBS can do POP/SMTP email)...

I sent an email today, to: User One <xxxx@4ma.xyz>, with a cc: User Two <yyyy@bbs.nz> from mac mail.

When it sent I watched the logs and noticed this:

mail 0073 SMTP <deon> deon relaying to external mail service: 4ma.xyz
mail 0073 SMTP <deon> deon relaying to external mail service: bbs.nz
mail 0073 SMTP <deon> Receiving mail message from <xxxx@xxx.dege.au> to <xxxx@bbs.nz>
mail 0073 SMTP <deon> End of message (body: 563 lines, 30587 bytes, header: 13 lines, 590 bytes)
mail 0073 SMTP <deon> Added message header #5548 from 'Deon George' #1 to <xxxx@4ma.xyz>
mail 0073 SMTP <deon> Added message header #5549 from 'Deon George' #1 to <yyyy@bbs.nz>
mail 0000 SEND Message #5548 (374 of 375) from 'Deon George' #1 to 'User One' <xxxx@4ma.xyz>
mail 0086 SEND/TLS Successfully sent message #5548 (30589 bytes, 564 lines) from 'Deon George' #1 to 'User One' <xxxx@4ma.xyz>
mail 0000 SEND Message #5549 (375 of 375) from 'Deon George' #1 to 'User One' <yyyy@bbs.nz>
mail 0086 SEND/TLS Successfully sent message #5549 (30589 bytes, 564 lines) from 'Deon George' #1 to 'User One' <yyyy@bbs.nz>

Notice that the log records both outbound emails as "User One", instead of the email to @bbs.nz should be "User Two" (on the last line above).

So I logged on and looked at sent mails via the ;MAIL, and noticed something completely different:

The message was recorded twice (OK), the first one rendered correctly (the receipients named matched the email address), the second one was different:

┌────────────────────────····
│ Subj: Re: fsxnet application
│ Attr: Deleted Sent KillSent
│ To : User One (yyyy@bbs.nz)
│ CC : User Two <yyyy@bbs.nz>
│ From: Deon George #1 (xxxx@xxx.dege.au)
│ Date: Sat Feb 04 2023 09:50 pm UTC+11:00 (35 minutes ago)

The "To" has the correct name, but the wrong email address.

I checked my SMTP log, and it appears the mails were sent to the right people - not sure if their names were correct though...?

....δεσ∩

---
■ Synchronet ■ AnsiTEX bringing back videotex but with ANSI

SMTP outbound mail from a mail client

<63DECFAA.48946.sync@vert.synchro.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=76&group=DOVE-Net.Synchronet_Discussion#76

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: digital.man@VERT (Digital Man)
To: deon
Subject: SMTP outbound mail from a mail client
Message-ID: <63DECFAA.48946.sync@vert.synchro.net>
Date: Sat, 4 Feb 2023 06:35:38 -0800
X-Comment-To: deon
Path: rocksolidbbs.com!not-for-mail
Organization: Vertrauen
Newsgroups: DOVE-Net.Synchronet_Discussion
In-Reply-To: <63DE4737.45943.dove-syncdisc@bbs.dege.au>
References: <63DE4737.45943.dove-syncdisc@bbs.dege.au>
X-FTN-PID: Synchronet 3.20a-Win32 master/d60262aa8 Feb 2 2023 MSC 1929
X-FTN-MSGID: 48946.sync@1:103/705 2844c4dc
X-FTN-REPLY: 45943.dove-syncdisc@12:1/2 284430ae
X-FTN-CHRS: CP437 2
WhenImported: 20230204133538-0800 41e0
WhenExported: 20230204161818-0800 41e0
ExportedFrom: VERT sync 48946
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: Digital Man - Sat, 4 Feb 2023 14:35 UTC

Re: SMTP outbound mail from a mail client
By: deon to Digital Man on Sat Feb 04 2023 10:53 pm

> Hey DM,
>
> I just setup using POP and SMTP via Mac mail with Synchronet (its great that
> SBBS can do POP/SMTP email)...
>
> I sent an email today, to: User One <xxxx@4ma.xyz>, with a cc: User Two
> <yyyy@bbs.nz> from mac mail.
>
> When it sent I watched the logs and noticed this:
>
> mail 0073 SMTP <deon> deon relaying to external mail service: 4ma.xyz
> mail 0073 SMTP <deon> deon relaying to external mail service: bbs.nz
> mail 0073 SMTP <deon> Receiving mail message from <xxxx@xxx.dege.au> to
> <xxxx@bbs.nz>
> mail 0073 SMTP <deon> End of message (body: 563 lines, 30587 bytes, header:
> 13 lines, 590 bytes)
> mail 0073 SMTP <deon> Added message header #5548 from 'Deon George' #1 to
> <xxxx@4ma.xyz>
> mail 0073 SMTP <deon> Added message header #5549 from 'Deon George' #1 to
> <yyyy@bbs.nz>
> mail 0000 SEND Message #5548 (374 of 375) from 'Deon George' #1 to 'User
> One' <xxxx@4ma.xyz>
> mail 0086 SEND/TLS Successfully sent message #5548 (30589 bytes, 564 lines)
> from 'Deon George' #1 to 'User One' <xxxx@4ma.xyz>
> mail 0000 SEND Message #5549 (375 of 375) from 'Deon George' #1 to 'User
> One' <yyyy@bbs.nz>
> mail 0086 SEND/TLS Successfully sent message #5549 (30589 bytes, 564 lines)
> from 'Deon George' #1 to 'User One' <yyyy@bbs.nz>
>
> Notice that the log records both outbound emails as "User One", instead of
> the email to @bbs.nz should be "User Two" (on the last line above).

Yeah, the log messages for multiple recipients of a single message are a bit wonky. That's a known issue, but not a particularly high priority to "fix".

> So I logged on and looked at sent mails via the ;MAIL, and noticed something
> completely different:
>
> The message was recorded twice (OK), the first one rendered correctly (the
> receipients named matched the email address), the second one was different:
>
> ┌────────────────────────····
> │ Subj: Re: fsxnet application
> │ Attr: Deleted Sent KillSent
> │ To : User One (yyyy@bbs.nz)
> │ CC : User Two <yyyy@bbs.nz>
> │ From: Deon George #1 (xxxx@xxx.dege.au)
> │ Date: Sat Feb 04 2023 09:50 pm UTC+11:00 (35 minutes ago)
> └
>
> The "To" has the correct name, but the wrong email address.
>
> I checked my SMTP log, and it appears the mails were sent to the right
> people - not sure if their names were correct though...?

If you enable debug level log output and the DEBUG_TX option in the [mail]
section of ctrl/sbbs.ini, you'll get to see all the message headers as they were sent.
--
digital man (rob)

This Is Spinal Tap quote #11:
Nigel Tufnel: No. no. That's it, you've seen enough of that one.
Norco, CA WX: 68.9°F, 34.0% humidity, 10 mph SSE wind, 0.00 inches rain/24hrs
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net

SMTP outbound mail from a mail client

<63E13FA6.31480.dove-syncdisc@bbs.zruspas.org>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=83&group=DOVE-Net.Synchronet_Discussion#83

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: jacobcart@VERT/ZRUSPAS (jacobcart)
To: Digital Man
Subject: SMTP outbound mail from a mail client
Message-ID: <63E13FA6.31480.dove-syncdisc@bbs.zruspas.org>
Date: Mon, 6 Feb 2023 11:57:58 +0100
X-Comment-To: Digital Man
Path: rocksolidbbs.com!not-for-mail
Organization: Zruspa's BBS
Newsgroups: DOVE-Net.Synchronet_Discussion
In-Reply-To: <63DECFAA.48946.sync@vert.synchro.net>
References: <63DECFAA.48946.sync@vert.synchro.net>
X-FTN-PID: Synchronet 3.20a-Linux v320a_dev/6a0375fb0 Dec 30 2022 GCC 10.2.1
X-FTN-MSGID: 48954.sync@1:103/705 2847738c
X-FTN-REPLY: 48946.sync@1:103/705 2844c4dc
X-FTN-CHRS: UTF-8 4
WhenImported: 20230206142522-0800 41e0
WhenExported: 20230206161821-0800 41e0
ExportedFrom: VERT sync 48954
WhenImported: 20230206185758+0100 9000
WhenExported: 20230206232516+0100 9000
ExportedFrom: ZRUSPAS dove-syncdisc 31480
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
 by: jacobcart - Mon, 6 Feb 2023 10:57 UTC

wow great
---
� Synchronet � Zruspa's BBS


dovenet / Synchronet Discussion / SMTP outbound mail from a mail client

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor