• One more test, just to be sure :D

    From jayb@1:0/0 to All on Fri Jan 22 10:39:22 2021
    So, I've just followed Mystic Guy's videos. Fantastically detailed. I was looking forward to the next video but... seems they stopped :) I'm going to have a look through the Windows Playlist as he suggested to someone else. Hoping there is some kind of guidnace in there on how have mutil run automagically, rather than having to manually run the import/export. Baby steps I suppose :)

    Thanks for reading!

    ~JayB

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: New Mystic BBS (0:0/0)
  • From Ayex@21:4/130 to jayb on Fri Jan 22 15:13:14 2021
    You can create scripts or batch files and make them timed events.

    For a more complex way, you can study semaphores and have them run automatically on new mail or mail creation. Lots of ways to do it on most platforms!



    On 20:39 21/01 , jayb wrote:

    So, I've just followed Mystic Guy's videos. Fantastically detailed. I was >looking forward to the next video but... seems they stopped :) I'm going to >have a look through the Windows Playlist as he suggested to someone else. >Hoping there is some kind of guidnace in there on how have mutil run >automagically, rather than having to manually run the import/export. Baby >steps I suppose :)

    Thanks for reading!

    ~JayB

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: New Mystic BBS (0:0/0)

    --
    yrNews Usenet Reader for iOS
    http://appstore.com/yrNewsUsenetReader
    --- SBBSecho 3.12-Linux
    * Origin: TradersBay.Net | Stocks, Options, Trading Info (21:4/130)
  • From jayb@21:1/999 to Ayex on Fri Jan 22 22:25:38 2021
    Thanks for that info. I've been following the "Mystic Guy" youtube videos,
    and even though most of the setup is for Windows, I've been translating them
    to Linux paths and such. Specifically, I've just set up Events for Inbound
    and Outbound Echo/Netmail using Semaphore. There's a bug somewhere though, since after a manual Fidopoll it kicked off the event, but didn't seem to import the messages. When I manually ran the mutil command, they were imported. Either way, long way to say that I'm already on it - just need to find a bit more free time :)

    Thanks again for your response!

    ~Jay

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: Technically BBS (21:1/999)
  • From Warpslide@21:3/110 to jayb on Fri Jan 22 22:02:54 2021
    On 22 Jan 2021, jayb said the following...

    So, I've just followed Mystic Guy's videos. Fantastically detailed. I was looking forward to the next video but... seems they stopped :) I'm going to have a look through the Windows Playlist as he suggested to someone else. Hoping there is some kind of guidnace in there on how have mutil run automagically, rather than having to manually run the import/export. Baby steps I suppose :)

    Check Avon's video "Mystic BBS - Mystic Internet Server + Events System" to learn how to do just that:

    https://youtu.be/JDL4riK8oUg?t=690


    * Origin: New Mystic BBS (0:0/0)
    ^^^^^^^^^^^^^^^^^^^^^^
    Looks like you need to update these settings.


    Jay

    --- Mystic BBS v1.12 A47 2021/01/16 (Raspberry Pi/32)
    * Origin: Northern Realms (21:3/110)
  • From Warpslide@21:3/110 to jayb on Fri Jan 22 22:07:40 2021
    On 22 Jan 2021, jayb said the following...

    translating them to Linux paths and such. Specifically, I've just set up Events for Inbound and Outbound Echo/Netmail using Semaphore. There's a bug somewhere though, since after a manual Fidopoll it kicked off the event, but didn't seem to import the messages. When I manually ran the mutil command, they were imported.

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)

    Since you're on linux try adding a ./ or the full path to your event. So instead of:

    mutil mailin.ini

    You can do

    /home/mystic/mutil mailin.ini (or whatever your full path is)

    or

    ./mutil mailin.ini

    And see if that helps.


    Jay

    --- Mystic BBS v1.12 A47 2021/01/16 (Raspberry Pi/32)
    * Origin: Northern Realms (21:3/110)
  • From Al@21:4/106.1 to jayb on Fri Jan 22 19:34:06 2021
    Re: One more test, just to be sure :D
    By: jayb to All on Fri Jan 22 2021 02:39 am

    So, I've just followed Mystic Guy's videos. Fantastically detailed. I was looking forward to the next video but... seems they stopped :) I'm going to have a look through the Windows Playlist as he suggested to someone else. Hoping there is some kind of guidnace in there on how have mutil run automagically, rather than having to manually run the import/export. Baby steps I suppose :)

    One of the traps that I was caught by is using ./mis, ./mystic or ./mutil to run commands in the current directory on linux since the current directory on linux is not on your path you need the ./ in front of those commands.

    It's a linux thing.. :)

    Ttyl :-),
    Al

    ... Did you really expect mere proof to sway my opinion?
    --- SBBSecho 3.12-Linux
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106.1)
  • From Shitty@21:1/197 to jayb on Sat Jan 23 03:32:10 2021
    someone else. Hoping there is some kind of guidnace in there on how have

    I was never a big fan of the Real Housewives of New Jersey, but she's got to still be out there somewhere. ;-)

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: Compufuck | Binghamton, NY | compufuck.xyz (21:1/197)
  • From jayb@21:1/172 to Al on Sat Jan 23 04:33:56 2021
    That's exactly what was wrong today when I was trying to make it work. I
    wasn't sure if it was the Mystic event system, so I wrote cron scripts and that's when I realized what was wrong :D I finally got it all working in
    cron, but now it seems my IP is blacklisted from all my testing lol. I should've known better :)

    Thanks for the reply!

    Jayb

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: The Bottomless Abyss BBS * bbs.bottomlessabyss.net (21:1/172)
  • From Avon@21:1/101 to jayb on Sat Jan 23 19:00:58 2021
    On 22 Jan 2021 at 02:39a, jayb pondered and said...

    So, I've just followed Mystic Guy's videos. Fantastically detailed. I was looking forward to the next video but... seems they stopped :) I'm going to have a look through the Windows Playlist as he suggested to someone else. Hoping there is some kind of guidnace in there on how have mutil run automagically, rather than having to manually run the import/export. Baby steps I suppose :)

    I will get around to doing more... but for now I'm focused on a couple of
    other more pressing projects. Glad they have been helpful. :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Alpha@21:4/158 to jayb on Sat Jan 23 08:15:36 2021
    Thanks for that info. I've been following the "Mystic Guy" youtube videos, and even though most of the setup is for Windows, I've been translating them to Linux paths and such. Specifically, I've just set up Events for Inbound and Outbound Echo/Netmail using Semaphore. There's a bug somewhere though, since after a manual Fidopoll it kicked off the event, but didn't seem to import the messages. When I manually ran the mutil command, they were imported. Either way, long way to say that I'm already on it - just need to find a bit more free time :)

    Hey jayb, this started happening to me today. Mail not tossing when received, but can be processed manually... I upgraded to the latest pre-alpha, wonder if it's connected. Weird.

    |04� |12Alpha |04�
    |03Corporation X BBS|08........|11corpxbbs.com:2323|08...........|07Mystic |03The Drunken Gamer BBS|08....|11thedrunkengamer.com:8888|08....|07Talisman

    --- Mystic BBS v1.12 A47 2021/01/21 (Linux/64)
    * Origin: Corporation X BBS (21:4/158)
  • From jayb@1:0/0 to All on Fri Jan 22 02:39:22 2021
    So, I've just followed Mystic Guy's videos. Fantastically detailed. I was looking forward to the next video but... seems they stopped :) I'm going to have a look through the Windows Playlist as he suggested to someone else. Hoping there is some kind of guidnace in there on how have mutil run automagically, rather than having to manually run the import/export. Baby steps I suppose :)

    Thanks for reading!

    ~JayB

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: New Mystic BBS (0:0/0)
  • From Ayex@21:4/130 to jayb on Fri Jan 22 07:13:14 2021
    You can create scripts or batch files and make them timed events.

    For a more complex way, you can study semaphores and have them run automatically on new mail or mail creation. Lots of ways to do it on most platforms!



    On 20:39 21/01 , jayb wrote:

    So, I've just followed Mystic Guy's videos. Fantastically detailed. I was >looking forward to the next video but... seems they stopped :) I'm going to >have a look through the Windows Playlist as he suggested to someone else. >Hoping there is some kind of guidnace in there on how have mutil run >automagically, rather than having to manually run the import/export. Baby >steps I suppose :)

    Thanks for reading!

    ~JayB

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: New Mystic BBS (0:0/0)

    --
    yrNews Usenet Reader for iOS
    http://appstore.com/yrNewsUsenetReader
    --- SBBSecho 3.12-Linux
    * Origin: TradersBay.Net | Stocks, Options, Trading Info (21:4/130)
  • From jayb@21:1/999 to Ayex on Fri Jan 22 14:25:38 2021
    Thanks for that info. I've been following the "Mystic Guy" youtube videos,
    and even though most of the setup is for Windows, I've been translating them
    to Linux paths and such. Specifically, I've just set up Events for Inbound
    and Outbound Echo/Netmail using Semaphore. There's a bug somewhere though, since after a manual Fidopoll it kicked off the event, but didn't seem to import the messages. When I manually ran the mutil command, they were imported. Either way, long way to say that I'm already on it - just need to find a bit more free time :)

    Thanks again for your response!

    ~Jay

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: Technically BBS (21:1/999)
  • From Warpslide@21:3/110 to jayb on Fri Jan 22 14:02:54 2021
    On 22 Jan 2021, jayb said the following...

    So, I've just followed Mystic Guy's videos. Fantastically detailed. I was looking forward to the next video but... seems they stopped :) I'm going to have a look through the Windows Playlist as he suggested to someone else. Hoping there is some kind of guidnace in there on how have mutil run automagically, rather than having to manually run the import/export. Baby steps I suppose :)

    Check Avon's video "Mystic BBS - Mystic Internet Server + Events System" to learn how to do just that:

    https://youtu.be/JDL4riK8oUg?t=690


    * Origin: New Mystic BBS (0:0/0)
    ^^^^^^^^^^^^^^^^^^^^^^
    Looks like you need to update these settings.


    Jay

    --- Mystic BBS v1.12 A47 2021/01/16 (Raspberry Pi/32)
    * Origin: Northern Realms (21:3/110)
  • From Warpslide@21:3/110 to jayb on Fri Jan 22 14:07:40 2021
    On 22 Jan 2021, jayb said the following...

    translating them to Linux paths and such. Specifically, I've just set up Events for Inbound and Outbound Echo/Netmail using Semaphore. There's a bug somewhere though, since after a manual Fidopoll it kicked off the event, but didn't seem to import the messages. When I manually ran the mutil command, they were imported.

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)

    Since you're on linux try adding a ./ or the full path to your event. So instead of:

    mutil mailin.ini

    You can do

    /home/mystic/mutil mailin.ini (or whatever your full path is)

    or

    ./mutil mailin.ini

    And see if that helps.


    Jay

    --- Mystic BBS v1.12 A47 2021/01/16 (Raspberry Pi/32)
    * Origin: Northern Realms (21:3/110)
  • From Al@21:4/106.1 to jayb on Fri Jan 22 11:34:06 2021
    Re: One more test, just to be sure :D
    By: jayb to All on Fri Jan 22 2021 02:39 am

    So, I've just followed Mystic Guy's videos. Fantastically detailed. I was looking forward to the next video but... seems they stopped :) I'm going to have a look through the Windows Playlist as he suggested to someone else. Hoping there is some kind of guidnace in there on how have mutil run automagically, rather than having to manually run the import/export. Baby steps I suppose :)

    One of the traps that I was caught by is using ./mis, ./mystic or ./mutil to run commands in the current directory on linux since the current directory on linux is not on your path you need the ./ in front of those commands.

    It's a linux thing.. :)

    Ttyl :-),
    Al

    ... Did you really expect mere proof to sway my opinion?
    --- SBBSecho 3.12-Linux
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106.1)
  • From Shitty@21:1/197 to jayb on Fri Jan 22 19:32:10 2021
    someone else. Hoping there is some kind of guidnace in there on how have

    I was never a big fan of the Real Housewives of New Jersey, but she's got to still be out there somewhere. ;-)

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: Compufuck | Binghamton, NY | compufuck.xyz (21:1/197)
  • From jayb@21:1/172 to Al on Fri Jan 22 20:33:56 2021
    That's exactly what was wrong today when I was trying to make it work. I
    wasn't sure if it was the Mystic event system, so I wrote cron scripts and that's when I realized what was wrong :D I finally got it all working in
    cron, but now it seems my IP is blacklisted from all my testing lol. I should've known better :)

    Thanks for the reply!

    Jayb

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: The Bottomless Abyss BBS * bbs.bottomlessabyss.net (21:1/172)
  • From Avon@21:1/101 to jayb on Sat Jan 23 11:00:58 2021
    On 22 Jan 2021 at 02:39a, jayb pondered and said...

    So, I've just followed Mystic Guy's videos. Fantastically detailed. I was looking forward to the next video but... seems they stopped :) I'm going to have a look through the Windows Playlist as he suggested to someone else. Hoping there is some kind of guidnace in there on how have mutil run automagically, rather than having to manually run the import/export. Baby steps I suppose :)

    I will get around to doing more... but for now I'm focused on a couple of
    other more pressing projects. Glad they have been helpful. :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Alpha@21:4/158 to jayb on Sat Jan 23 00:15:36 2021
    Thanks for that info. I've been following the "Mystic Guy" youtube videos, and even though most of the setup is for Windows, I've been translating them to Linux paths and such. Specifically, I've just set up Events for Inbound and Outbound Echo/Netmail using Semaphore. There's a bug somewhere though, since after a manual Fidopoll it kicked off the event, but didn't seem to import the messages. When I manually ran the mutil command, they were imported. Either way, long way to say that I'm already on it - just need to find a bit more free time :)

    Hey jayb, this started happening to me today. Mail not tossing when received, but can be processed manually... I upgraded to the latest pre-alpha, wonder if it's connected. Weird.

    |04� |12Alpha |04�
    |03Corporation X BBS|08........|11corpxbbs.com:2323|08...........|07Mystic |03The Drunken Gamer BBS|08....|11thedrunkengamer.com:8888|08....|07Talisman

    --- Mystic BBS v1.12 A47 2021/01/21 (Linux/64)
    * Origin: Corporation X BBS (21:4/158)