• SMTP

    From Avon@21:1/101 to g00r00 on Tuesday, March 26, 2019 22:26:29
    Hi there

    Just playing with the POP3/SMTP to try and get a copy of Mozilla Thunderbird
    to connect to MIS at Agency

    Got the POP3 working and it pulled down BBS email

    Trying to post to SMTP seems not to be working for me.

    I wondered if it was the domain name I needed to use when posting to someone
    as if I use lets say Xqtr in the To: field Thunderbird won't let me send but
    if I used xqtr@agency.bbs.nz then I get somewhere... so I guess a full email address required right?

    That said a few tests to try an post a reply to an existing BBS email to
    myself or to Xqtr fail with the following:

    IP detailed redacted.

    [snip]

    + 2019.03.26 21:14:18 SMTP > Connect on slot 1/8 (XXX.XXX.XXX.XXX)
    + 2019.03.26 21:14:18 SMTP 1-HostName AGENCY
    + 2019.03.26 21:14:18 SMTP 1-C: EHLO Data: [XXX.XXX.XXX.XXX]
    + 2019.03.26 21:14:18 SMTP 1-C: MAIL Data: FROM:<avon@agency.bbs.nz>
    + 2019.03.26 21:14:18 SMTP 1-User: avon Domain: agency.bbs.nz
    + 2019.03.26 21:14:18 SMTP 1-C: RCPT Data: TO:<Avon@agency.bbs.nz>
    + 2019.03.26 21:14:18 SMTP 1-Error 0: SMTP server exception
    + 2019.03.26 21:14:18 SMTP 1-Connection closed
    + 2019.03.26 21:15:02 SMTP > Connect on slot 1/8 (XXX.XXX.XXX.XXX)
    + 2019.03.26 21:15:02 SMTP 1-HostName AGENCY
    + 2019.03.26 21:15:02 SMTP 1-C: EHLO Data: [XXX.XXX.XXX.XXX]
    + 2019.03.26 21:15:02 SMTP 1-C: MAIL Data: FROM:<avon@agency.bbs.nz>
    + 2019.03.26 21:15:02 SMTP 1-User: avon Domain: agency.bbs.nz
    + 2019.03.26 21:15:02 SMTP 1-C: RCPT Data: TO:<xqtr@agency.bbs.nz>
    + 2019.03.26 21:15:02 SMTP 1-Error 0: SMTP server exception
    + 2019.03.26 21:15:02 SMTP 1-Connection closed

    [snip]

    Any thoughts as to what I may be doing wrong?

    Best, Paul

    --- E:avon@bbs.nz ------ W:bbs.nz ---
    --- K:keybase.io/avon --------------

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From MeaTLoTioN@21:1/158 to Avon on Tuesday, March 26, 2019 09:41:14
    Trying to post to SMTP seems not to be working for me.

    Hi Paul,

    g00r00 said not so long ago that he prevents people using the SMTP server for sending email as it could be used as a spam / open relay of sorts, using
    Mystic to get at your mails on the bbs is a one-way kinda deal for now.

    Perhaps if there's interest and it's not too much effort to add the option
    for allowing it to be two-way, perhaps g00r00 might add it to the todo list =)

    I too would love that feature. I get at my messages on my iPad but wish I
    could send them too... Although I think it would only be for local BBS
    messages and not Netmails / echomails. That's what the NNTP part is for
    right? (excluding netmail I think).

    ---
    |14Best regards,
    |11Ch|03rist|11ia|15n |11a|03ka |11Me|03aTLoT|11io|15N

    |07ÄÄ |08[|10eml|08] |15ml@erb.pw |07ÄÄ |08[|10web|08] |15www.erb.pw |07ÄÄÄ¿ |07ÄÄ |08[|09fsx|08] |1521:1/158 |07ÄÄ |08[|11tqw|08] |151337:1/101 |07ÂÄÄÙ |07ÄÄ |08[|12rtn|08] |1580:774/81 |07ÄÂ |08[|14fdn|08] |152:250/5 |07ÄÄÄÙ
    |07ÄÄ |08[|10ark|08] |1510:104/2 |07ÄÙ

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: The Quantum Wormhole, Ramsgate, UK. bbs.erb.pw (21:1/158)
  • From StackFault@21:1/172 to MeaTLoTioN on Tuesday, March 26, 2019 10:39:06
    Hi Paul,

    g00r00 said not so long ago that he prevents people using the SMTP
    server for sending email as it could be used as a spam / open relay of sorts, using Mystic to get at your mails on the bbs is a one-way kinda deal for now.

    Perhaps if there's interest and it's not too much effort to add the
    option for allowing it to be two-way, perhaps g00r00 might add it to the todo list =)

    I too would love that feature. I get at my messages on my iPad but wish I could send them too... Although I think it would only be for local BBS messages and not Netmails / echomails. That's what the NNTP part is for right? (excluding netmail I think).

    Implementing SMTP authentication would be a good way to prevent that. For now
    I wrap POP3 within stunnel, but would like to have SMTP support as well.
    Having native SSL for both POP3 and SMTP might be also a good thing, but for now stunnel does the job perfectly.

    We'll see how things turns out.

    Cheers!

    |15 ß Þ |15StackFault |08<|03.|11.|15P|11h|03EN|11o|15M|11.|03.|08>
    |11 Ý ß |11The Bottomless Abyss BBS
    |03 ß Ýß |03ssh|08.|072222 |08/ |03telnet|08.|072023 |08/ |03https
    |08 ÜþÞ |08bbs|07.|08bottomlessabyss|07.|08net

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: The Bottomless Abyss BBS * bbs.bottomlessabyss.net (21:1/172)
  • From g00r00@21:1/108 to MeaTLoTioN on Tuesday, March 26, 2019 18:04:10
    Perhaps if there's interest and it's not too much effort to add the
    option for allowing it to be two-way, perhaps g00r00 might add it to the todo list =)

    I've already uncommented the code in A44 that prevents unknown domains. I haven't done any testing of it though and there will be more to do, but we'll start with that :)

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Sector 7 (21:1/108)
  • From Vk3jed@21:1/109 to MeaTLoTioN on Wednesday, March 27, 2019 09:31:00
    On 03-26-19 08:41, MeaTLoTioN wrote to Avon <=-

    Trying to post to SMTP seems not to be working for me.

    Hi Paul,

    g00r00 said not so long ago that he prevents people using the SMTP
    server for sending email as it could be used as a spam / open relay of sorts, using Mystic to get at your mails on the bbs is a one-way kinda deal for now.

    I thought you could send email to local BBS users. I'm sure I've replied to local users via SMTP email before.


    ... Rugby is played by men with odd-shaped balls!!
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Avon@21:1/101 to Vk3jed on Wednesday, March 27, 2019 11:43:50
    On 27 Mar 2019 at 08:31a, Vk3jed pondered and said...

    g00r00 said not so long ago that he prevents people using the SMTP server for sending email as it could be used as a spam / open relay o sorts, using Mystic to get at your mails on the bbs is a one-way kind deal for now.

    I thought you could send email to local BBS users. I'm sure I've
    replied to local users via SMTP email before.

    Yes that's my understanding too Tony/Christian... the whole thing was only
    ever set up initially for BBS email.

    Best, Paul

    --- E:avon@bbs.nz ------ W:bbs.nz ---
    --- K:keybase.io/avon --------------

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From nugax@21:1/107 to All on Sunday, March 31, 2019 12:59:09
    Sounds good. I’ll test it and let you know. Do you have a file or anything that allows relay domains?

    On 12:04 26/03 , g00r00 wrote:
    Perhaps if there's interest and it's not too much effort to add the option for allowing it to be two-way, perhaps g00r00 might add it to the todo list =)

    I've already uncommented the code in A44 that prevents unknown domains. I >haven't done any testing of it though and there will be more to do, but we'll >start with that :)

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Sector 7 (21:1/108)


    --
    yrNews Usenet Reader for iOS
    http://appstore.com/yrNewsUsenetReader

    --- Mystic BBS/NNTP v1.12 A42 2019/02/01 (Linux/64)
    * Origin: The ByteXchange BBS | bbs.thebytexchange.com (21:1/107)