• Smtp/email

    From nugax@21:1/107 to All on Fri Mar 8 08:13:32 2019
    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 Fri Mar 8 09:26:50 2019
    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 Sat Mar 9 12:31:14 2019
    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)