• Re: BinkD

    From Joacim Melin@39:160/242 to Ingo Juergensmann on Sunday, August 11, 2019 11:43:39
    Hello Dave!

    11 Jul 18 19:08, you wrote to Frank Linhares:

    I gave up as well. I now run BinkD on a Raspberry Pi and connect
    it to my Amiga via a null modem cable. That and some scripting at
    both ends make mail flow smoothly.
    I came up with a simple solution, since I run an emulator, I just
    setup a win32 version of binkd, set it to use amiga style outbound
    (aso) then used a path translation to translate amiga path -> windows
    path .. 2 lines and everything works great

    I'm looking for a similar solution: running the tosser on my Amiga
    behind binkd on Linux.
    But instead using some sftp/scp or whatever I'm thinking about using
    some NFS or SMB share between Amiga and Linux for inbound/outbound.

    Does anyone have experience with this kind of setup? Are there some pitfalls to expect?

    Here's how I do it, and it works really well.

    On a virtualized Linux machine (Ubuntu) I run Binkd and Crashmail II (check Github...). Binkd is the mailer and Crashmail II is the tosser. I handle all the mailing/storing/tossing stuff on that Linux machine and then offer that to the Amiga 2000 running my BBS via NFS. My BBS then has a scripts that imports and exports all messages in the MSG format from/to the Linux machine.

    Do note this: The Amiga (or at least my BBS software) read and wrote 16 bit values in the .MSG files in the big endian format which works fine with tossers
    running on the Amiga. Crashmail II on x86 and Linux uses the little endian format which caused outgoing mail never to be found by the tosser. The developer of my BBS software fixed this - I'm unure if this is an issue with all Amiga based software packages. The same problem arose when I tried to use the Crashmail tosser on the Amiga and then send the packages to the Linux machine where Binkd runs.

    (sorry for late reply, etc).


    --- NiKom v2.5.0
    * Origin: Delta City (deltacity.se, Vallentuna, Sweden) (39:160/242.0)
  • From Al DeRosa@39:902/519 to Joacim Melin on Sunday, August 11, 2019 09:26:41
    On 11 Aug 2019, Joacim Melin said the following...


    Here's how I do it, and it works really well.

    On a virtualized Linux machine (Ubuntu) I run Binkd and Crashmail II (check Github...). Binkd is the mailer and Crashmail II is the tosser. I handle all the mailing/storing/tossing stuff on that Linux machine and then offer that to the Amiga 2000 running my BBS via NFS. My BBS then
    has a scripts that imports and exports all messages in the MSG format from/to the Linux machine.

    Do note this: The Amiga (or at least my BBS software) read and wrote 16 bit values in the .MSG files in the big endian format which works fine with tossers running on the Amiga. Crashmail II on x86 and Linux uses
    the little endian format which caused outgoing mail never to be found by the tosser. The developer of my BBS software fixed this - I'm unure if this is an issue with all Amiga based software packages. The same
    problem arose when I tried to use the Crashmail tosser on the Amiga and then send the packages to the Linux machine where Binkd runs.

    (sorry for late reply, etc).

    Here is another way.. I although run my CNet Amiga system in WinUAE it can be done the same way with real hardware. I run BinkD in Windows, When files come in a cron event on the Amiga side copies the files over to a Amiga directory where CNet tosses it all via a script. (If you can share a networked
    directory between a PC and the Amiga, you can use that directory then copy
    the files straight to the Amiga). After the files are tossed by your BBS program if anything is going out from the BBS you do the same thing via
    another script copying the files to the PC directory where BinkD will send
    them out.. I have been doing it this way since September of last year and it works flawlessly.. I do have a pdf file available explaining how to set up everything on my Amiga BBS.. If anyone wants the address I will post it..

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: The Wrong Number Family Of BBS' - Wrong Number ][ (39:902/519)
  • From Mickey@39:905/102 to Al DeRosa on Sunday, August 11, 2019 19:52:23
    On 11 Aug 2019, Al DeRosa said the following...

    since September of last year and it works flawlessly.. I do have a pdf file available explaining how to set up everything on my Amiga BBS.. If anyone wants the address I will post it..

    Al, I'd love to have a look at your instructions. I've been trying to do this for ages. Thanks man. :-)

    Mick Manning

    --- Mystic BBS v1.12 A43 2019/03/03 (Raspberry Pi/32)
    * Origin: Central Ontario Remote (39:905/102)
  • From Al DeRosa@39:902/519 to Mickey on Tuesday, August 13, 2019 20:15:15
    On 11 Aug 2019, Mickey said the following...


    Al, I'd love to have a look at your instructions. I've been trying to do this for ages. Thanks man. :-)

    Mick Manning

    Hi Mick, I have the pdf file available on my Amiga BBS it is called NetworkSetup.pdf and it's in my AmigaBBS section. I am pretty sure new users can access it right away but if not I usually have access given within a few hours time. Unless it is in the middle of the night.. Hopefully, it's not against the rules to post the bbs info. wn2.duckdns.org:6400

    Let me know if you have problems finding it...

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: The Wrong Number Family Of BBS' - Wrong Number ][ (39:902/519)
  • From Gary McCulloch@1:931/931 to Frank Linhares on Tuesday, August 13, 2019 20:49:15
    On Mon 2-Apr-2018 9:48a, Frank Linhares@39:905/0.0 wrote:
    2.1.0.18-B20170815
    Has anyone ever gotten binkd to succesfully work on the Amiga?

    I know Bucko at the Wrong Number BBS has got BinkD to run on the PC side of an emulated Amiga. I and Future World II both use AmiBinkD. So it depends on what route you would like to go.

    / JoinLink - AmigaNet - ArakNet - C=Net - FidoNet - RetroNet.
    / Multi-Terminal Support: ANSI Ascii & Skypix! 40/80 Columns.
    --- CNet/5
    * Origin: Reign of FIre BBS: rofbbs.cnetbbs.net:2300 * (931)494-9100 (39:902/518)
  • From Frank Linhares@39:905/0 to Gary McCulloch on Tuesday, August 13, 2019 22:51:04
    I know Bucko at the Wrong Number BBS has got BinkD to run on the PC side of an emulated Amiga. I and Future World II both use AmiBinkD. So it depends on what route you would like to go.

    I was referring to compiling a much more recent version of BinkD.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://diskshop.ca/scinet

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (39:905/0)
  • From Mickey@39:905/102 to Al DeRosa on Wednesday, August 14, 2019 20:49:13
    On 13 Aug 2019, Al DeRosa said the following...

    Hi Mick, I have the pdf file available on my Amiga BBS it is called NetworkSetup.pdf and it's in my AmigaBBS section. I am pretty sure new users can access it right away but if not I usually have access given

    Thanks Al. I'll drop in and see if I can grab it. Cheers!

    Mick

    --- Mystic BBS v1.12 A43 2019/03/03 (Raspberry Pi/32)
    * Origin: Central Ontario Remote (39:905/102)