• Netmail

    From pos@21:1/233 to All on Thu Feb 9 07:15:13 2023
    Hi,

    Does anyone have small writeup on how to set up Mystic if I cant just one Netmail area (and not one for each FTN)?

    Thanks,
    Per

    ... Everyone smiles in the same language.

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Phrenetic BBS (21:1/233)
  • From Al@21:4/106 to pos on Thu Feb 9 02:47:48 2023
    Does anyone have small writeup on how to set up Mystic if I cant just one Netmail area (and not one for each FTN)?

    You can do it either way, whatever works best for you.

    If you want to use a single netmail area don't set an AKA.

    If you want a netmail area per AKA set your AKA for each area. You'll need a netmail base for each zone you are in.

    I just use one netmail area.

    There should be no export to nodes in your netmail base.

    --- BBBS/Li6 v4.10 Toy-6
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106)
  • From pos@21:1/233 to Al on Thu Feb 9 14:14:05 2023
    |02On |1009 Feb 2023|02, |10Al |02said the following...

    Does anyone have small writeup on how to set up Mystic if I cant just on Netmail area (and not one for each FTN)?

    You can do it either way, whatever works best for you.

    If you want to use a single netmail area don't set an AKA.

    If you want a netmail area per AKA set your AKA for each area. You'll
    need a netmail base for each zone you are in.

    I just use one netmail area.

    There should be no export to nodes in your netmail base.

    Thanks. I'd like to go with just one netmail area. But when I set this up, I made several, is there a way to move those messages into my single netmail area?

    pos

    ... Press any key to continue or any other key to quit...

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Phrenetic BBS (21:1/233)
  • From Al@21:4/106 to pos on Thu Feb 9 09:17:48 2023
    Thanks. I'd like to go with just one netmail area. But when I set this up, I made several, is there a way to move those messages into my single netmail area?

    I'm not sure if Mystic can do this but GoldED can.

    Mutil has an option to export the message areas to a format golded can import so that might work for you.

    --- BBBS/Li6 v4.10 Toy-6
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106)
  • From ogg@21:2/147 to pos on Thu Feb 9 13:04:52 2023
    On 09 Feb 2023, pos said the following...

    Hi,

    Does anyone have small writeup on how to set up Mystic if I cant just one Netmail area (and not one for each FTN)?

    Thanks,
    Per

    ... Everyone smiles in the same language.

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Phrenetic BBS (21:1/233)

    Here's a snippet that I was given that helped me get my netmail into one area:

    You're running the latest version, so there's no issue with one netmail area whatsoever. Since it's not letting me copy/paste, I can try to give you a short version of my netmail area's config:

    Name: Netmail
    Base Type: Netmail
    Newsgroup: Netmail
    QWK Name: NETMAIL
    Echo Tag: NETMAIL
    FIle Name: netmail
    Path: /home/user/mystic/msgs
    List ACS: s20(g2|g3|g4|g5|g6)
    Read ACS: s20(g2|g3|g4|g5|g6)
    Post ACS: s20(g2|g3|g4|g5|g6)
    Sysop ACS: s255(g2|g3|g4|g5|g6)

    Net Address: 0:0/0 (Local Address)
    Export To: 3 node(s)

    That should get you started. Take note on the last one above, you're exporting to every uplink's individual address for each network with AKA matching. And list, read, post, and sysop ACS should include every group that is an echomail network that includes a netmail area (g1 here is my Local areas, so not needed).

    The key for me was to have the "group access" in the message area for netmail set to all of the groups that are going to have netmail (ie. s255(g2|g3|g4|g5|g6)"

    Let me know if you need anything else.

    ogg
    Sysop, Altair IV BBS
    altairiv.ddns.net:2323

    ... Computers are not intelligent. They only think they are.

    --- Mystic BBS v1.12 A49 2023/01/28 (Windows/64)
    * Origin: Altair IV BBS (21:2/147)
  • From Mike Dippel@21:4/176 to ogg on Thu Feb 9 15:14:04 2023
    On 2/9/2023 1:10 PM, ogg wrote to pos:

    Hi,

    Does anyone have small writeup on how to set up Mystic if I cant just one
    Netmail area (and not one for each FTN)?

    Thanks,
    Per

    ... Everyone smiles in the same language.

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Phrenetic BBS (21:1/233)

    Here's a snippet that I was given that helped me get my netmail into one area:

    You're running the latest version, so there's no issue with one netmail area whatsoever. Since it's not letting me copy/paste, I can try to give you a short
    version of my netmail area's config:

    Name: Netmail
    Base Type: Netmail
    Newsgroup: Netmail
    QWK Name: NETMAIL
    Echo Tag: NETMAIL
    FIle Name: netmail
    Path: /home/user/mystic/msgs
    List ACS: s20(g2|g3|g4|g5|g6)
    Read ACS: s20(g2|g3|g4|g5|g6)
    Post ACS: s20(g2|g3|g4|g5|g6)
    Sysop ACS: s255(g2|g3|g4|g5|g6)

    Net Address: 0:0/0 (Local Address)
    Export To: 3 node(s)

    That should get you started. Take note on the last one above, you're exporting
    to every uplink's individual address for each network with AKA matching. And list, read, post, and sysop ACS should include every group that is an echomail
    network that includes a netmail area (g1 here is my Local areas, so not needed).

    The key for me was to have the "group access" in the message area for netmail
    set to all of the groups that are going to have netmail (ie. s255(g2|g3|g4|g5|g6)"

    Let me know if you need anything else.

    ogg
    Sysop, Altair IV BBS
    altairiv.ddns.net:2323

    Very informative, sir. Thanks for that.

    Mike Dippel

    --- Platinum Xpress/Win/WINServer v7.0
    * Origin: The Hobby Line! BBS - hobbylinebbs.com (21:4/176)
  • From pos@21:1/233 to Al on Sat Feb 11 04:53:25 2023
    |02On |1009 Feb 2023|02, |10Al |02said the following...
    Thanks. I'd like to go with just one netmail area. But when I set this u made several, is there a way to move those messages into my single netma area?

    I'm not sure if Mystic can do this but GoldED can.

    Mutil has an option to export the message areas to a format golded can import so that might work for you.

    Seems it's not a major problem; when I follow the instructions from ogg, setting the groups in the access levels they seem to move "automatically". Nice.

    pos

    ... Tech support is just a busy signal away

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Phrenetic BBS (21:1/233)
  • From pos@21:1/233 to ogg on Sat Feb 11 04:57:14 2023
    |02On |1009 Feb 2023|02, |10ogg |02said the following...
    On 09 Feb 2023, pos said the following...
    Hi,
    Does anyone have small writeup on how to set up Mystic if I cant just Netmail area (and not one for each FTN)?
    Here's a snippet that I was given that helped me get my netmail into one area:

    You're running the latest version, so there's no issue with one netmail area whatsoever. Since it's not letting me copy/paste, I can try to give you a short version of my netmail area's config:
    [...snip...]
    Great! Thank you very much for the writeup!

    pos

    ... Nine times out of ten the statisticians are wrong

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Phrenetic BBS (21:1/233)
  • From ogg@21:2/147 to pos on Fri Feb 10 22:09:12 2023
    Great! Thank you very much for the writeup!

    pos

    ... Nine times out of ten the statisticians are wrong

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Phrenetic BBS (21:1/233)

    Just glad I could pass on the help I received! That's what makes this forum great!

    ogg
    Sysop, Altair IV BBS
    altairiv.ddns.net:2323

    ... The only place I want data loss is on my credit card!

    --- Mystic BBS v1.12 A49 2023/01/28 (Windows/64)
    * Origin: Altair IV BBS (21:2/147)