• Smtp/email

    From nugax@21:1/107 to All on Friday, March 08, 2019 09:13:33
    G00r00,

    Do you have any plans to fully implement a smtp server for external mail?

    If not, do any of the python mystic bbs libs have the ability for us to
    create a server that will add messages to a base?

    There is little docs on python or mpl for devs to write for mystic so its
    hard to know where to even start.


    --
    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)
  • From g00r00@21:1/108 to nugax on Friday, March 08, 2019 10:26:51
    Do you have any plans to fully implement a smtp server for external
    mail?

    Its not really about implementing things its just about not refusing unknown domains. I do plan to open it up its just a matter of other things being a larger priority to me. If you are willing to test it maybe I can remove it once I get the alpha 44 pre-alphas going.

    The new theme system is pretty much done I just have to redo the theme editor and prompt editors which I haven't felt like doing. After that we can take a look at SMTP if you want to try it.

    If not, do any of the python mystic bbs libs have the ability for us to create a server that will add messages to a base?

    It could be done yes, although it'd be a little bit kludge

    There is little docs on python or mpl for devs to write for mystic so its hard to know where to even start.

    Every function is documented most with examples, you just have to dig for it
    or ask here.

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Sector 7 (21:1/108)
  • From shinobi@21:1/153 to g00r00 on Saturday, March 09, 2019 13:31:14
    Hello g00r00,

    Its not really about implementing things its just about not refusing unknown domains. I do plan to open it up its just a matter of other things being a larger priority to me. If you are willing to test it
    maybe I can remove it once I get the alpha 44 pre-alphas going.

    I've got a question. How do I send a mail by SMTP? I tried it by TELNET. But
    my session looks like that...

    220 ltcxyz.eu Mystic SMTP Ready
    HELO localhost
    250 ltcxyz.eu
    MAIL FROM: shinobi
    550 No such user here
    MAIL FROM shinobi@ltcxyz.eu
    550 No such user here
    quit
    221 Goodbye

    Or rather

    220 ltcxyz.eu Mystic SMTP Ready
    HELO ltcxyz.eu
    250 ltcxyz.eu
    MAIL FROM: shinobi
    550 No such user here
    MAIL FROM: shinobi@ltcxyz.eu
    550 No such user here

    What do I do wrong?

    Thanks in advance for any reply

    Best regards

    |08Shinobi <.Phenom.>

    --- Mystic BBS v1.12 A42 2019/02/01 (Linux/64)
    * Origin: Infoline BBS (21:1/153)
  • From nugax@21:1/107 to g00r00 on Sunday, March 31, 2019 09:41:05
    things being a larger priority to me. If you are willing to test it
    maybe I can remove it once I get the alpha 44 pre-alphas going.
    The new theme system is pretty much done I just have to redo the theme editor and prompt editors which I haven't felt like doing. After that
    we can take a look at SMTP if you want to try it.

    I'll be happy to test it. My BBS runs on a datacenter hosted linux machine,
    so I have a external ip and can fully test smtp/pop3/etc without DNS/etc
    being an issue (nor firewalls, etc).

    Let me know. sorry it took a while to respond.

    Also, I have written a drop to linux shell (and possibly Windows) for Mystic
    in FreePascal. Ill give you the info if you want to check it out. It drops to
    a linux shell (bash for now, adding others later).

    Works pretty good.

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